Merge pull request #99130 from ayberk/ebs_ga_labels

Use GA topology labels for EBS
This commit is contained in:
Kubernetes Prow Robot
2021-02-23 23:48:49 -08:00
committed by GitHub
11 changed files with 262 additions and 144 deletions

View File

@@ -396,7 +396,7 @@ func TestGetCandidateZone(t *testing.T) {
node: &v1.Node{
ObjectMeta: metav1.ObjectMeta{
Labels: map[string]string{
v1.LabelFailureDomainBetaZone: testZone,
v1.LabelTopologyZone: testZone,
},
},
},