You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/24 04:17:08 UTC

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #766: bug: crd can not upgrade

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org