mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Validate image name for kubectl rolling-update NAME --image=IMAGE
Require distinct image from current one when starting a new rolling-update, and exit with error if an existing in-progress update is targeting a different image.
This commit is contained in:
@@ -36,7 +36,7 @@ existing replication controller and overwrite at least one (common) label in its
|
||||
|
||||
.PP
|
||||
\fB\-\-image\fP=""
|
||||
Image to use for upgrading the replication controller. Can not be used with \-\-filename/\-f
|
||||
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\-\-no\-headers\fP=false
|
||||
|
Reference in New Issue
Block a user