Difference between revisions of "Kubectl attach"

From wikieduonline
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

Advertising: