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]] | ||
+ | |||
+ | spec: | ||
+ | containers: | ||
+ | - name: your-name | ||
+ | image: your-name:latest | ||
+ | tty: true | ||
+ | [[stdin:]] true | ||
Revision as of 10:41, 8 August 2022
Unable to use a TTY - container your-container did not allocate one
spec: containers: - name: your-name image: your-name:latest tty: true stdin: true
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: