mogul opened a new issue #277: URL: https://github.com/apache/solr-operator/issues/277
The k8s.io/api/networking/v1beta1 API is unsupported in the latest versions of `nginx-ingress`, and the API will be unsupported from k8s 1.22.0+ For future-proofing against breakage, the solr-operator should start using k8s.io/api/networking/v1 to specify ingresses. (Note v1 has only been supported since k8s 1.19.0+, so switching to using v1 would limit solr-operator to supporting 1.19.0+, unless you add special support for using v1beta1 on earlier versions, which could get messy to maintain.) -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org