We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c7af4 commit 2fe846fCopy full SHA for 2fe846f
pages/common/kubectl-exec.md
@@ -0,0 +1,8 @@
1
+# kubectl exec
2
+
3
+> Execute a command in a container.
4
+> More information: <https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#exec>.
5
6
+- Open Bash in a pod, using the first container by default:
7
8
+`kubectl exec {{pod_name}} {{-it|--stdin --tty]}} -- bash`
0 commit comments