Merge pull request #84227 from soltysh/fix_scale_doc

Drop job from scale description
This commit is contained in:
Kubernetes Prow Robot 2019-11-14 13:29:51 -08:00 committed by GitHub
commit 37c7c904e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ func NewCmdScale(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobr
cmd := &cobra.Command{
Use: "scale [--resource-version=version] [--current-replicas=count] --replicas=COUNT (-f FILENAME | TYPE NAME)",
DisableFlagsInUseLine: true,
Short: i18n.T("Set a new size for a Deployment, ReplicaSet, Replication Controller, or Job"),
Short: i18n.T("Set a new size for a Deployment, ReplicaSet or Replication Controller"),
Long: scaleLong,
Example: scaleExample,
Run: func(cmd *cobra.Command, args []string) {