Merge pull request #2589 from ddysher/show-node-label

Use formatLabel instead of label.Set
This commit is contained in:
Eric Tune
2014-11-25 14:08:50 -08:00
2 changed files with 11 additions and 12 deletions

View File

@@ -80,9 +80,9 @@ $ export KUBERNETES_PROVIDER=vagrant
$ ./cluster/kubecfg.sh list /minions
Minion identifier Labels
---------- ----------
10.245.2.4
10.245.2.3
10.245.2.2
10.245.2.4 <none>
10.245.2.3 <none>
10.245.2.2 <none>
```
### Interacting with your Kubernetes cluster with the `kube-*` scripts.
@@ -143,9 +143,9 @@ Your cluster is running, you can list the minions in your cluster:
$ cluster/kubecfg.sh list /minions
Minion identifier Labels
---------- ----------
10.245.2.4
10.245.2.3
10.245.2.2
10.245.2.4 <none>
10.245.2.3 <none>
10.245.2.2 <none>
```
Now start running some containers!