-
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
Allow custom service names for controller and backend (#6457) #6469
Allow custom service names for controller and backend (#6457) #6469
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
Welcome @akonrath! |
Hi @akonrath. 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. |
I signed it |
/ok-to-test |
/assign @ChiefAlexander |
@akonrath please update the version https://github.com/kubernetes/ingress-nginx/blob/master/charts/ingress-nginx/Chart.yaml#L5 |
Codecov Report
@@ Coverage Diff @@
## master #6469 +/- ##
==========================================
+ Coverage 55.81% 55.83% +0.01%
==========================================
Files 89 91 +2
Lines 6358 6433 +75
==========================================
+ Hits 3549 3592 +43
- Misses 2369 2400 +31
- Partials 440 441 +1
Continue to review full report at Codecov.
|
3821512
to
4ec6b50
Compare
@aledbf - I've bumped the version from |
Yes, please update the changelog and also https://github.com/kubernetes/ingress-nginx/blob/master/charts/ingress-nginx/Chart.yaml#L23 Each PR that changes the version will publish a new release. The changelog and the artifact in artifacthub are updated with this information |
4ec6b50
to
995aced
Compare
@aledbf - Thank you. I've rebased and updated the |
/approve ping @ChiefAlexander |
995aced
to
603e2c5
Compare
/lgtm |
@akonrath thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akonrath, aledbf 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:
Closes #6457 to allow for custom service names of the controller and backend to help transitions from
nginx-ingress
chart which allows this behavior. I set the defaults for these to be what the existing hardcoded values to prevent issues for existing deploys, however, if it's desired to make this into anif
conditional for those two values, that's also possible.I have also added in the
values.yaml
file to list thatnameOverride
andfullnameOverride
are available.Types of changes
Which issue/s this PR fixes
fixes #6457
How Has This Been Tested?
Tested locally with
make build dev-env
Checklist: