You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Browser
CLI
API
Steps to reproduce
Provision a cluster > v1.18
use Web Application Template with any image
Retrieve the error
The text was updated successfully, but these errors were encountered:
flobaader
changed the title
Web Application Ingress does not work on kubernetes > 1.18, Ingress beta
Web Application Ingress does not work on kubernetes 1.22
Jan 6, 2022
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?
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!
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
tonetworking.k8s.io/v1
Would it be possible to upgrade the template to support newer kubernetes versions?
Location
Steps to reproduce
The text was updated successfully, but these errors were encountered: