From 8f5fbc0222f532ab05883606fd159248c041c976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Tue, 9 Apr 2019 03:07:04 +0200 Subject: [PATCH] kubelet-integration: Update kubeadm config command (#13636) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit print-default subcommand got removed in 1.14 See: https://github.com/kubernetes/kubernetes/pull/71467 Signed-off-by: Manuel RĂ¼ger --- content/en/docs/setup/independent/kubelet-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/independent/kubelet-integration.md b/content/en/docs/setup/independent/kubelet-integration.md index d5cc7d3132..01f63556f4 100644 --- a/content/en/docs/setup/independent/kubelet-integration.md +++ b/content/en/docs/setup/independent/kubelet-integration.md @@ -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