You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openshift/applications/knative-serving.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ In this tutorial, you will:
18
18
- Run different revisions of a service via `blue-green` deployments and `canary`
19
19
release.
20
20
21
-
## **Prerequisites**:
21
+
## **Prerequisites**
22
22
23
23
- Setup the OpenShift CLI (`oc`) Tools locally and configure the OpenShift CLI
24
24
to enable `oc` commands. Refer to [this user guide](../../openshift/logging-in/setup-the-openshift-cli.md).
@@ -28,14 +28,15 @@ In this tutorial, you will:
28
28
client `kn` allows you to create Knative resources from the command line or
29
29
from within Shell scripts. Follow the [official documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_serverless/1.37/html/installing_openshift_serverless/installing-kn)
30
30
to download and install the Knative CLI.
31
-
31
+
32
32
You can verify the Knative CLI installation by running the following command:
33
33
34
34
```sh
35
35
kn version
36
36
```
37
37
38
-
For more information regarding the [CLI commands](https://docs.redhat.com/en/documentation/red_hat_openshift_serverless/1.37/html/knative_cli/index) available for Knative Functions, Serving, and Eventing.
38
+
For more information regarding the [CLI commands](https://docs.redhat.com/en/documentation/red_hat_openshift_serverless/1.37/html/knative_cli/index)
39
+
available for Knative Functions, Serving, and Eventing.
0 commit comments