Merge multiple kubeconfigs

From wikieduonline
Revision as of 11:39, 11 October 2023 by Welcome (talk | contribs)
Jump to navigation Jump to search
 ~/.kube/configs into one using kubectl konfig merge
cp ~/.kube/configs ~/.kube/configs.BAK
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

Related

See also

Advertising: