porter-archive
porter-archive copied to clipboard
Web Application Ingress does not work on kubernetes 1.22
Description
I tried to deploy the Web Service Application Template on my k8s cluster (v1.22), but I get the error that the ingress beta class has not been found.
Therefore you would need to change networking.k8s.io/v1beta1
to networking.k8s.io/v1
Would it be possible to upgrade the template to support newer kubernetes versions?
Location
- [x] Browser
- [ ] CLI
- [ ] API
Steps to reproduce
- Provision a cluster > v1.18
- use Web Application Template with any image
- Retrieve the error
Is there anything we as Porter users can do to help fix this? I saw PR #171 in draft state in the porter-charts repo—is this where the necessary changes would be implemented?
@lenn4rd Yes, it would be fixed with that PR!
Hey @flobaader & @lenn4rd - I'm sorry for the trouble! I was supposed to look into this PR but I was out sick for a few days. I'll be sure to review it today/tomorrow and that ought to do the trick. Thanks!