tao12345666333 commented on issue #766: URL: https://github.com/apache/apisix-ingress-controller/issues/766#issuecomment-977518963
The `CustomResourceDefinition.spec.versions.deprecated` field was added since v1.19 and has not been ported to the previous version. So you can run this: ```bash kubectl apply -f customresourcedefinitions.yaml --validate=false ``` The Kubernetes project maintains release branches for the most recent three minor releases (1.22, 1.21, 1.20). I suggest you upgrade K8s version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
