Update the k3s yaml
This commit is contained in:
parent
b1d56d1cb7
commit
22c0f9b2ab
@ -34,7 +34,7 @@ deploy:
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# Configure kubectl for k3s cluster
|
# Configure kubectl for k3s cluster
|
||||||
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
export KUBECONFIG=/tmp/k3s.yaml
|
||||||
echo "Configured kubectl to use k3s cluster"
|
echo "Configured kubectl to use k3s cluster"
|
||||||
kubectl cluster-info || echo "Warning: Could not connect to cluster yet"
|
kubectl cluster-info || echo "Warning: Could not connect to cluster yet"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user