Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Remove 'weave expose' race in CNI plugin #2637

Merged
merged 6 commits into from
Nov 14, 2016
Merged

Remove 'weave expose' race in CNI plugin #2637

merged 6 commits into from
Nov 14, 2016

Conversation

bboreham
Copy link
Contributor

@bboreham bboreham commented Nov 10, 2016

Fixes #2617 and fixes #2570

@bboreham bboreham added this to the 1.8.1 milestone Nov 10, 2016
return err
}
return nil
}

This comment was marked as abuse.

This comment was marked as abuse.

@raghu67
Copy link

raghu67 commented Nov 10, 2016

I am eagerly waiting the #2617 fix. When can I expect an image with the fix to be pushed to Docker Hub? Is it it tied to 1.8.1?

@awh
Copy link
Contributor

awh commented Nov 11, 2016

This needs to rebase on/target 1.8 branch amirite?

@awh
Copy link
Contributor

awh commented Nov 11, 2016

@raghu67 yes, it'll be in the 1.8.1 release. We don't have an ETA on that yet, but it will probably be soon.

@bboreham bboreham changed the base branch from master to 1.8 November 11, 2016 11:35
@bboreham
Copy link
Contributor Author

Retargeted onto 1.8 branch

cmdUsage("expose-nat", "<cidr>...")
}

cidrs, err := parseCIDRs(args[1:])

This comment was marked as abuse.

This comment was marked as abuse.

This avoids a race between the plugin and the script
So something waiting for the config (e.g. Kubernetes) doesn't try to
talk to Weave before then (this only helps on first install, but that
tends to be when things are busiest).
@awh awh self-assigned this Nov 14, 2016
@awh awh merged commit 9b606fb into 1.8 Nov 14, 2016
@awh awh deleted the issues/2617-cni-expose branch November 14, 2016 15:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants