VM-Operator/dev-example/Readme.md

16 lines
520 B
Markdown
Raw Normal View History

2023-08-11 12:22:26 +02:00
# Example setup for development
The CRD must be deployed independently. Apart from that, the
`kustomize.yaml`
2023-08-11 12:55:43 +02:00
* creates a small image repository and
2023-08-11 12:22:26 +02:00
2023-08-11 12:55:43 +02:00
* deploys the operator in namespace `vmop-dev` with a replica of 0.
2023-08-11 12:22:26 +02:00
This allows you to run the manager in your IDE.
The `kustomize.yaml` also changes the image repository for the
operator to a private repository for development. You have to
either remove this or adapt it to your own repository if you
also want to test your development version in a container.