kubernetes/cmd/kubeadm/app/phases/kubeconfig
Dave Chen 3fa6662875 kubeadm: print out the solution if CA files do not exist
phase `kubeadm init phase kubeconfig/*` must run after the phase
`kubeadm init phase certs/ca` to get the client cert and key singed
by the CA.

print out the way to generate the CA file is more useful than just say
the file cannot be loaded.

Signed-off-by: Dave Chen <dave.chen@arm.com>
2022-10-10 15:24:42 +08:00
..
doc.go
kubeconfig_test.go Merge pull request #112598 from wangguoyan/fix-deprecated-method 2022-09-28 20:38:29 -07:00
kubeconfig.go kubeadm: print out the solution if CA files do not exist 2022-10-10 15:24:42 +08:00
main_test.go