mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-29 11:04:17 +00:00
Previously, we were trying to patch the deployment's ready replicas by changing it to 0, at the same time we have 2 available replicas. Therefore, this test fails since the ready replicas is less than the available replicas. As a fix, we make the number of ready replicas equals to the number of available ones. Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>