mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Update set image description to remove job from resources that can update container image
This commit is contained in:
parent
eda3db550b
commit
03e61e3f21
@ -62,7 +62,7 @@ type ImageOptions struct {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
image_resources = `
|
image_resources = `
|
||||||
pod (po), replicationcontroller (rc), deployment (deploy), daemonset (ds), job, replicaset (rs)`
|
pod (po), replicationcontroller (rc), deployment (deploy), daemonset (ds), replicaset (rs)`
|
||||||
|
|
||||||
image_long = templates.LongDesc(`
|
image_long = templates.LongDesc(`
|
||||||
Update existing container image(s) of resources.
|
Update existing container image(s) of resources.
|
||||||
|
Loading…
Reference in New Issue
Block a user