Difference between revisions of "KUBECONFIG"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
* https://able8.medium.com/how-to-merge-multiple-kubeconfig-files-into-one-36fc987c2e2f | * https://able8.medium.com/how-to-merge-multiple-kubeconfig-files-into-one-36fc987c2e2f | ||
+ | |||
+ | [[kubectl config merge]] | ||
== See also == | == See also == |
Revision as of 12:02, 22 September 2023
kubectl config view --flatten > all-in-one-kubeconfig.yaml
find . -type f | tr '\n' ':'
kubectl config merge
See also
Advertising: