Contribution
February 13, 2024 ยท View on GitHub
Thanks for taking the time to contribute to metabase-operator.
How to make PR
You can create a PR into main when your feature is ready. We will review it within 2 days.
Local development with minikube
- To try a new feature, first create a minikube cluster.
minikube start
- Clone this repository.
git clone git@github.com:unagex/metabase-operator.git
cd metabase-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_metabase.yaml