-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 helm templates to match new chart name #5192
Conversation
Welcome @ChiefAlexander! |
Hi @ChiefAlexander. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
TL;DR This will actually be problematic for existing users. Please either revert, or enable a value to make this configurable back to the old style Longer version: We deploy them with service.type=LoadBalancer. This means they get an ip address and/or load balancer dynamically generated with a resulting static ip address. These static ip addresses are then added to DNS. If we were to upgrade to this chart, the svc name would change, the old svc would get deleted and the ip address would be returned to the pool (perhaps even unexpectedly). We would have to redeploy all of our services and then update dns for every service. If the service could keep its old name, this whole problem can be avoided as it would simply upgrade around the existing service. |
The value fullnameOverride allows users to override the generated name and should already provide that functionality.
I am not crazy about putting into the chart different generators for backwards compatibility, but it is worth more discussion as there will be other breaking changes that might put off users from switching to this version. EG the selectors changing on the deployment. |
@ChiefAlexander please squash the commits |
/approve |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, ChiefAlexander 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 |
What this PR does / why we need it:
As we have renamed the helm chart we need to update all of the templates to reflect the new name.
Types of changes
Which issue/s this PR fixes
This PR is based on #5185 which should be merged first. Then I will rebase on it.
How Has This Been Tested?
Checklist: