How to set the ring-balancer to use latency algorithm? #4613
-
I want to set ring-balancer to use latency algorithm , following the docs here I create a KongIngress resource but I go error message likes:
The deploy file seems that latency algorithm is not added in to CRD. So how should I use latency algorithm? Here are the algorithms available by default,quoted from previous mentioned deploy file.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @stricklandye 👋 It seems that the
I suppose you're running an older version then 3.2 hence the reason for this. |
Beta Was this translation helpful? Give feedback.
Oh yes, that's correct we don't allow it via the enum
kubernetes-ingress-controller/pkg/apis/configuration/v1/kongingress_types.go
Line 165 in 57daa5d
I've created #4616 to track the inclusion of this algorithm.