Move the cluster-cidr assignment to the correct configs#9866
Move the cluster-cidr assignment to the correct configs#9866mgleung wants to merge 1 commit intoopenshift:release-3.10from
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mgleung If they are not already assigned, you can assign the PR to them by writing 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 |
|
Can one of the admins verify this patch?
|
|
/assign @openshift/sig-networking |
58767fa to
54e4170
Compare
54e4170 to
6ee532a
Compare
|
/ok-to-test |
|
/retest |
1 similar comment
|
/retest |
|
Closing since #10198 was merged instead. |
As per #8099, "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."
This PR replicates those changes in the new location of the node config template.
This is a copy of #9863