-
Bug
-
Resolution: Done
-
Blocker
-
None
-
False
-
False
-
After migrating from extensions v1beta1 to v1 x-kubernetes-preserve-unknown-fields changes its default from true to false. That forces the CRD to contain all used fields as any non declared field is ignored and not stored.
Among the missing fields there is one called `conditions` in Status, this field is not presented as it is not declared in the CRD.