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
error: error validating "/etc/kubernetes/addons/50_calico.yaml": error validating data: ValidationError(CustomResourceDefinition): unknown field "description" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition; if you choose to ignore these errors, turn validation off with --validate=false
Hello,
The current calico manifest can't be deployed in self-hosted 1.11.x k8s because of "description" field that is not a part of CustomResourceDefinition spec
As far as I understand a new validation was implemented in 1.11 to check this.
Also: projectcalico/canal#129
Removing these lines fixes it:
Best,
Ruslan.
The text was updated successfully, but these errors were encountered: