From 38bd4aab72dffb461f61eb2d6f3eb0ff0f77ea49 Mon Sep 17 00:00:00 2001 From: Bynov Date: Sat, 12 Oct 2019 01:28:38 +0300 Subject: [PATCH] Fixed invalid bash keyword (#16831) --- content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md b/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md index e39feb3ab3..9c81f3b488 100644 --- a/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md +++ b/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md @@ -111,6 +111,7 @@ installed, but you can adapt the tasks if you prefer to extract the 1. Choose a Node to reconfigure. In this example, the name of this Node is referred to as `NODE_NAME`. 2. Start the kubectl proxy in the background using the following command: + ```bash kubectl proxy --port=8001 & ```