mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 02:07:38 +00:00
kubectl rolling-update support for same image
This commit is contained in:
@@ -26,6 +26,9 @@ options:
|
||||
- name: image
|
||||
usage: |
|
||||
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
|
||||
- name: image-pull-policy
|
||||
usage: |
|
||||
Explicit policy for when to pull container images. Required when --image is same as existing image, ignored otherwise.
|
||||
- name: include-extended-apis
|
||||
default_value: "true"
|
||||
usage: |
|
||||
|
Reference in New Issue
Block a user