kubernetes/cmd/kubeadm/app/phases/certs
Dave Chen b3f91f0c02 kubeadm: Enable dry-run mode for phase of control-plane-prepare certs
- All certs will be created under the folder of `/etc/kubernetes/tmp/kubeadm-join-dryrunxxx`
if the `dry-run` mode is enabled.

- Try to make each phase idempotent by resetting the cert dir with `dry-run` mode

Signed-off-by: Dave Chen <dave.chen@arm.com>
2022-10-17 18:29:53 +08:00
..
renewal kubeadm: remove redundant import alias and unused apiclient util funcs 2022-09-28 12:36:54 +08:00
certlist_test.go replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
certlist.go kubeadm: Enable dry-run mode for phase of control-plane-prepare certs 2022-10-17 18:29:53 +08:00
certs_test.go replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
certs.go kubeadm: remove redundant import alias and unused apiclient util funcs 2022-09-28 12:36:54 +08:00
doc.go
main_test.go