In the rolling upgrade scenario of multiple deployments, there is a possibility that the corresponding pod group is not created for ReplicaSet. #3563
Labels
kind/bug
Categorizes issue or PR as related to a bug.
What happened:
In the rolling upgrade scenario of multiple deployments, there is a possibility that the corresponding pod group is not created for ReplicaSet.
What you expected to happen:
During the rolling upgrade of replicaset, pg_controller occasionally receives the addPod event and creates a podgroup. Then, pg_controller receives the addReplicaSet (replicas = 0) event and deletes the corresponding podgroup (to solve the pg fc problem). The updateReplicaSet (replicas = 1) event is received but not processed. As a result, the pod group corresponding to the pod is not correctly created.
How to reproduce it (as minimally and precisely as possible):
Create multiple deployments and perform a rolling upgrade. There is a possibility that the bug recurs.
Anything else we need to know?:
Environment:
kubectl version
): v1.23.1uname -a
):The text was updated successfully, but these errors were encountered: