Commit ec61c667 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Set default egress-selector-mode to agent

... until QA flakes can be addressed. Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 7a323400
......@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment