kubelet-integration: Update kubeadm config command (#13636)

print-default subcommand got removed in 1.14

See: https://github.com/kubernetes/kubernetes/pull/71467

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2019-04-09 03:07:04 +02:00
committed by Kubernetes Prow Robot
parent 552f6ab73a
commit 8f5fbc0222
@@ -96,7 +96,7 @@ such as systemd.
It is possible to configure the kubelet that kubeadm will start if a custom `KubeletConfiguration`
API object is passed with a configuration file like so `kubeadm ... --config some-config-file.yaml`.
By calling `kubeadm config print-default --api-objects KubeletConfiguration` you can
By calling `kubeadm config print init-defaults --component-configs KubeletConfiguration` you can
see all the default values for this structure.
Also have a look at the [API reference for the