-
Notifications
You must be signed in to change notification settings - Fork 38
Update Ingress to use networking.k8s.io/v1 (#21) #22
Conversation
@SellamiRami pinging as instructed in the template |
or @alexnuttinck ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Hello @SellamiRami @alexnuttinck, when will it be merged ? Thanks ! |
Is something blocking this PR? @SellamiRami @alexnuttinck @digiserg @FredM, can we merge it? |
I would also need this, also autoscaler is using deprecated api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is working for K8S 1.21.14, but hpa breaks in 1.25.
I'll add some automated tests to streamline this review process.
it should be ok in the latest chart version |
Thanks! Working nicely now |
What this PR does / why we need it:
Updates the chart to use the a non-deprecated ingress api. I tried to do it in a backwards compatible way for cluster <1.19. I tested the change on my cluster with version 1.21.
Which issue this PR fixes
Special notes for your reviewer:
Checklist