Revert "[Federation][kubefed] Add label selector for etcd pvc"

This commit is contained in:
Shashidhara T D 2017-02-23 10:41:17 +05:30 committed by GitHub
parent c36eee2a0c
commit c71229a8ed
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},
},
}