mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
Merge pull request #1663 from technolo-g/k8s_shell_to_ash
Migrate the Kubernetes shell to ash
This commit is contained in:
commit
fc1e7e4ca5
@ -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:
|
||||
```
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash -eux
|
||||
./ssh.sh -t "$1" nsenter --mount --target 1 runc exec --tty kubelet bash -l
|
||||
./ssh.sh -t "$1" nsenter --mount --target 1 runc exec --tty kubelet ash -l
|
||||
|
Loading…
Reference in New Issue
Block a user