1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/serverless-install-serving-web-console.adoc
2021-02-24 17:16:19 +00:00

55 lines
2.8 KiB
Plaintext

// Module included in the following assemblies:
//
// * serverless/installing_serverless/installing-knative-serving.adoc
[id="serverless-install-serving-web-console_{context}"]
= Installing Knative Serving using the web console
.Procedure
. In the *Administrator* perspective of the {product-title} web console, navigate to *Operators* -> *Installed Operators*.
. Check that the *Project* dropdown at the top of the page is set to *Project: knative-serving*.
. Click *Knative Serving* in the list of *Provided APIs* for the {ServerlessOperatorName} to go to the *Knative Serving* tab.
+
image::serving-installed-operator.png[Installed Operators page]
. Click the *Create Knative Serving* button.
+
image::serverless-create-serving.png[Knative Serving tab]
. In the *Create Knative Serving* page, you can install Knative Serving using the default settings by clicking *Create*.
+
You can also modify settings for the Knative Serving installation by editing the `KnativeServing` object using either the form provided, or by editing the YAML.
+
* Using the form is recommended for simpler configurations that do not require full control of `KnativeServing` object creation.
* Editing the YAML is recommended for more complex configurations that require full control of `KnativeServing` object creation. You can access the YAML by clicking the *edit YAML* link in the top right of the *Create Knative Serving* page.
+
After you complete the form, or have finished modifying the YAML, click *Create*.
+
[NOTE]
====
For more information about configuration options for the KnativeServing custom resource definition, see the documentation on _Advanced installation configuration options_.
====
+
image::serving-form-view.png[Create Knative Serving in Form View]
+
image::serverless-create-serving-yaml.png[Create Knative Serving in YAML view]
. After you have installed Knative Serving, the `KnativeServing` object is created, and you will be automically directed to the *Knative Serving* tab.
+
image::serving-tab-created.png[Installed Operators page]
+
You will see the `knative-serving` custom resource in the list of resources.
.Verification
. Click on `knative-serving` custom resource in the *Knative Serving* tab.
. You will be automatically directed to the *Knative Serving Overview* page.
+
image::serving-overview.png[Installed Operators page]
. Scroll down to look at the list of *Conditions*.
. You should see a list of conditions with a status of *True*, as shown in the example image.
+
image::serving-conditions-true.png[Conditions]
+
[NOTE]
====
It may take a few seconds for the Knative Serving resources to be created. You can check their status in the *Resources* tab.
====
. If the conditions have a status of *Unknown* or *False*, wait a few moments and then check again after you have confirmed that the resources have been created.