mirror of https://github.com/knative/docs.git
Updating image path for OpenShift install docs (#1587)
* Updating image path for OpenShift install docs * Update Knative-with-OpenShift.md
This commit is contained in:
parent
6efd60b4a0
commit
110a835d80
|
@ -34,7 +34,7 @@ You can find [guides for other platforms here](./README.md).
|
||||||
> **NOTE:** Use the **Filter by Keyword** box to help you find the Knative
|
> **NOTE:** Use the **Filter by Keyword** box to help you find the Knative
|
||||||
> Serving operator in the catalog.
|
> Serving operator in the catalog.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
2. A **Show Community Operator** dialog box will open. Click **Continue** to
|
2. A **Show Community Operator** dialog box will open. Click **Continue** to
|
||||||
proceed.
|
proceed.
|
||||||
|
@ -42,34 +42,34 @@ You can find [guides for other platforms here](./README.md).
|
||||||
3. The **Knative Serving Operator** descriptor screen will appear. Click
|
3. The **Knative Serving Operator** descriptor screen will appear. Click
|
||||||
**Install**.
|
**Install**.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
4. On the **Create the Operator Subscription** screen, create a new subscription
|
4. On the **Create the Operator Subscription** screen, create a new subscription
|
||||||
by clicking on the **Subscribe** button. This will install the Knative
|
by clicking on the **Subscribe** button. This will install the Knative
|
||||||
Serving Operator in the project `openshift-operators` and Knative Serving in
|
Serving Operator in the project `openshift-operators` and Knative Serving in
|
||||||
the `knative-serving` project.
|
the `knative-serving` project.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
> **NOTE:** The Operator Lifecycle Manager (OLM) installs the operator, which
|
> **NOTE:** The Operator Lifecycle Manager (OLM) installs the operator, which
|
||||||
> will automatically install Knative. This installation will create the
|
> will automatically install Knative. This installation will create the
|
||||||
> `knative-serving`, `istio-operator`, and `istio-system` namespaces.
|
> `knative-serving`, `istio-operator`, and `istio-system` namespaces.
|
||||||
|
|
||||||
5. Verify the subscription status for the installation operator, by viewing the
|
5. Verify the subscription status for the installation operator, by viewing the
|
||||||
**Subscription Overview**. The **UPGRADE STATUS** will update from **0
|
**Subscription Overview**. The **UPGRADE STATUS** will update from `0
|
||||||
Installing** to **1 Installed**.
|
Installing` to `1 Installed`.
|
||||||
|
|
||||||
> **NOTE:** The screen will update after a few minutes. Wait for the
|
> **NOTE:** The screen will update after a few minutes. Wait for the
|
||||||
> `knative-serving` namespace to appear in the project drop-down menu. Refresh
|
> `knative-serving` namespace to appear in the project drop-down menu. Refresh
|
||||||
> the page if needed.
|
> the page if needed.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
6. Knative Serving is now installed. Navigate to **Catalog > Installed
|
6. Knative Serving is now installed. Navigate to **Catalog > Installed
|
||||||
Operators** to confirm the operator is installed. Click on
|
Operators** to confirm the operator is installed. Click on
|
||||||
**knative-serving** to view the install status.
|
**knative-serving** to view the install status.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Deploying an app
|
## Deploying an app
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ export IP_ADDRESS=$(oc get node -o 'jsonpath={.items[0].status.addresses[0].add
|
||||||
|
|
||||||
2. Click on the **Knative Serving Operator** tile.
|
2. Click on the **Knative Serving Operator** tile.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
> **NOTE:** The operator tile will indicate it is installed.
|
> **NOTE:** The operator tile will indicate it is installed.
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ export IP_ADDRESS=$(oc get node -o 'jsonpath={.items[0].status.addresses[0].add
|
||||||
4. Once the **Knative Serving Operator** descriptor screen appears, click
|
4. Once the **Knative Serving Operator** descriptor screen appears, click
|
||||||
**Uninstall**.
|
**Uninstall**.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
5. Select **Also completely remove the Operator from the selected namespace**,
|
5. Select **Also completely remove the Operator from the selected namespace**,
|
||||||
in the **Remove Operator Subscription** dialog box.
|
in the **Remove Operator Subscription** dialog box.
|
||||||
|
|
Loading…
Reference in New Issue