josvaz

Results 61 comments of josvaz

Integration tests throw me a similar error to what I was getting when working on https://github.com/bitnami-labs/sealed-secrets/pull/901 IMHO, if we merge that one first, and probably also https://github.com/bitnami-labs/sealed-secrets/pull/440 we should be...

I sent this other PR recently, https://github.com/bitnami-labs/sealed-secrets/pull/901 as I felt I had to fix those global variables before tackling the run and flags mess. But was planning on going this...

Due to the age of this PR and, the rebase and resume work has moved to this other branch and PR: #920 **Rebase of Refactor flag handling** Closing this one...

Not sure, but I think I got to see 2 nfs process running at the same time on my mac host when this was happening. Once I restarted and there...

I must admit it has been quite stable since last time... Maybe it is some usage pattern. I hit it more often when I run a webserver deployment with several...

Happened again, here is the ps dump: ``` $ ps aux |grep nfs josvaz 23592 0,0 0,0 2465752 736 ?? S 18abr18 0:34.84 /usr/local/sbin/unfsd -e /Users/josvaz/.dinghy/machine-nfs-exports-dinghy -n 19930 -m 19930...

Issue persists after a reboot, seems it does not depend on the state of the system.

~~~shell $ go version go version go1.18.3 linux/amd64 ~~~

Manged to make pass that error with a different go version: ~~~shell $ go version go version go1.17.6 linux/amd64 $ ./test.sh && echo OK using tools fetching tools kubebuilder/ ......

Is there any known incompatibility with Go 1.18?