Merge branch 'celevra'

This commit is contained in:
Dalton Hubble
2017-07-19 13:06:44 -07:00
5 changed files with 5 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ $ ssh core@node1.example.com 'journalctl -f -u bootkube'
[Install kubectl](https://coreos.com/kubernetes/docs/latest/configure-kubectl.html) on your laptop. Use the generated kubeconfig to access the Kubernetes cluster. Verify that the cluster is accessible and that the apiserver, scheduler, and controller-manager are running as pods.
```sh
$ KUBECONFIG=assets/auth/kubeconfig
$ export KUBECONFIG=assets/auth/kubeconfig
$ kubectl get nodes
NAME STATUS AGE VERSION
node1.example.com Ready 7m v1.6.7+coreos.0

View File

@@ -107,7 +107,7 @@ The example profile added autologin so you can verify that etcd3 works between n
```sh
$ systemctl status etcd-member
$ ETCDCTL_API=3
$ export ETCDCTL_API=3
$ etcdctl set /message hello
$ etcdctl get /message
```

View File

@@ -158,7 +158,7 @@ The example profile added autologin so you can verify that etcd3 works between n
```sh
$ systemctl status etcd-member
$ ETCDCTL_API=3
$ export ETCDCTL_API=3
$ etcdctl set /message hello
$ etcdctl get /message
```

View File

@@ -126,7 +126,7 @@ $ sudo ./scripts/libvirt [start|reboot|shutdown|poweroff|destroy]
[Install kubectl](https://coreos.com/kubernetes/docs/latest/configure-kubectl.html) on your laptop. Use the generated kubeconfig to access the Kubernetes cluster. Verify that the cluster is accessible and that the apiserver, scheduler, and controller-manager are running as pods.
```sh
$ KUBECONFIG=assets/auth/kubeconfig
$ export KUBECONFIG=assets/auth/kubeconfig
$ kubectl get nodes
NAME STATUS AGE
node1.example.com Ready 3m

View File

@@ -93,7 +93,7 @@ $ systemctl status etcd-member
Verify that etcd3 peers are healthy and communicating.
```sh
$ ETCDCTL_API=3
$ export ETCDCTL_API=3
$ etcdctl cluster-health
$ etcdctl set /message hello
$ etcdctl get /message