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/deploy/crds
# Operator deployment
kubectl -n lieutenant apply -k github.com/projectsyn/lieutenant-operator/deploy
The deployment artefact are to be found in the /deploy
folder.