Difference between revisions of "Kubectl attach"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
[[Unable to use a TTY]] - container your-container [[did not allocate one]] | [[Unable to use a TTY]] - container your-container [[did not allocate one]] | ||
+ | |||
+ | |||
+ | kubectl attach my-pod -i | ||
+ | |||
spec: | spec: |
Revision as of 17:09, 1 December 2022
Unable to use a TTY - container your-container did not allocate one
kubectl attach my-pod -i
spec: containers: - name: your-name image: your-name:latest tty: true stdin: true
kubectl exec
See also
kubectl
: [cp | config | create
|delete
|edit | explain |
apply
|exec
|get
|set
|drain | uncordon | rolling-update
|rollout
|logs
|run
|auth
|label | annotate
|version
|top
|diff
|debug
|replace
|describe
|port-forward | proxy
|scale
|rollout
|api-resources
| expose deployment | expose | patch | attach | get endpoints | ~/.kube/config | kubectl logs --help | kubectl --help, kubectl-convert, kubectl autoscale, kubectl.kubernetes.io
Advertising: