Fixed invalid bash keyword (#16831)

This commit is contained in:
Bynov 2019-10-12 01:28:38 +03:00 committed by Kubernetes Prow Robot
parent a909352ac6
commit 38bd4aab72
1 changed files with 1 additions and 0 deletions

View File

@ -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 &
```