You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// is an error related to validation, warn that validation failed but that we are trusting
156
156
// that the conversion strategy specified by the author will successfully convert to a format
157
157
// that passes validation and allow the upgrade to continue
158
-
warnTempl:=`validation of existing CRs against new CRD's schema failed, but a webhook conversion strategy was specified.
159
-
allowing the CRD upgrade to occur as we can't run the webhook, but is assumed that it will successfully convert existing CRs
160
-
to a format that would have passed validation.
158
+
warnTempl:=`Validation of existing CRs against the new CRD's schema failed, but a webhook conversion strategy was specified in the new CRD.
159
+
The new webhook will only start after the bundle is upgraded, so we must assume that it will successfully convert existing CRs to a format that would have passed validation.
0 commit comments