We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa7d48 commit ae462d3Copy full SHA for ae462d3
keps/sig-api-machinery/1027-api-unions/README.md
@@ -687,7 +687,13 @@ enabled.
687
688
###### Does enabling the feature change any default behavior?
689
690
-No, since all built in unions are currently validated in other ways.
+Enabling the feature could cause existing CRs to fail validation if the
691
+correspond CRD has union fields and the existing CRs have invalid unions that
692
+were unvalidated when initially created in a cluster that had the unions feature
693
+disabled.
694
+
695
+These CRs will need to be corrected in order to pass validation (or the feature
696
+disabled).
697
698
<!--
699
Any change of default behavior may be surprising to users or break existing
0 commit comments