Difference between revisions of "Unable to use a TTY"

From wikieduonline
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
  [[kubectl attach]]
 
  [[kubectl attach]]
 +
 +
 +
[[spec:]]
 +
      containers:
 +
      - name: your-name
 +
        image: your-name:latest
 +
        tty: true
 +
        stdin: true
 +
  
 
== See also ==
 
== See also ==

Latest revision as of 10:39, 8 August 2022

Unable to use a TTY - container your-container did not allocate one


kubectl attach


spec:
     containers:
     - name: your-name
       image: your-name:latest
       tty: true
       stdin: true


See also[edit]

Advertising: