Skip to main content

Local development

You can try out the Operator on your local development machine and boot the Operator as a normal system process.

Requirements#

Installation#

  1. Install the CRDs
make install
  1. Install an example DatabaseClass
kubectl apply -f testdata/dbclass.yaml
  1. Run the Operator as a local process
make run ARGS="--load-config=config/manager/controller_manager_config.yaml --enable-webhooks=false --leaderElection.leaderElect=false --debug=true"