Skip to content

Commit

Permalink
Set default egress-selector-mode to agent
Browse files Browse the repository at this point in the history
... until QA flakes can be addressed.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed Jun 10, 2022
1 parent 7a32340 commit ec61c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cmds/server.go
Expand Up @@ -218,7 +218,7 @@ var ServerFlags = []cli.Flag{
Name: "egress-selector-mode",
Usage: "(networking) One of 'agent', cluster', 'pod', 'disabled'",
Destination: &ServerConfig.EgressSelectorMode,
Value: "pod",
Value: "agent",
},
ServerToken,
cli.StringFlag{
Expand Down

0 comments on commit ec61c66

Please sign in to comment.