Number error (#5835)

*  should be 10

*  should be 10

*  should be 10
This commit is contained in:
chenhonggc
2017-10-10 15:17:28 -05:00
committed by Steve Perry
parent 12e211a60c
commit cb9b730c8d
@@ -155,7 +155,7 @@ A job can be scaled up using the `kubectl scale` command. For example, the foll
command sets `.spec.parallelism` of a job called `myjob` to 10:
```shell
$ kubectl scale --replicas=$N jobs/myjob
$ kubectl scale --replicas=10 jobs/myjob
job "myjob" scaled
```