mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
Add 'kubectl set image'
This commit is contained in:
@@ -14,7 +14,7 @@ options:
|
||||
- name: dry-run
|
||||
default_value: "false"
|
||||
usage: |
|
||||
If true, only print the object that would be sent, without creating it.
|
||||
If true, only print the object that would be sent, without sending it.
|
||||
- name: filename
|
||||
shorthand: f
|
||||
default_value: '[]'
|
||||
|
@@ -21,7 +21,7 @@ options:
|
||||
- name: dry-run
|
||||
default_value: "false"
|
||||
usage: |
|
||||
If true, only print the object that would be sent, without creating it.
|
||||
If true, only print the object that would be sent, without sending it.
|
||||
- name: external-ip
|
||||
usage: |
|
||||
Additional external IP address (not managed by Kubernetes) to accept for the service. If this IP is routed to a node, the service can be accessed by this IP in addition to its generated service IP.
|
||||
|
@@ -17,7 +17,7 @@ options:
|
||||
- name: dry-run
|
||||
default_value: "false"
|
||||
usage: |
|
||||
If true, print out the changes that would be made, but don't actually make them.
|
||||
If true, only print the object that would be sent, without sending it.
|
||||
- name: filename
|
||||
shorthand: f
|
||||
default_value: '[]'
|
||||
|
@@ -65,3 +65,4 @@ inherited_options:
|
||||
comma-separated list of pattern=N settings for file-filtered logging
|
||||
see_also:
|
||||
- kubectl
|
||||
- image
|
||||
|
Reference in New Issue
Block a user