fix
This commit is contained in:
@@ -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" ":")
|
||||
|
Reference in New Issue
Block a user