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

Don't reload when use-cluster-ip endpoints update, and change the ingress use-cluster-ip implementation to use the cluster ip instead of the fqdn #5318

Merged
merged 8 commits into from
Apr 5, 2024

Conversation

j1m-ryan
Copy link
Member

@j1m-ryan j1m-ryan commented Mar 27, 2024

Closes #4945

Proposed changes

Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to
that issue here in this description (not in the title of the PR).

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

… fqdn, don't relaod when use-cluster-ip endpoints update
@j1m-ryan j1m-ryan requested a review from a team as a code owner March 27, 2024 14:42
@github-actions github-actions bot added bug An issue reporting a potential bug tests Pull requests that update tests labels Mar 27, 2024
@shaun-nx shaun-nx self-requested a review April 2, 2024 16:23
@j1m-ryan j1m-ryan enabled auto-merge (squash) April 5, 2024 08:16
@j1m-ryan j1m-ryan merged commit 0095bc3 into main Apr 5, 2024
53 checks passed
@j1m-ryan j1m-ryan deleted the fix/use-cluster-ip-without-reload branch April 5, 2024 10:44
j1m-ryan added a commit that referenced this pull request Apr 29, 2024
…ngress `use-cluster-ip` implementation to use the cluster ip instead of the fqdn (#5318)

* change use-cluster-ip implementation to use the cluster ip instead of fqdn, don't relaod when use-cluster-ip endpoints update

* Update controller.go

* Fix vs use cluster ip test

* move assert function to custom_assertions.py
j1m-ryan added a commit that referenced this pull request Apr 29, 2024
Don't reload when `use-cluster-ip` endpoints update, and change the ingress `use-cluster-ip` implementation to use the cluster ip instead of the fqdn (#5318)

* change use-cluster-ip implementation to use the cluster ip instead of fqdn, don't relaod when use-cluster-ip endpoints update

* Update controller.go

* Fix vs use cluster ip test

* move assert function to custom_assertions.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue reporting a potential bug tests Pull requests that update tests
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

unnecessary reload when pod update
4 participants