Looks like CRDs conflict with each other when I try to install several versions of operator in different namespaces.
Is there any workaround ?
Hi, the operator should work fine in different namespaces. Can you show us the steps you are taking to deploy and the error you get? also which k8s platform are you using?
You can have only one CRD for the whole “cluster” (for ex. if you use GCP). So that means it defines what version can be used. For example you will not be able to to run operator 7 and 14. Because 7 is missing in CRD which allows 14.
Kind of sucks because you have to “keep” up with the upgrading. The supported windows is now also much smaller then pre.13.