Difference between revisions of "KUBECONFIG"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
− | {{kubectl config}} | + | |
+ | [[find . -type f]] | [[tr]] '\n' ':' | ||
+ | |||
+ | * https://able8.medium.com/how-to-merge-multiple-kubeconfig-files-into-one-36fc987c2e2f | ||
+ | |||
+ | == Activites == | ||
+ | * [[Merge multiple kubeconfigs]] | ||
+ | * [[Creating or updating a kubeconfig file for an Amazon EKS cluster]] <code>[[aws eks update-kubeconfig]]</code> | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{kubectl config}} | ||
+ | |||
+ | [[Category:kubectl]] |
Latest revision as of 09:10, 18 January 2024
kubectl config view --flatten > all-in-one-kubeconfig.yaml
find . -type f | tr '\n' ':'
Activites[edit]
- Merge multiple kubeconfigs
- Creating or updating a kubeconfig file for an Amazon EKS cluster
aws eks update-kubeconfig
See also[edit]
Advertising: