-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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-NGINX to 0.21 Release #3365
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: diazjf If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Can one of the admins verify this patch? |
@aledbf ^ |
@minikube-bot OK to test |
@@ -19,7 +19,7 @@ data: | |||
hsts: "false" | |||
kind: ConfigMap | |||
metadata: | |||
name: nginx-load-balancer-conf | |||
name: nginx-configuration |
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.
Why the name change? nginx-load-balancer-conf
is pretty specific (maybe could be nginx-ingress-configuration
) but nginx-configuration
seems too generic.
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.
@balopat your suggestion makes sense. I'll see if I can get it changed in the Ingress-Nginx repo first.
@aledbf @ElvinEfendi we currently have nginx-configuration
set as the configmap name in https://github.com/kubernetes/ingress-nginx/blob/master/deploy/mandatory.yaml
We should keep this consistent in both Ingress-Nginx and Minikube. I think nginx-load-balancer-conf
or ingress-nginx-conf
makes the most sense.
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.
@diazjf we have that name since the start. I think you should rollback this change. Makes no sense to break existing deployments.
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.
@balopat reverted the configmap back!
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.
LGTM except the name change of the configmap.
Updates the Ingress-Nginx Addon to version 0.21.
aa4acd7
to
225219f
Compare
The one failure is a flake: #3196 |
Updates Ingress-Nginx to use 0.21 release.