- Notifications
You must be signed in to change notification settings - Fork 2k
Add zone-sync with no TLS to ConfigMap #7347
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@ ## main #7347 +/- ## ========================================== - Coverage 53.10% 52.76% -0.35% ========================================== Files 89 89 Lines 21074 21267 +193 ========================================== + Hits 11192 11221 +29 - Misses 9419 9582 +163 - Partials 463 464 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jjngx left a comment
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.
🚀
pdabelf5 left a comment
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.
What happens to the headless service when NIC is removed?
pdabelf5 left a comment
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.
Can two NIC instances with zone-sync enabled co-exist in the same namespace?
… when zone-sync is enabled, give service owner reference to help delete
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
… failed so zone-sync stil works, addresses comments
…of zone sync sever block
fdc0304 to 0e1e4d3 Compare 



Proposed changes
Adds zone-sync without TLS to the ConfigMap. NGINX Plus is required to use this.
zone-synczone-sync-portzone-sync-resolver-addresseszone-sync-resolver-validzone-sync-resolver-ipv6Every value listed above requires both
zone-syncand NGINX Plus to be enabled.zone-syncConfigMap values instead of snippets.docs will be seperate pr soon
Minimum ConfigMap value to get the output below
nginx.confsnippetA headless service is autocreated under the name of the deployment, the type of deployment with -hl at the end eg.
here is my headless service when I deployed a deployment with the name of nginx-ingress and daemon-set for the type.
Checklist
Before creating a PR, run through this checklist and mark each as complete.