mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Set default egress-selector-mode to agent
... until QA flakes can be addressed. Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
b550e1183a
commit
0581808f5c
@ -218,7 +218,7 @@ var ServerFlags = []cli.Flag{
|
|||||||
Name: "egress-selector-mode",
|
Name: "egress-selector-mode",
|
||||||
Usage: "(networking) One of 'agent', cluster', 'pod', 'disabled'",
|
Usage: "(networking) One of 'agent', cluster', 'pod', 'disabled'",
|
||||||
Destination: &ServerConfig.EgressSelectorMode,
|
Destination: &ServerConfig.EgressSelectorMode,
|
||||||
Value: "pod",
|
Value: "agent",
|
||||||
},
|
},
|
||||||
ServerToken,
|
ServerToken,
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
|
Loading…
Reference in New Issue
Block a user