Example:
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm
kubectl run -it --image mysql:5.7.36 mysqltest bash --restart=Never —rm
kubectl run busybox --image=busybox:1.34 --command -- sleep 3600
微信扫一扫
Example:
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm
kubectl run -it --image mysql:5.7.36 mysqltest bash --restart=Never —rm
kubectl run busybox --image=busybox:1.34 --command -- sleep 3600
相关推荐