Removing extra spaces per Issue #4602 (#5021)

pull/4850/head^2
Cody Clark 2017-08-17 16:25:11 -07:00 committed by Steve Perry
parent c029a9ddb4
commit 97e07f9d3e
1 changed files with 4 additions and 4 deletions

View File

@ -137,7 +137,7 @@ By default, kubectl configuration is located at `~/.kube/config`.
Check that kubectl is properly configured by getting the cluster state:
```shell
$ kubectl cluster-info
kubectl cluster-info
```
If you see a URL response, kubectl is correctly configured to access your cluster.