add ability to specify default LB when using ipvs

This commit is contained in:
2024-12-21 15:33:15 +03:00
parent e2dabc8728
commit 46e057e41b
4 changed files with 10 additions and 3 deletions

View File

@@ -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"`