kedacore / http-add-on

Add-on for KEDA to scale HTTP workloads
https://kedacore.github.io/http-add-on/
Apache License 2.0
373 stars 97 forks source link

When kubelet is restarted, the endpoints of the service are lost temporarily. #1136

Closed zhaizeyu closed 2 months ago

zhaizeyu commented 2 months ago

Discussed in https://github.com/kedacore/http-add-on/discussions/1124

Originally posted by **zhaizeyu** September 2, 2024 ## report My k8s version is 1.22.1, service type is Cluster. When i restart kubelet and use this cmd kubectl get endpoints fkft7-nslb-north-svc -nns000000000000000000001,i find the endpoints of the service are lost temporarily. and log of kube-controller-manager show me like this ![image](https://github.com/user-attachments/assets/64a12a03-3e7c-4b0e-9d75-5aaef607bdcc) Are other conditions triggering this bug as well? I wonder if this problem has been fixed.