mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Revert "[Federation][kubefed] Add label selector for etcd pvc"
This commit is contained in:
parent
c36eee2a0c
commit
c71229a8ed
@ -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
|
|||||||
v1.ResourceStorage: capacity,
|
v1.ResourceStorage: capacity,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Selector: &metav1.LabelSelector{MatchLabels: apiserverSvcSelector},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user