mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
21 lines
754 B
Plaintext
21 lines
754 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// serverless/admin_guide/serverless-cluster-admin-serving.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* -> *Serving* page.
|
|
. In the *Create* list, select *Service*.
|
|
. Manually enter YAML or JSON definitions, or by dragging and dropping a file into the editor.
|
|
. Click *Create*.
|