mirror of
https://github.com/optim-enterprises-bv/turnk8s.git
synced 2025-11-06 05:07:46 +00:00
5 lines
137 B
Bash
5 lines
137 B
Bash
#!/bin/bash
|
|
|
|
export KUBECONFIG=$(find /opt/kubeconfig -type f | tr '\n' ':')
|
|
mkdir ~/.kube
|
|
kubectl config view --flatten > ~/.kube/config |