-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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 ip-masq-agent readiness label by default. #47794
Conversation
/assign @dchen1107 |
/unassign @vishh |
/assign @roberthbailey |
@roberthbailey pointed out that we should make the gce tests consistent with the gce default scripts. I've updated the PR to include this. |
/lgtm |
@@ -282,6 +286,9 @@ OPENCONTRAIL_PUBLIC_SUBNET="${OPENCONTRAIL_PUBLIC_SUBNET:-10.1.0.0/16}" | |||
# Network Policy plugin specific settings. | |||
NETWORK_POLICY_PROVIDER="${NETWORK_POLICY_PROVIDER:-none}" # calico | |||
|
|||
# Should the kubelet configure egress masquerade (old way) or let a daemonset do it? | |||
NON_MASQUERADE_CIDR="0.0.0.0/0" |
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.
Why we require this in config-test.sh, not in default one?
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.
it's already in the default one. Also the config-test appears to be a separate from config-default.sh (i.e. config-test doesn't source config-default)
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.
btw: That is probably why the gce tests were passing while the gke tests were failing.
release note added, removing the do-not-merge label. |
I guess it's 1.7 |
/retest |
/retest failures seem to be within the flaky features |
/retest |
/retest |
/lgtm |
/retest |
setting the non-masq-cidr in the kubelet to 0.0.0.0/0 we need to ensure the ip-masq-agent runs. Add node label pre-req back to ip-masq-agent. Make gce test consistent with gce default scripts.
/retest |
Ok, should be fixed. Tests are passing now. I'll need an lgtm one more time. Thanks |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dnardo, roberthbailey Associated issue: 46473 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue |
Since we are setting the non-masq-cidr in the kubelet to 0.0.0.0/0 we
need to ensure the ip-masq-agent runs.
pr/#46473 made the NON_MASQUERADE_CIDR default to 0.0.0.0/0 which means we need to have this label set now.
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #fixes #47752
Special notes for your reviewer:
Release note: