mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 14:51:58 +00:00
Automatic merge from submit-queue (batch tested with PRs 46450, 46272, 46453, 46019, 46367) Add ClusterSelector to Ingress Controller This pull request adds ClusterSelector to the Federated Ingress Controller ref: design #29887 This back ports the same functionality from the sync controller (merged pull #40234) in order to make this feature available across all Controllers for the 1.7 release. cc: @kubernetes/sig-federation-pr-reviews @shashidharatd **Release note**: ``` The annotation `federation.alpha.kubernetes.io/cluster-selector` can be used with Ingress objects to target federated clusters by label. ```