Fixing home pointer
This commit is contained in:
parent
81c9e0678b
commit
75ad938a1b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
cluster_name="$1"
|
cluster_name="$1"
|
||||||
echo "Starting cleanup for cluster: $cluster_name"
|
echo "Starting cleanup for cluster: $cluster_name"
|
||||||
|
|
||||||
sudo chown -R $(id -u):$(id -g) $(HOME)/.talos
|
sudo chown -R $(id -u):$(id -g) $HOME/.talos
|
||||||
sudo chown -R $(id -u):$(id -g) $(HOME)/.kube
|
sudo chown -R $(id -u):$(id -g) $HOME/.kube
|
||||||
|
|
||||||
sudo --preserve-env=HOME talosctl cluster destroy \
|
sudo --preserve-env=HOME talosctl cluster destroy \
|
||||||
--provisioner=qemu \
|
--provisioner=qemu \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue