mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
Merge pull request #2422 from justincormack/kub-single-node
Add documentation for how to run a single node Kube cluster
This commit is contained in:
commit
44c4ea5dba
@ -34,6 +34,11 @@ kubeadm-init.sh
|
||||
Once `kubeadm` exits, make sure to copy the `kubeadm join` arguments,
|
||||
and try `kubectl get nodes` from within the master.
|
||||
|
||||
If you just want to run a single node cluster with jobs running on the master, you can use:
|
||||
```
|
||||
kubectl taint nodes --all node-role.kubernetes.io/master- --kubeconfig /etc/kubernetes/admin.conf
|
||||
```
|
||||
|
||||
To boot a node use:
|
||||
```
|
||||
./boot.sh <n> [<join_args> ...]
|
||||
|
Loading…
Reference in New Issue
Block a user