Use formatLabel instead of label.Set

This commit is contained in:
Deyuan Deng
2014-11-24 18:41:11 -05:00
parent 610ab9a0db
commit ec7d544194
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!