kubernetes/cmd/kubeadm/app/util
2024-02-27 15:05:29 +08:00
..
apiclient kubeadm: apply retries to all API calls in idempotency.go 2024-02-18 13:14:32 +02:00
certs kubeadm: support updating certificate organization during 'kubeadm certs renew' 2023-11-11 14:57:50 +08:00
config kubeadm: keep a function with short timeout in idempotency.go 2024-01-16 17:53:21 +02:00
crypto re-order imports for kubeadm 2021-08-17 22:40:46 +08:00
dryrun kubeadm: drop concurrency when waiting for kubelet /healthz 2023-12-20 08:51:00 +02:00
etcd Merge pull request #123489 from yxxhero/print_etcd_ready_status 2024-02-25 07:42:03 -08:00
image Merge pull request #110941 from runzhliu/patch-1 2022-09-19 14:21:34 -07:00
initsystem fix: check if initsystem service exists 2023-09-08 11:15:07 +08:00
kubeconfig fix json output when fetch kubeadm config from server 2024-02-21 18:21:33 +08:00
output in the new output API output.kubeadm.k8s.io/v1alpha3 modify the UpgradePlan structure to include a list of multiple available upgrades. 2024-02-27 15:05:29 +08:00
patches kubeadm: fix export comments to make golangci-lint happy 2023-10-25 19:35:10 +03:00
pkiutil kubeadm: enhance encryption algorithm support in v1beta4 2024-01-31 23:49:21 +02:00
pubkeypin kubeadm: fix the bug that kubeadm only uses the first hash in caCertHashes to verify the root CA 2021-05-13 19:38:39 +08:00
runtime kubeadm: enable parallel pulls of images 2024-01-19 14:26:21 +02:00
staticpod kubeadm: start using the Timeouts struct values 2024-01-14 15:07:56 +02:00
users kubeadm: fix export comments to make golangci-lint happy 2023-10-25 19:35:10 +03:00
arguments_test.go kubeadm: adapt the validation and utils for structured ExtraArgs 2023-08-16 13:27:05 +03:00
arguments.go kubeadm: Optimize the logic to override the arguments 2023-10-06 19:01:00 +08:00
chroot_unix.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
chroot_windows.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
copy_unix.go kubeadm: return the output from stdout and stderr 2023-01-03 10:45:12 +08:00
copy_windows.go kubeadm: return the output from stdout and stderr 2023-01-03 10:45:12 +08:00
copy.go kubeadm: fix a bug during kubeadm upgrade, where it is not possible to mount a new device and create a symbolic link for /etc/kubernetes (or a sub-directory) so that kubeadm stores its information on the mounted device 2024-02-22 09:42:57 +08:00
endpoint_test.go kubeadm cleanup: master -> control-plane (cont.3) 2019-02-23 10:19:26 +07:00
endpoint.go kubeadm: print warnings to stderr 2022-01-11 23:08:59 +08:00
env_test.go kubeadm: remove reference of k8s.io/kubernetes/pkg/apis/core/v1 2023-09-12 17:09:19 +08:00
env.go kubeadm: remove reference of k8s.io/kubernetes/pkg/apis/core/v1 2023-09-12 17:09:19 +08:00
error_test.go re-order the imports in kubeadm 2021-07-04 16:41:27 +08:00
error.go kubeadm: fix export comments to make golangci-lint happy 2023-10-25 19:35:10 +03:00
marshal_test.go Revert "kubeadm: increase ut coverage for app/util" 2024-02-12 20:13:30 -05:00
marshal.go add TestUnmarshalJson for UniversalUnmarshal 2023-09-12 14:41:07 +08:00
template_test.go Updating pause image refernces to 3.9 2022-11-14 10:24:54 -08:00
template.go [kubeadm/app/util]switch to github.com/pkg/errors 2018-10-26 15:17:21 +08:00
version_test.go kubeadm: add test cases for version_test.go 2022-08-22 02:56:35 +00:00
version.go code cleanup for kubeadm 2023-04-26 23:51:39 +08:00