Options (1)
booleanOpen Bash in a pod, using the first container by default
Example:
kubectl exec {{pod_name}} {{[-it|--stdin --tty]}} -- bashExamples (1)
Open Bash in a pod, using the first container by default
kubectl exec pod_name [-it|--stdin --tty] -- bashmade by @shridhargupta | data from tldr-pages