mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
24 lines
830 B
Plaintext
24 lines
830 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// serverless/serving-creating-managing-apps.adoc
|
|
|
|
[id="creating-serverless-apps-admin-console_{context}"]
|
|
= Creating serverless applications using the Administrator perspective
|
|
|
|
.Prerequisites
|
|
To create serverless applications using the *Administrator* perspective, ensure that you have completed the following steps.
|
|
|
|
* The {ServerlessOperatorName} and Knative Serving are installed.
|
|
* You have logged in to the web console and are in the *Administrator* perspective.
|
|
|
|
.Procedure
|
|
|
|
. Navigate to the *Serverless* → *Services* page.
|
|
+
|
|
image::serverless-create-service-admin.png[Services page]
|
|
. Click *Create Service*.
|
|
. Manually enter YAML or JSON definitions, or by dragging and dropping a file into the editor.
|
|
+
|
|
image::service-yaml-admin.png[Text editor]
|
|
. Click *Create*.
|