mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-11 20:00:28 +00:00
Migrate the Kubernetes shell to ash
The Kubernetes images have been migrated to Alpine Linux which does not include bash by default. Signed-off-by: Matt Bajor <matt@notevenremotelydorky.com>
This commit is contained in:
@@ -32,7 +32,7 @@ kubeadm-init.sh
|
||||
```
|
||||
|
||||
Once `kubeadm` exits, make sure to copy the `kubeadm join` arguments,
|
||||
and try `runc exec kubelet kubectl get nodes`.
|
||||
and try `kubectl get nodes` from within the master.
|
||||
|
||||
To boot a node use:
|
||||
```
|
||||
|
Reference in New Issue
Block a user