Merge pull request #41955 from shashidharatd/revert-41651-kubefed-3

Revert "[Federation][kubefed] Add label selector for etcd pvc"
This commit is contained in:
Saad Ali 2017-02-23 17:43:42 -08:00 committed by GitHub
commit 6b50d31bd6
2 changed files with 0 additions and 2 deletions

View File

@ -549,7 +549,6 @@ func createPVC(clientset *client.Clientset, namespace, svcName, etcdPVCapacity s
api.ResourceStorage: capacity,
},
},
Selector: &metav1.LabelSelector{MatchLabels: apiserverSvcSelector},
},
}

View File

@ -672,7 +672,6 @@ func fakeInitHostFactory(apiserverServiceType v1.ServiceType, federationName, na
v1.ResourceStorage: capacity,
},
},
Selector: &metav1.LabelSelector{MatchLabels: apiserverSvcSelector},
},
}