mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #41955 from shashidharatd/revert-41651-kubefed-3
Revert "[Federation][kubefed] Add label selector for etcd pvc"
This commit is contained in:
commit
6b50d31bd6
@ -549,7 +549,6 @@ func createPVC(clientset *client.Clientset, namespace, svcName, etcdPVCapacity s
|
||||
api.ResourceStorage: capacity,
|
||||
},
|
||||
},
|
||||
Selector: &metav1.LabelSelector{MatchLabels: apiserverSvcSelector},
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -672,7 +672,6 @@ func fakeInitHostFactory(apiserverServiceType v1.ServiceType, federationName, na
|
||||
v1.ResourceStorage: capacity,
|
||||
},
|
||||
},
|
||||
Selector: &metav1.LabelSelector{MatchLabels: apiserverSvcSelector},
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user