Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41651 from shashidharatd/kubefed-3
Automatic merge from submit-queue (batch tested with PRs 41401, 41195, 41664, 41521, 41651) [Federation][kubefed] Add label selector for etcd pvc Currently, etcd pvc created for federation etcd does not have a label selector. without a label selector etcd pvc will bind to any pv created statically, this may be problematic in real environments comprising multiple pv's. Also, verified that we can create a pv statically with labels as below ``` labels: "app": "federated-cluster" "module": "federation-apiserver" ``` and federation etcd pvc will be bound to the pv matching label. This is one of the side task, that we discussed in [here](#41127 (comment)) cc @madhusudancs @kubernetes/sig-federation-bugs
- Loading branch information