This repository contains the Gardener extension controller for managing the NetApp ONTAP CSI Plugin.
- A local Gardener setup.
- Clone the Gardener Repository
git clone [email protected]:gardener/gardener.git
- Set Up Gardener Locally
make kind-up
- Deploy Gardener:
make gardener-up
- Generate Helm Charts
Run the following command to generate the required Helm charts:
make generate
- Apply the example configuration to your Gardener setup:
kubectl apply -k example/
- Apply the shoot cluster configuration:
kubectl apply -f example/shoot.yaml
When making changes to the code, you can build and deploy the changes locally using:
make push-to-gardener-local
doc.go has been temporarily modified to bypass the use of VERSION. This needs to be fixed.