mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Merge pull request #9030 from brendandburns/kubectl
Add a custom timeout flag for stop/delete.
This commit is contained in:
@@ -57,6 +57,10 @@ will be lost along with the rest of the resource.
|
||||
\fB\-l\fP, \fB\-\-selector\fP=""
|
||||
Selector (label query) to filter on.
|
||||
|
||||
.PP
|
||||
\fB\-\-timeout\fP=0
|
||||
The length of time to wait before giving up on a delete, zero means determine a timeout from the size of the object
|
||||
|
||||
|
||||
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||
.PP
|
||||
|
@@ -45,6 +45,10 @@ If the resource is scalable it will be scaled to 0 before deletion.
|
||||
\fB\-l\fP, \fB\-\-selector\fP=""
|
||||
Selector (label query) to filter on.
|
||||
|
||||
.PP
|
||||
\fB\-\-timeout\fP=0
|
||||
The length of time to wait before giving up on a delete, zero means determine a timeout from the size of the object
|
||||
|
||||
|
||||
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||
.PP
|
||||
|
Reference in New Issue
Block a user