-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Ingress apiVersion for support Kubernetes v1.16 #631
Update Ingress apiVersion for support Kubernetes v1.16 #631
Conversation
…s.io/v1beta1" for supporting Kubernetes v1.16 Signed-off-by: Rodolfo Martínez <[email protected]>
Please use Capabilities to deal with this problem when both helm 2 and 3 support |
…e and after v1.14 Signed-off-by: Rodolfo Martínez Vega <[email protected]>
Signed-off-by: Rodolfo Martínez Vega <[email protected]>
…n.GitVersion for support Helm 2 linter Signed-off-by: Rodolfo Martínez Vega <[email protected]>
aefa190
to
6b8a0f1
Compare
Thanks for the tip @heww. I just updated the PR. |
Hi 👋 |
Can we get this merged? This is blocking us from upgrading to 1.16. |
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, I recently ran into this problem myself, tried to fix it, but didn't see this PR was already open.
Thanks Stefan. There is pending one more review in order to merge this. Can anyone else help us with this @reasonerjt or @ywk253100? |
It was just pointed out to me that this actually shouldn't block anything on 1.16 (I tested and confirmed as well on 1.16). I was just assuming that it would block us because it came back on the mapkubeapis plugin as having a deprecated API. Ingresses aren't removed in 1.16, but instead in 1.22, which is what this PR resolves.
https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16 Still would be good to get this merged, but isn't blocking on 1.16 upgrades as I mentioned previously. |
Thanks and I'll write another PR to remove the |
Update Ingress apiVersion from extensions/v1beta1 to networking.k8s.io/v1beta1 for supporting Kubernetes v1.16 and older. Backported from goharbor#631
This PR is for update Ingress apiVersion from
extensions/v1beta1
tonetworking.k8s.io/v1beta1
for supporting Kubernetes v1.16.Closes #628
Signed-off-by: Rodolfo Martínez [email protected]