Thanks for taking the time to contribute to immudb-operator.
You can create a PR into main
when your feature is ready. We will review it within 2 days.
- To try a new feature, first create a minikube cluster.
minikube start
- Clone this repository.
git clone git@github.com:unagex/immudb-operator.git
cd immudb-operator
- Make your changes in the code.
- Run the binary against the minikube cluster with the following command. There is no need to build the docker image.
make install run
You should see the following log:
- The operator is now running on minikube, you can create the custom resource and see how the operator handles it.
kubectl apply -f config/samples/v1_immudb.yaml