-
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
Add configuration to disable external name service feature #7314
Conversation
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
/assign @strongjz @ElvinEfendi |
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.
/lgtm
/hold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rikatz, tao12345666333 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 |
/hold cancel |
…s#7314) Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
Also related to kubernetes/kubernetes#103675 |
…ature (kubernetes#7314) (kubernetes#7321) * Add configuration to disable external name service feature (kubernetes#7314) Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com> * Fix CI files
Signed-off-by: Ricardo Pchevuzinske Katz ricardo.katz@gmail.com
What this PR does / why we need it:
This PR adds a new flag: --disable-svc-external-name
As a cluster admin, sometimes I don't want to allow my users to point Ingress to external address, but keep the traffic internally.
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
E2E tests added
Checklist: