improve karmadactl promte -h
Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
parent
ab00a50c19
commit
55008d1b6a
|
@ -71,7 +71,7 @@ func promoteExample(parentCommand string) string {
|
|||
# Promote deployment(default/nginx) from cluster1 to Karmada` + "\n" +
|
||||
fmt.Sprintf("%s promote deployment nginx -n default -C cluster1", parentCommand) + `
|
||||
|
||||
# Promote deployment((default/nginx) with gvk from cluster1 to Karmada` + "\n" +
|
||||
# Promote deployment(default/nginx) with gvk from cluster1 to Karmada` + "\n" +
|
||||
fmt.Sprintf("%s promote deployment.v1.apps nginx -n default -C cluster1", parentCommand) + `
|
||||
|
||||
# Dumps the artifacts but does not deploy them to Karmada, same as 'dry run'` + "\n" +
|
||||
|
|
Loading…
Reference in New Issue