-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Remove stale SDN code: Writing cluster network CIDR to config.env #13726
Remove stale SDN code: Writing cluster network CIDR to config.env #13726
Conversation
@openshift/networking PTAL |
[test] |
We don't require using a ramp node... but do we actually forbid it? What happens if someone with an existing cluster with ramp nodes upgrades to OpenShift 3.6? Will they end up with ramp nodes that no longer work because config.env is missing? Or do we already force people to migrate away from ramp nodes when upgrading to a newer version of OpenShift? |
Yeah, upgrade is the only issue here. Otherwise LGTM. |
We don't forbid ramp nodes... and there's no doc yet, unless @rajatchopra knows otherwise, telling people how to migrate. And we don't do it in the installer... so I don't think we can use this yet. |
This should be PM's discretion. I want to forbid it, though we do not do it yet. |
I'd be OK with that. I guess on nodes that already have the file, it's not going to get deleted by anything, so they should keep working as long as the HostSubnet doesn't change (which it shouldn't). |
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.
LGTM
/run/openshift-sdn/config.env was used in F5 ramp node. Now F5 doesn't use ramp node any more so this change is not needed.
39c5bb0
to
6306dcb
Compare
[test] |
Evaluated for origin test up to 6306dcb |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2194/) (Base Commit: 599a720) |
[merge] |
continuous-integration/openshift-jenkins/merge Waiting: You are in the build queue at position: 11 |
Evaluated for origin merge up to 6306dcb |
/run/openshift-sdn/config.env was used in F5 ramp node.
Now F5 doesn't use ramp node any more so this change is not needed.