This commit is contained in:
Vassiliy Yegorov
2021-05-23 10:43:57 +07:00
parent 818e35b913
commit c3a2d72a52
5 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# add config file
cat kube_config_cluster.yml > ~/.kube/k8s-hls
cat kube_config_cluster.yml > ~/.kube/k8s-hls.yaml
# enable config auth
export KUBECONFIG=$(find ~/.kube -maxdepth 1 -type f -name '*' | tr "\n" ":")