Answers for "kubectl run pod"

1

kubectl run pod

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

kubectl describe to yaml

kubectl describe <type> <name> -o yaml
Posted by: Guest on August-25-2020

Browse Popular Code Answers by Language