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

@@ -20,6 +20,8 @@ orchestrator:
version: v1.30.3
cluster_name: cluster.local
kubelet_dir: "/app/k8s/kubelet"
proxy_mode: "ipvs" # iptables, ipvs
proxy_scheduler: "rr"
container_engine:
install: true
type: "containerd"