You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currentEndpoints state(from lister: Ready) do not equal to target state(notReady)
clientSet.Endpoints.Update: update etcd to notReady
t3
Pod update event : notReady to ready(<xxMS)
syncService
currentEndpoints state(from lister: Ready) equal to target state(ready),do not update Endpoints
t4
Endpoint update event: update endpoint lister cache to notReady
What did you expect to happen?
The status of the endpoint should match the status of the pod.
How can we reproduce it (as minimally and precisely as possible)?
Make the Pod status change rapidly.
Lowering the etcd push interval should make it easier to reproduce.
Anything else we need to know?
No response
Kubernetes version
v1.25.3
Cloud provider
Details
OS version
Details
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
Install tools
Details
Container runtime (CRI) and version (if applicable)
Details
Related plugins (CNI, CSI, ...) and versions (if applicable)
What happened?
t2
t3
t4
What did you expect to happen?
The status of the endpoint should match the status of the pod.
How can we reproduce it (as minimally and precisely as possible)?
Make the Pod status change rapidly.
Lowering the etcd push interval should make it easier to reproduce.
Anything else we need to know?
No response
Kubernetes version
v1.25.3
Cloud provider
Details
OS version
Details
Install tools
Details
Container runtime (CRI) and version (if applicable)
Details
Related plugins (CNI, CSI, ...) and versions (if applicable)
Details