You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/02/09 18:58:54 UTC

[GitHub] [lucene-solr-operator] madrob opened a new issue #214: extensions/v1beta1 Ingress is deprecated

madrob opened a new issue #214:
URL: https://github.com/apache/lucene-solr-operator/issues/214


   After deploying a cluster using this operator, I wanted to get the Ingress, but the one we currently use is deprecated.
   
   ```$ k get ing
   Warning: extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress```


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-solr-operator] HoustonPutman commented on issue #214: extensions/v1beta1 Ingress is deprecated

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on issue #214:
URL: https://github.com/apache/lucene-solr-operator/issues/214#issuecomment-777699761


   We should go ahead and make sure that all dependent resources are up to date with the most recent 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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-solr-operator] HoustonPutman closed issue #214: extensions/v1beta1 Ingress is deprecated

Posted by GitBox <gi...@apache.org>.
HoustonPutman closed issue #214:
URL: https://github.com/apache/lucene-solr-operator/issues/214


   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-solr-operator] HoustonPutman commented on issue #214: extensions/v1beta1 Ingress is deprecated

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on issue #214:
URL: https://github.com/apache/lucene-solr-operator/issues/214#issuecomment-779966204


   So `networking.k8s.io/v1 Ingress` is stable starting in Kubernetes 1.19. Since 1.16 is currently our minimum supported version, we will need to use `networking.k8s.io/v1beta1 Ingress` until 1.19 is our minimum supported version.
   
   I believe `networking.k8s.io/v1beta1` will be around longer than `extensions.k8s.io/v1beta1`, so moving there for now should be safe.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org