operator

module
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2022 License: Apache-2.0

README

Shipwright Operator

An operator to install and configure Shipwright on Kubernetes clusters.

Contributing

See CONTRIBUTING.md for more information on how to build, test, and submit contributions to the operator.

Usage

To deploy and manage Shipwright Builds in your cluster, first make sure this operator is installed and running on your cluster.

Next, create the following:

---
apiVersion: operator.shipwright.io/v1alpha1
kind: ShipwrightBuild
metadata:
  name: shipwright-operator
spec:
  targetNamespace: shipwright-build

The operator will deploy Shipwright Builds in the provided targetNamespace. When .spec.targetNamespace is not set, the namespace will default to shipwright-build.

Note: this namespace needs to be created before the actual deployment takes place.

Directories

Path Synopsis
api
v1alpha1
This package contains the CRD code, describing how the operator API will work in Kubernetes.
This package contains the CRD code, describing how the operator API will work in Kubernetes.
cmd

Jump to

Keyboard shortcuts

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