-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
The klusterlet CRD generated for kubernetes cluster which's version is <=1.16 is invalid
If we apply this CRD to a 1.16.3 kubernetes cluster, will get:
# kubectl apply -f operator/v1/0001_00_operator.open-cluster-management.io_klusterlets.crd.yaml
The CustomResourceDefinition "klusterlets.operator.open-cluster-management.io" is invalid:
* spec.validation.openAPIV3Schema.properties[spec].properties[registrationConfiguration].properties[featureGates].items.properties[mode].default: Forbidden: must not be set
* spec.validation.openAPIV3Schema.properties[spec].properties[workConfiguration].properties[featureGates].items.properties[mode].default: Forbidden: must not be set
Another validation result from GitHub action
Metadata
Metadata
Assignees
Labels
No labels