Kubernetes: Autoinit and persistent state by default

Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
This commit is contained in:
w9n
2017-10-28 16:24:40 +02:00
parent 8f12286b77
commit 7b16f41540
2 changed files with 13 additions and 5 deletions

View File

@@ -18,6 +18,10 @@ Boot Kubernetes master OS image using `hyperkit` on macOS: or `qemu` on Linux:
```
./boot.sh
```
or, to automatically initialise the cluster upon boot with no additional options
```
KUBE_MASTER_AUTOINIT="" ./boot.sh
```
Get IP address of the master:
```
@@ -29,7 +33,7 @@ Login to the kubelet container:
./ssh_into_kubelet.sh <master-ip>
```
Manually initialise master with `kubeadm`:
Manually initialise master with `kubeadm` if booted without `KUBE_MASTER_AUTOINIT`:
```
kubeadm-init.sh
```