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
What would you like to be added:
Support for new topology.kubernetes.io/zone label.
Why is this needed:
The failure-domain.beta.kubernetes.io/zone labels are deprecated now in k8s. The k8s now supports topology.kubernetes.io/zone labels. We need to support the latest labels to be compliant with k8s.
What would you like to be added:
Support for new
topology.kubernetes.io/zone
label.Why is this needed:
The
failure-domain.beta.kubernetes.io/zone
labels are deprecated now in k8s. The k8s now supportstopology.kubernetes.io/zone
labels. We need to support the latest labels to be compliant with k8s.As suggested by @hardikdr - this logic has to be updated to support the new label in addition to the already existing label here and also in the extension providers
Path to be taken
The text was updated successfully, but these errors were encountered: