WyriHaximus / github-action-helm3

Slim wrapper around helm3
58 stars 28 forks source link

seeing errors starting today regarding helm: No such file or directory #83

Open sushovan23 opened 2 weeks ago

sushovan23 commented 2 weeks ago

Using kubeconfig from input Preparing helm execution Executing helm /tmp/helm-exec--384-oCuLouf0s4rl-.sh: line 7: /tmp/docker-kube-config-jhrtonczhl/helm: No such file or directory /tmp/helm-exec--384-oCuLouf0s4rl-.sh: line 7: /tmp/docker-kube-config-jhrtonczhl/helm: No such file or directory /tmp/helm-exec--384-oCuLouf0s4rl-.sh: line 7: /tmp/docker-kube-config-jhrtonczhl/helm: No such file or directory

using 4.1 it same action worked 100s of times before

ashetga commented 2 weeks ago

Getting the same error with v3

Existing kubeconfig found, using that and ignoring input Preparing helm execution Executing helm /tmp/helm-exec--2301499-BYXh3V4neBZn-.sh: line 7: /tmp/docker-kube-config-hshghtmn/helm: No such file or directory

WyriHaximus commented 2 weeks ago

Ran it without issues two days ago. Are you on self hosted runners or github hosted runners?

sushovan23 commented 1 week ago

Hi @WyriHaximus Yes on self hosted runners. It started working on its own after an hour n half of reporting here. Not sure what the issue was but i got multiple failure that time from different workflows and different self host runners with same error.

It has been working as expected since then but only that 60-90mins period i saw many errors.