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
Then scale up replicas=4, kruise will create 2 v2 pods.
Cause analysis:
The third step above is actually wrong, currentRevision and updateRevision should not be equal in the batch process. It is because of the following code judgment error:
What happened: 一个 cloneset 的副本数设置为 4,灰度比例设置为 50%,出现了发布 3 个实例的情况
What you expected to happen: 副本数为 4,灰度比例为 50%,期望发布 2 个实例
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
): client-go v0.20.2The text was updated successfully, but these errors were encountered: