Difference between revisions of "Unable to use a TTY"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 6: Line 6:
  
  
{{tty}}
+
[[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: