This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 674
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
and default it to 1024 for cases where the size is fixed by the kernel
The smoke tests fail due to (from the build https://circleci.com/gh/weaveworks/weave/10274):
Strangely, with ipset v.6.32 on the 4.16.13 kernel |
brb
reviewed
Jun 11, 2018
npc/ipset/ipset.go
Outdated
@@ -71,6 +74,9 @@ func New(logger *log.Logger) Interface { | |||
|
|||
func (i *ipset) Create(ipsetName Name, ipsetType Type) error { | |||
args := []string{"create", string(ipsetName), string(ipsetType)} | |||
if ipsetType == ListSet && i.maxListSize > 0 { | |||
args = append(args, fmt.Sprintf("size %d", i.maxListSize)) |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
brb
approved these changes
Jun 11, 2018
hswong3i
added a commit
to alvistack/kubernetes-sigs-kubespray
that referenced
this pull request
Aug 7, 2018
Upstream Changes: - weave 2.4.0 (https://github.com/weaveworks/weave/releases/tag/v2.4.0) - Support `externalTrafficPolicy: Local` (weaveworks/weave#2924) - Make the ipset list size bigger (weaveworks/weave#3305) - Break out of kube rm-peers loop if nothing changes (weaveworks/weave#3317) Our Changes: - Revamp weave-net.yml.j2 with upstream changes - Add more variables for customization - Replace WEAVE_PASSWORD with k8s secret - Remove hard-corded seed mode support, in favor of variables customization
rguichard
pushed a commit
to rguichard/kubespray
that referenced
this pull request
Oct 5, 2018
Upstream Changes: - weave 2.4.0 (https://github.com/weaveworks/weave/releases/tag/v2.4.0) - Support `externalTrafficPolicy: Local` (weaveworks/weave#2924) - Make the ipset list size bigger (weaveworks/weave#3305) - Break out of kube rm-peers loop if nothing changes (weaveworks/weave#3317) Our Changes: - Revamp weave-net.yml.j2 with upstream changes - Add more variables for customization - Replace WEAVE_PASSWORD with k8s secret - Remove hard-corded seed mode support, in favor of variables customization
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Should fix #3289, although as mentioned there I couldn't get it to break on a 4.13 kernel.
I didn't try 3.10.