Ingress is moving in K8s 1.22, we need to update our Ingress generators #459
Labels
Comments
|
/add label: help wanted,good first issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behaviour
When using K8s 1.22 and newer, use the new namespace for ingress, for older use the deprecated API (
apiVersion: extensions/v1beta1)Current Behaviour
Only uses the deprecated API
Possible Solution
Update openfaas-ingress and any other code that generates ingress definitions the same way.
Steps to Reproduce (for bugs)
Context
Blocks users from using these features.
https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/#api-changes
https://github.com/alexellis/arkade/blob/master/cmd/apps/openfaas_ingress_app.go#L288
The text was updated successfully, but these errors were encountered: