Answers for "kubectl create pod imperative command"

1

kubectl create pod imperative command

kubectl run <pod-name> --image=<image> --restart=Never
Posted by: Guest on August-19-2020

Browse Popular Code Answers by Language