-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[WIP] Set FELIX_CHAININSERTMODE default to "append" #8836
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@KashifSaadat do you have any thoughts on making "append" the default for With the current default "insert", one of the e2e tests fails:
|
Hey @hakman, that suggests to me an error with the e2e tests / network policy misconfiguration. Generally the default should always be left as |
Hey @KashifSaadat:). Thanks for looking at this. For reference, there are a few issues related to this failing test and thought this may be an easy fix. |
Aha I see, thanks for the context I'll have a read through those issues to understand it better! |
No rush. Has been like that for years :). |
@@ -174,7 +174,7 @@ func (o *CreateClusterOptions) InitDefaults() { | |||
o.Yes = false | |||
o.Target = cloudup.TargetDirect | |||
o.Models = strings.Join(cloudup.CloudupModels, ",") | |||
o.Networking = "kubenet" | |||
o.Networking = "calico" |
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.
This seems to be an unrelated change.
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.
Yes. Pretty much the only way to test if this fixes the failing e2e test.
@hakman: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Seems that it's not worth the risk. Maybe there will be a better solution in the future. |
No description provided.