Commit 6b50d31b authored by Saad Ali's avatar Saad Ali Committed by GitHub

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

Revert "[Federation][kubefed] Add label selector for etcd pvc"
parents b3453d0b c71229a8
...@@ -549,7 +549,6 @@ func createPVC(clientset *client.Clientset, namespace, svcName, etcdPVCapacity s ...@@ -549,7 +549,6 @@ func createPVC(clientset *client.Clientset, namespace, svcName, etcdPVCapacity s
api.ResourceStorage: capacity, api.ResourceStorage: capacity,
}, },
}, },
Selector: &metav1.LabelSelector{MatchLabels: apiserverSvcSelector},
}, },
} }
......
...@@ -672,7 +672,6 @@ func fakeInitHostFactory(apiserverServiceType v1.ServiceType, federationName, na ...@@ -672,7 +672,6 @@ func fakeInitHostFactory(apiserverServiceType v1.ServiceType, federationName, na
v1.ResourceStorage: capacity, v1.ResourceStorage: capacity,
}, },
}, },
Selector: &metav1.LabelSelector{MatchLabels: apiserverSvcSelector},
}, },
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment