You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes of course. Not sure why I left all that out. Sorry!
Running in kubernetes, running an image built from 0.4.3 where I've put my own surveyor config and then launch it to use that.
The file / config is there, and it works fine if i rebuild it using 0.4.1.
Starting to receive a similar error now using v0.5.0 inside of Kubernetes. I'm building my docker image using the natsio/nats-surveyor:0.5.0 image and putting in a few files into it. I then use this image in a container in a deployment to Kubernetes.
[WARN] could not stat advisory path run/secrets/kubernetes.io/serviceaccount/..data_tmp: stat run/secrets/kubernetes.io/serviceaccount/..data_tmp: no such file or directory
Not sure what it means. the ..data_tmp is a bit weird.
After updating from 0.4.1 to 0.4.3 I keep getting:
Error: couldn't start surveyor: lstat proc/1/fd/8: no such file or directory
.If I go back to 0.4.1 it seems to work fine.
Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: