Closed himanshu-kun closed 11 months ago
/priority 2 /assign @himanshu-kun
important to be implemented before https://github.com/gardener/gardener/issues/7857
Hi I think we have answered relevant questions for vSphere. The documentation misrepresents that the vSphere backend should be a specific version. As maintainer of that plugin, this doesn't need to be a concern. 🤓
Can we update the issue with the corresponding provider specific PRs to make it easy to track them later when required.
Updating issue with relevant PR's
/close as done
What happened:
Customer had a pod with PV and a node group which scales from zero. When the customer hibernates the cluster (means nodegrp scaled down to zero) and then wake-it up again (means pod gets deployed , and old PVC, PV already present) then the scale-up from zero doesn't happen.
This behaviour is not observed when pod uses a new PVC (which doesn't have an associated PV)
What you expected to happen: Scale from zero to work everytime
How to reproduce it (as minimally and precisely as possible): explained above
Anything else we need to know: This is happening because there are
topology.ebs.csi..
labels which are placed by KCM on the node and the affinity is placed on the PV by the csi-driver for zone pinning. But the autoscaler is not aware of these labels, and the labels vary from provider to provider. This is why scale from 1 scenario passes while scale from zero failsThe issue has been fixed for AWS , Azure and GCP , but is left for other providers listed below
Environment:
CA 1.27.0 and less