Installation of the Operator
The Operator provides a Kustomize folder which allows for easy installation:
kubectl create namespace lieutenant
# CRDs (global scope)
kubectl apply -k github.com/projectsyn/lieutenant-operator/config/crd
# Operator deployment
kubectl -n lieutenant apply -k github.com/projectsyn/lieutenant-operator/config/samples/deployment
The deployment artefact are to be found in the folder config/samples/deployment
.