Skip to content

An operator to install and configure Shipwright Builds on Kubernetes clusters.

License

Notifications You must be signed in to change notification settings

adambkaplan/shipwright-operator

 
 

Repository files navigation

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.

About

An operator to install and configure Shipwright Builds on Kubernetes clusters.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 67.6%
  • Shell 20.3%
  • Makefile 11.0%
  • Dockerfile 1.1%