Updated kubectl help messages.

Updated kubectl help messages: added info about hpa. Fixes #17357.
This commit is contained in:
Jerzy Szczepkowski
2015-11-19 15:16:26 +01:00
parent 7c660bc240
commit cac9e88c11
13 changed files with 26 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ If --resource-version is specified, then updates will use this resource version,
Possible resources include (case insensitive): pods (po), services (svc),
replicationcontrollers (rc), nodes (no), events (ev), componentstatuses (cs),
limitranges (limits), persistentvolumes (pv), persistentvolumeclaims (pvc),
resourcequotas (quota) or secrets.`
horizontalpodautoscalers (hpa), resourcequotas (quota) or secrets.`
annotate_example = `# Update pod 'foo' with the annotation 'description' and the value 'my frontend'.
# If the same annotation is set multiple times, only the last value will be applied
$ kubectl annotate pods foo description='my frontend'