```yaml cp ~/.kube/config ~/.kube/config.bak export KUBECONFIG=~/.kube/config.bak:~/someotherconfig kubectl config view --flatten > ~/.kube/config ```