fix(lb): honor lb owner node annotation
deploy / build (push) Successful in 3m51s

This commit is contained in:
2026-08-03 03:08:49 +03:30
parent 8718d27fc7
commit d2b1a21a07
4 changed files with 16 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ const (
AnnotationIP = "lb.kloude.ir/ip"
AnnotationVIP = "lb.kloude.ir/vip"
AnnotationLBID = "lb.kloude.ir/id"
AnnotationNode = "lb.kloude.ir/node"
Namespace = "kube-system"
)