TODO: Introduction to what the CAO is.
Some notes about how to install the CommunishiftAuthorization Operator.
Install the following dependencies, default versions in the f36 repos are fine.
Install the operator-sdk, put it on your PATH:
git clone git@github.com:operator-framework/operator-sdk.git cd operator-sdk make
Openshift client oc
, download and put it on your PATH: https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/openshift-client-linux.tar.gz
Download minikube, then put it on your PATH: curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
First ensure you are logged into the cluster via the oc login --server=SERVER --token=TOKEN
.
make install
make deploy
make run
First ensure you are logged into the cluster via the oc login --server=SERVER --token=TOKEN
.
make install
make deploy
TODO: Some notes to explain how to run the molecule tests with minikube etc.
TODO: Some notes about how to contribute to the development of the CommunishiftAuthorization Operator.
TODO: Notes about the licence covering the code etc