add ability to specify default LB when using ipvs
This commit is contained in:
@@ -17,6 +17,8 @@ type Orchestrator struct {
|
||||
BinDir string `yaml:"bin_dir" env-default:"/usr/local/bin"`
|
||||
SysctlFilePath string `yaml:"sysctl_file_path" env-default:"/etc/sysctl.d/99-sysctl.conf"`
|
||||
LoadbalancerApiserverPort int `yaml:"loadbalancer_apiserver_port" env-default:"6443"`
|
||||
ProxyMode string `yaml:"proxy_mode" env-default:"ipvs"`
|
||||
ProxyScheduler string `yaml:"proxy_scheduler" env-default:"rr"`
|
||||
Dns Dns `yaml:"dns"`
|
||||
CloudProvider string `yaml:"cloud_provider"`
|
||||
ExgernalCloudProvider string `yaml:"external_cloud_provider"`
|
||||
|
||||
Reference in New Issue
Block a user