Removing extra spaces per Issue #4602 (#5021)

This commit is contained in:
Cody Clark
2017-08-17 16:25:11 -07:00
committed by Steve Perry
parent c029a9ddb4
commit 97e07f9d3e
+1 -1
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: Check that kubectl is properly configured by getting the cluster state:
```shell ```shell
$ kubectl cluster-info kubectl cluster-info
``` ```
If you see a URL response, kubectl is correctly configured to access your cluster. If you see a URL response, kubectl is correctly configured to access your cluster.