Skip to content
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

Helm Service: Align internal to external. #10239

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

Gacko
Copy link
Member

@Gacko Gacko commented Jul 22, 2023

What this PR does / why we need it:

This PR aligns the internal service to the external one and makes the node ports of the internal one configurable separately to prevent port collisions.

It mostly adds features implemented in the normal service to the internal one since other contributors forgot to do so in their PRs. I furthermore split the existing node port config of the internal one apart from the normal one since you would get port collisions when enabling both services and pre-defining node ports otherwise.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • CVE Report (Scanner found CVE and adding report)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation only

Which issue/s this PR fixes

How Has This Been Tested?

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have added unit and/or e2e tests to cover my changes.
  • All new and existing tests passed.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. area/helm Issues or PRs related to helm charts needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. labels Jul 22, 2023
@k8s-ci-robot
Copy link
Contributor

Hi @Gacko. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@netlify
Copy link

netlify bot commented Jul 22, 2023

Deploy Preview for kubernetes-ingress-nginx canceled.

Name Link
🔨 Latest commit c6b3eb7
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-ingress-nginx/deploys/656f344cdc7d5b0008713d91

@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 22, 2023
@Gacko
Copy link
Member Author

Gacko commented Jul 22, 2023

@tao12345666333: I created this PR in favor of #9700 since the base repository changed.

@Gacko Gacko force-pushed the pull/2 branch 3 times, most recently from fe9db37 to ec53aa1 Compare July 31, 2023 08:35
@Gacko Gacko changed the title Service: Implement missing features from external service in the internal one. Service: Align internal to external. Aug 2, 2023
@Gacko Gacko force-pushed the pull/2 branch 4 times, most recently from de9ab0a to fc6b4e9 Compare August 8, 2023 17:11
@Gacko Gacko force-pushed the pull/2 branch 2 times, most recently from 3f1beb4 to 73a9296 Compare August 24, 2023 13:15
@Gacko
Copy link
Member Author

Gacko commented Aug 26, 2023

@tao12345666333: Same here as in #10238 (comment). Any reasons not to merge this? Do you need support with reviewing it?

This PR mostly adds features implemented in the normal service to the internal one since other contributors forgot to do so in their PRs. So the normal service is actually not being changed and the internal one only gets new features.

I furthermore split the existing node port config of the internal one apart from the normal one since you would get port collisions when enabling both services and pre-defining node ports otherwise.

Just reach out to me if I can support you somewhere or fasten the process of merging this PR! :)

@Gacko
Copy link
Member Author

Gacko commented Aug 26, 2023

One more note: Changes in README.md are generated from values.yaml, obviously, and changes in the latter are just a copy from the external service values plus changing external to internal where necessary. So the values for the internal service are mostly just a copy of the external one.

@Gacko Gacko force-pushed the pull/2 branch 4 times, most recently from 584f2fe to 3a949c6 Compare August 31, 2023 14:06
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 3, 2023
@Gacko Gacko force-pushed the pull/2 branch 4 times, most recently from bc78dc1 to 3c9db85 Compare November 8, 2023 08:06
@tao12345666333
Copy link
Member

You don't need to update this PR, thanks!
I will take a look and have some tests.

@Gacko
Copy link
Member Author

Gacko commented Nov 28, 2023

@tao12345666333 Do you need support here? Should I rebase the PR?

We have this version running in several clusters for a while now, so at least it's proven in production. I could also offer to pair on reviewing, if you want.

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 5, 2023
@Gacko
Copy link
Member Author

Gacko commented Dec 5, 2023

/kind feature
/priority backlog
/triage accepted

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Dec 5, 2023
@strongjz strongjz changed the title Service: Align internal to external. Helm Service: Align internal to external. Dec 5, 2023
Copy link
Member

@strongjz strongjz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 5, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Gacko, strongjz

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/helm Issues or PRs related to helm charts cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. priority/backlog Higher priority than priority/awaiting-more-evidence. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants