Merge multiple kubeconfigs
Jump to navigation
Jump to search
~/.kube/configs into one using kubectl konfig merge
kubectl konfig merge file1.yml file2.yml > merged_file.yml
for CLUSTER in $(rancher cluster ls | grep -v NAME | cut -d"*" -f2- | awk '{print $3}' ); do rancher cluster kubeconfig $CLUSTER > $CLUSTER.kubeconfig; done
Advertising: