You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/07/01 11:48:37 UTC

[GitHub] [openwhisk-deploy-kube] jnamdar opened a new issue #690: Kubernetes version compatibility

jnamdar opened a new issue #690:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/690


   Hi, I understand from the technical requirements https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-technical-requirements.md that we now need Kubernetes 1.19+ to deploy Openwhisk for Kube.
   
   Is there any way we can deploy for an older Kubernetes build such as 1.17, maybe by checking out an older version of this repo ? I do not see releases or branches that would let me do that though.


-- 
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-unsubscribe@openwhisk.apache.org

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



[GitHub] [openwhisk-deploy-kube] dgrove-oss commented on issue #690: Kubernetes version compatibility

Posted by GitBox <gi...@apache.org>.
dgrove-oss commented on issue #690:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/690#issuecomment-872427009


   #687 that was merged about a month ago switched from using the `extensions/v1beta1` version of `Ingress` to the `networking.k8s.io/v1` that was released in Kubernetes 1.19.  You could go back before this commit and it should still work.
   
   It is worth noting that Kubernetes 1.17 is well past its end of life date of 12/2020 (https://endoflife.date/kubernetes) and 1.18 also went end of life on 5/2021.  That's why we did not preserve the ability to use the old Ingress class.  


-- 
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-unsubscribe@openwhisk.apache.org

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



[GitHub] [openwhisk-deploy-kube] dgrove-oss closed issue #690: Kubernetes version compatibility

Posted by GitBox <gi...@apache.org>.
dgrove-oss closed issue #690:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/690


   


-- 
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-unsubscribe@openwhisk.apache.org

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



[GitHub] [openwhisk-deploy-kube] dgrove-oss edited a comment on issue #690: Kubernetes version compatibility

Posted by GitBox <gi...@apache.org>.
dgrove-oss edited a comment on issue #690:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/690#issuecomment-872427009


   #687 that was merged about a month ago switched from using the `extensions/v1beta1` version of `Ingress` to the `networking.k8s.io/v1` that was released in Kubernetes 1.19.  You could go back before this commit and it should still work on Kubernetes 1.17 and 1.18.
   
   It is worth noting that Kubernetes 1.17 is well past its end of life date of 12/2020 (https://endoflife.date/kubernetes) and 1.18 also went end of life on 5/2021.  That's why we did not preserve the ability to use the old Ingress class.  


-- 
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-unsubscribe@openwhisk.apache.org

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