Loxilb Config Issue for AMF pod #944
-
Hello,I am trying to setup loxilb loadbalancer for amf pods ,So this is my service setup apiVersion: v1
So whenever i set some probetype value i get sctp connection request (all procedure) in tcpdump but it didnot reach to my amf pods logs but if i set probetype to none i am able to recieve the sctp connection request in tcpdump as well as in amf logs (and there is no difference in tcpdump of both the cases) can someone look into that why setting probtype giving this error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @chugh50, I would suggest you test with a service yaml as follows :
Please note that if you kill the pods with kubectl delete pods, the pods are respawned quite fast before loxilb get detect they are even dead. You can also test replicaset size using :
And then manually set "replicas" field. Also, feel free to try variations of |
Beta Was this translation helpful? Give feedback.
Hi @chugh50,
I would suggest you test with a service yaml as follows :