Difference between revisions of "KUBECONFIG"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[kubectl config view --flatten]] > all-in-one-kubeconfig.yaml | [[kubectl config view --flatten]] > all-in-one-kubeconfig.yaml | ||
+ | |||
+ | |||
+ | |||
+ | [[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 == | == See also == |
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: