Conversation
|
Can one of the admins verify this patch?
|
5d99c7e to
682852a
Compare
|
@sdodson I just finished testing this on v3.9 (now that the systemd-logind issue was resolved). Can I get an ok-to-test? |
|
bot, test pull request |
|
/ok-to-test |
vrutkovs
left a comment
There was a problem hiding this comment.
This breaks Atomic tests:
AnsibleUndefinedVariable: 'openshift_use_calico' is undefined
682852a to
59eede9
Compare
|
@vrutkovs I defaulted it to false if not defined. PTAL I believe @HackToHell confirmed this fixed the issue for him as well |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ozdanborne, vrutkovs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
@ozdanborne: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
|
/skip |
When using Calico networking, connections to nodeports only succeed if the pod backing the nodeport service is running on the host being hit. So requests are not forwarded to other nodes if the pod is running there.
This PR resolves the issue by passing Cluster CIDR to kube-proxy, which implements the nececssary iptables rules.
I'm guessing this is not an issue in openshift_sdn because it implements the necessary iptables rules itself, but this is not standard in kubernetes networking plugins.
I'm open to feedback, specifically on if this can be moved out of "extraArgs" and acceptped as a first class param in origin-node.