Categorygithub.com/openshift/kubefed-operator
module
0.1.0-rc2
Repository: https://github.com/openshift/kubefed-operator.git
Documentation: pkg.go.dev

# README

kubefed-operator

This repository contains code for an operator for deploying KubeFed. It is planned to replace the federation-v2-operator repo.

Deploying and testing

This work-in-progress section describes how people developing this operator can deploy it.

Using operator-sdk up local

The operator SDK provides a way to run your operator locally outside a cluster. This allows you to easily iterate on changes without having to push an image.

All you need to do is run the following command from the root directory of this project:

$ operator-sdk up local --namespace=kubefed-test

This will run the operator configured to watch the kubefed-test namespace.

After that step, you can create a KubeFed custom resource in the kubefed-test namespace to drive the installation in that namespace:

$ kubectl create -f deploy/crds/operator_v1alpha1_kubefed_cr.yaml -n kubefed-test

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author