5. Run busybox
kubectl run -i --tty busybox --image=busybox -- shkubectl run -i --tty busybox --image=progrium/busybox -- sh
opkg-install curl$ kubectl run tmp-shell --rm -i --tty --image nicolaka/netshoot -- /bin/bashLast updated
kubectl run -i --tty busybox --image=busybox -- shkubectl run -i --tty busybox --image=progrium/busybox -- sh
opkg-install curl$ kubectl run tmp-shell --rm -i --tty --image nicolaka/netshoot -- /bin/bashLast updated
cat <<EOF | kubectl apply -f -
apiVersion: v1
kind: Pod
metadata:
name: busybox
spec:
serviceAccountName: internal-app
containers:
- name: busybox
image: nicolaka/netshoot
args:
- sleep
- "1000000"