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.
Procedure
-
Use the following command to create the
knative-build
namespace.oc new-project knative-build
Procedure
-
Use the following command to create the
knative-serving
namespace.oc new-project knative-serving
Procedure
-
Use the following command to create the
knative-eventing
namespace.oc new-project knative-eventing
Additional resources
-
For more information on {OLM}, see the Operator Lifecycle Manager Github documentation.