$KUBECONFIG
Jump to navigation
Jump to search
kubectl config view --flatten > all-in-one-kubeconfig.yaml
~/.kube/config
find . -type f | tr '\n' ':'
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
echo 'export KUBECONFIG=/etc/rancher/k3s/k3s.yaml' >> ~/.bashrc source ~/.bashrc
Activites[edit]
- Merge multiple kubeconfigs
- Creating or updating a kubeconfig file for an Amazon EKS cluster
aws eks update-kubeconfig - Authenticate to your Amazon EKS cluster
aws eks update-kubeconfig
Related[edit]
unset KUBECONFIG
See also[edit]
Advertising: