Purge cluster/kubectl.sh from nearly all docs.

Mark cluster/kubectl.sh as deprecated.
This commit is contained in:
Brendan Burns
2015-06-05 14:50:11 -07:00
parent 6a979704b7
commit 9e198a6ed9
22 changed files with 149 additions and 140 deletions

View File

@@ -116,7 +116,7 @@ virsh -c qemu:///system list
You can check that the kubernetes cluster is working with:
```
$ ./cluster/kubectl.sh get minions
$ kubectl get nodes
NAME LABELS STATUS
192.168.10.2 <none> Ready
192.168.10.3 <none> Ready
@@ -173,7 +173,7 @@ KUBE_PUSH=local cluster/kube-push.sh
Interact with the cluster
```
cluster/kubectl.sh
kubectl ...
```
### Troubleshooting