mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-29 21:01:02 +00:00
Automatic merge from submit-queue Read the federation controller manager kubeconfig from a filesystem path This decoupling from the Kubernetes API allows admins to run federation control plane components wherever they like, even outside Kubernetes. This also makes the federation controller manager read its config from one single place in a uniform and/or consistent way, instead of spreading the config around command line flags and secrets. ``` release-note Federation controller manager can consume the federation API server kubeconfig from a file configured via --kubeconfig flag. If you are upgrading your Cluster Federation components from v1.4.x, please update your `federation-apiserver` and `federation-controller-manager` manifests to the new version: ``` cc @kubernetes/sig-cluster-federation