Elliott Baron
Elliott Baron
Hi @petr-postulka, sorry for the late response. I can't say for sure if we can prioritize this for 2.3, but I'll ensure we discuss it when planning our tasks for...
Hi all, we did discuss this feature yesterday during our planning meeting for 2.3. We decided to prioritize work on multi-namespace support https://github.com/cryostatio/cryostat/issues/760, which will require substantial changes both in...
The Kubebuilder book has some good examples of testing controllers with envtest: https://book.kubebuilder.io/cronjob-tutorial/writing-tests.html
Something like a big YAML file with all the resources in one? Then you can just `kubectl/oc apply -f big.yaml`? This is what cert-manager does, and how we install it...
It might be a good idea to check for the certificate/secret objects and delete them if cert-manager is disabled.