diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 547b09d7..feed03c6 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -60,7 +60,7 @@ jobs: INSTALL_K3S_VERSION: ${{ matrix.K3S_VERSION }} K3S_KUBECONFIG_MODE: "644" run: | - /usr/local/bin/k3s-uninstall.sh + /usr/local/bin/k3s-uninstall.sh || true curl -sfL https://get.k3s.io | sh -s - --disable traefik --disable-helm-controller cp /etc/rancher/k3s/k3s.yaml ~/.kube/config