Difference between revisions of "Unable to use a TTY"

From wikieduonline
Jump to navigation Jump to search
(Created page with " Unable to use a TTY - container your-container did not allocate one")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
  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]]
 +
 +
 +
[[spec:]]
 +
      containers:
 +
      - name: your-name
 +
        image: your-name:latest
 +
        tty: true
 +
        stdin: true
 +
 +
 +
== See also ==
 +
* {{tty}}
 +
 +
[[Category: Computing]]

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: