// 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 `knative-serving` in the list of resources. .Verification steps . Click on `knative-serving` 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.