-
Notifications
You must be signed in to change notification settings - Fork 288
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 Nutanix CCM ignore node IPs list #9069
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @adiantum. Thanks for your PR. I'm waiting for a aws 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. |
// CcmExcludeIPs is the optional list of IP addresses that should be excluded from the CCM IP pool for nodes. | ||
// List should be valid IP addresses and IP address ranges. | ||
// +optional | ||
CcmExcludeNodeIPs []string `json:"ccmExcludeNodeIPs,omitempty"` |
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.
We shouldn't make API changes in v0.20 as it would break upgrades from v0.20 to v0.21
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.
Fixed
/ok-to-test |
Description of changes:
Add kube-vip to CCM node ip addresses ignore list.
Paliative solution to fix bug with LB ip pool ranges and kube vip interception with node ip addresses.
Testing (if applicable):
Generated CCM config with ignored IP list (only kube-vip):
Documentation added/planned (if applicable):
not required
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.