To get started with {KubeFedProductName}, you must create the openshift-federation-system
namespace, install the Operator in this namespace, and then create the required custom resources (CRs) for your deployment.
Note
|
{KubeFedProductName} can be deployed as either a namespace-scoped or a cluster-scoped deployment, but not both, as this causes conflicts when both deployments attempt to manage the same set of resources. |
You must create the openshift-federation-system
namespace before installing any other {KubeFedProductName} components.
-
Use the following command to create the namespace.
$ oc create ns openshift-federation-system
You can install the {KubeFedProductName} Operator in the host cluster by following the {product-title} instructions on installing an Operator.
For details, see the {product-title} documentation on adding Operators to a cluster.
You can remove the {KubeFedProductName} Operator from the host cluster by following the {product-title} instructions on deleting an Operator.
For details, see the {product-title} documentation on deleting Operators from a cluster.