We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc1ac1 commit 6f649d7Copy full SHA for 6f649d7
docs/openshift/applications/knative-serving.md
@@ -456,7 +456,7 @@ the following syntax:
456
=== "Using the Knative CLI"
457
458
```sh
459
- kn service create <service_name> --image <image_uri> --scale-min 1 --scale-min 3
+ kn service create <service_name> --image <image_uri> --scale-min 1 --scale-max 3
460
```
461
462
=== "Using YAML"
0 commit comments