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
* crd: allow specifying spec.preserveUnknownFields
Reinstate crd:preserveUnknownFields option removed by #607
to allow specifying the value of deprecated spec.preserveUnknownFields
CRD field.
This is useful for updating CRDs that were automatically converted from
v1beta1 version which had true as a default value and resulted in:
```
$ kubectl get crd foo.bar -o yaml | grep preserveUnknownFields
preserveUnknownFields: true
message: 'spec.preserveUnknownFields: Invalid value: true: must be false'
```
For #476
* crd: rename marker to DeprecatedV1beta1CompatibilityPreserveUnknownFields
0 commit comments