-
Notifications
You must be signed in to change notification settings - Fork 264
Bug 1752371: Kuryr: Open etcd traffic from svc subnet to master nodes #315
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
Bug 1752371: Kuryr: Open etcd traffic from svc subnet to master nodes #315
Conversation
This commit makes sure the master nodes will accept traffic from SVC subnets to ports 2379-2380. This is required for API server pods to work.
763a337 to
9749c9d
Compare
|
/lgtm |
|
@MaysaMacedo: This pull request references Bugzilla bug 1752371, which is invalid:
Comment In response to this:
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. |
|
/bugzilla refresh |
|
@MaysaMacedo: This pull request references Bugzilla bug 1752371, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: celebdor, dulek, MaysaMacedo 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 |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest |
|
@MaysaMacedo: All pull requests linked via external trackers have merged. Bugzilla bug 1752371 has been moved to the MODIFIED state. In response to this:
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. |
With a recent change that tightens the security groups of masters, we need to ensure etcd ports are accessible from svc subnet to masters, and not only from the remote_group as is defined on the master ingress etcd rule by the installer.