VM-Operator/dev-example
Michael N. Lipp 65a5cfd286
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Develop/v3 (#27)
Prepare release.
2024-06-09 22:54:42 +02:00
..
.gitignore Support cloudInit in CRD. 2024-02-18 11:46:09 +01:00
config.yaml Viewer ACL (#26) 2024-06-01 11:12:15 +02:00
kustomization.yaml Viewer ACL (#26) 2024-06-01 11:12:15 +02:00
Readme.md Develop/v3 (#27) 2024-06-09 22:54:42 +02:00
test-vm-display-secret.yaml Add viewer conlet (#25) 2024-05-27 12:57:01 +02:00
test-vm-pv-system.yaml Add/update example configurations. 2023-08-11 12:22:26 +02:00
test-vm-shell.yaml Support cloudInit in CRD. 2024-02-18 11:46:09 +01:00
test-vm.yaml Viewer ACL (#26) 2024-06-01 11:12:15 +02:00

Example setup for development

The CRD must be deployed independently. Apart from that, the kustomize.yaml

  • creates a small cdrom image repository and

  • deploys the operator in namespace vmop-dev with a replica of 0.

This allows you to run the manager in your IDE.

The kustomize.yaml also changes the container image repository for the operator to a private repository for development. You have to adapt this to your own repository if you also want to test your development version in a container.

If you want to run the unittests, this setup must be used with a private container image repository which must match the one configured for gradle pushImages.