Does anyone find that sometimes the `--replicas=` flag doesnt work with `kubect . . .

Deirdre Rodgers:
does anyone find that sometimes the --replicas= flag doesnt work with kubectl create deploy and sometimes it does?

Tej_Singh_Rana:
Hello, @Deirdre Rodgers
Maybe due to cluster version. In v1.19, we can add --replicas=<number> with `kubectl create deploy``

$ kubectl create deploy <deploy-name> --replicas=<number> --image=<name>

Deirdre Rodgers:
ah okay cool. so in the exam I should be able to use it then