backplane-operator

command module
v1.0.0-2021-10-05-17-3... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2021 License: Apache-2.0 Imports: 29 Imported by: 0

README

Backplane Operator

Operator for managing installation of Backplane components

Prerequisites

  • Go v1.17+
  • kubectl 1.19+
  • Operator-sdk v1.10.0+
  • Docker
  • Connection to an existing Kubernetes cluster

Installation

Before deploying, the CRDs need to be installed onto the cluster.

make install
Outside the Cluster

The operator can be run locally against the configured Kubernetes cluster in ~/.kube/config with the following command:

make run
Inside the Cluster

The operator can also run inside the cluster as a Deployment. To do that first build the container image and push to an accessible image registry:

  1. Build the image:
    make docker-build IMG=<registry>/<imagename>:<tag>
    
  2. Push the image:
    make docker-push IMG=<registry>/<imagename>:<tag>
    
  3. Deploy the Operator:
    make deploy IMG=<registry>/<imagename>:<tag>
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 contains API Schema definitions for the multiclusterengine v1alpha1 API group +kubebuilder:object:generate=true +groupName=multicluster.openshift.io
Package v1alpha1 contains API Schema definitions for the multiclusterengine v1alpha1 API group +kubebuilder:object:generate=true +groupName=multicluster.openshift.io
pkg
test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL