Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 864 Bytes

getting-started.md

File metadata and controls

39 lines (24 loc) · 864 Bytes

Getting started

Deploy the controller using this repo

All the resouces required to run the operator are available at config.

The Makefile targets render and apply the kustomize resources for you, but you can also generate the final YAMLs with bin/kustomize build config/default.

Install the crds

Installs the custom resource definitions into the configured cluster in ~/.kube/config.

make install

Deploy the controller

Deploys the controller, rbac and crds into the configured cluster in ~/.kube/config.

make deploy

Uninstall the crds

Deletes the custom resource definitions from the configured cluster in ~/.kube/config.

make uninstall

Undeploy the controller

Deletes the controller, rbac and crds from the configured cluster in ~/.kube/config.

make undeploy