mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Fix kubectl --attach decription with deprecated --interactive
This commit is contained in:
@@ -20,7 +20,7 @@ Creates a deployment or job to manage the created container(s).
|
||||
.SH OPTIONS
|
||||
.PP
|
||||
\fB\-\-attach\fP=false
|
||||
If true, wait for the Pod to start running, and then attach to the Pod as if 'kubectl attach ...' were called. Default false, unless '\-i/\-\-interactive' is set, in which case the default is true.
|
||||
If true, wait for the Pod to start running, and then attach to the Pod as if 'kubectl attach ...' were called. Default false, unless '\-i/\-\-stdin' is set, in which case the default is true.
|
||||
|
||||
.PP
|
||||
\fB\-\-command\fP=false
|
||||
|
Reference in New Issue
Block a user