-
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
Fix Flannel nonMasqueradeCIDR #3952
Fix Flannel nonMasqueradeCIDR #3952
Conversation
b59fa19
to
90b4438
Compare
@mikesplain so this needs to be two PRs. First of this can cause breaking changes with upgrades using nonMasqCIDR properly. We are going to need boostrapchannelbuilder.go bumped for 1.8.0, if we can, and we need to figure out migration for the CIDR. |
Automatic merge from submit-queue. Fix flannel version Breaking out from #3952 since this is needed for Kops 1.8
90b4438
to
1417f9e
Compare
/hold As we chatted about - how do we upgrade flannel between cidrs |
Hey @chrislovecnm, we should probably get this in pretty soon. I'm not sure this would have ever worked correctly unless a user's Cluster Spec had the same |
How does a migration work between cidrs with flannel? Before we get this in we need to figure out how to transition users. |
I'm not sure whether there would be a migration for existing users on flannel. Might be wrong but I think these are the current two scenarios for existing users:
So in the second scenario there wouldn't be any migration to perform, or am I missing something here? I don't know much about flannel :( |
Ah - good point @KashifSaadat . So nobody could have a working cluster anyway with flannel + a different non-masquerade cidr. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb 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 |
Send a bootstrapchannelbuilder bump in #4064 |
/hold cancel |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
Fixes #3950
And looks like we forgot to bump the version in(moved to #3953) (thanks @jkemp101)bootstrapchannelbuilder.go