Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 1016 Bytes

proc_create-namespaces.adoc

File metadata and controls

42 lines (29 loc) · 1016 Bytes

Creating required Knative namespaces

To install each Knative operator on {ProjectName}, you must create the correct namespace (project) in your cluster, then install each operator in its corresponding namespace.

Creating the Knative build namespace

Procedure
  • Use the following command to create the knative-build namespace.

    oc new-project knative-build

Creating the Knative serving namespace

Procedure
  • Use the following command to create the knative-serving namespace.

    oc new-project knative-serving

Creating the Knative eventing namespace

Procedure
  • Use the following command to create the knative-eventing namespace.

    oc new-project knative-eventing
Additional resources