Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.77 KB

installing-kubefed.adoc

File metadata and controls

39 lines (26 loc) · 1.77 KB

Installing OpenShift KubeFed

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.

Creating the namespace

You must create the openshift-federation-system namespace before installing any other {KubeFedProductName} components.

Procedure
  • Use the following command to create the namespace.

    $ oc create ns openshift-federation-system

Installing the {KubeFedProductName} Operator

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.

Deleting the {KubeFedProductName} Operator

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.