I'm testing resilient with kube-keepalived-vip 0.30 by deleting the pod and I noticed the keepalived.conf didn't update the real_server IP with the new pod ip after k8s created the new pod. According to the README, I'm not sure what "scale event" keepalived is relied on to update and reload the conf. Did I miss anything or how to debug further with this issue?
I'm testing resilient with kube-keepalived-vip 0.30 by deleting the pod and I noticed the keepalived.conf didn't update the real_server IP with the new pod ip after k8s created the new pod. According to the README, I'm not sure what "scale event" keepalived is relied on to update and reload the conf. Did I miss anything or how to debug further with this issue?
kubectl version Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T10:39:04Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.3", GitCommit:"a4529464e4629c21224b3d52edfe0ea91b072862", GitTreeState:"clean", BuildDate:"2018-09-09T17:53:03Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}