| Because the MSS operator kinds have an api version with hyphens in the group, the operator-sdk generates incorrect CRD yaml files (it strips out the hyphens, so it's a different CRD). As a result, we haven't been using the generated CRDs, and instead have been using ones that were manually created (and might be missing changes). This problem has been fixed in v0.11.0 of the operator-sdk, but upgrading to that isn't exactly straightforward, since the CRDs that it generates are not usable on K8s 1.11 (OpenShift v3.11). |