mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
kubectl rolling-update support for same image
This commit is contained in:
@@ -42,6 +42,10 @@ existing replication controller and overwrite at least one (common) label in its
|
||||
\fB\-\-image\fP=""
|
||||
Image to use for upgrading the replication controller. Must be distinct from the existing image (either new image or new image tag). Can not be used with \-\-filename/\-f
|
||||
|
||||
.PP
|
||||
\fB\-\-image\-pull\-policy\fP=""
|
||||
Explicit policy for when to pull container images. Required when \-\-image is same as existing image, ignored otherwise.
|
||||
|
||||
.PP
|
||||
\fB\-\-include\-extended\-apis\fP=true
|
||||
If true, include definitions of new APIs via calls to the API server. [default true]
|
||||
|
Reference in New Issue
Block a user