-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Describe the Bug
I have deployed zipkin-dependencies v3.2.0 on my k8s cluster but I can't get the crond job to work. I can see the crond process running when I do top and if I manually run the script in /etc/periodic/hourly, it works fine and I can see data in Elasticsearch and the Zipkin UI. So I know it's not a connection issue.
No container logs so it seems to me that it isn't running the job. I looked at #192, but no avail. Seems like the issues in that are already fixed so I think mine is different. I run it as the zipkin-dependencies user not root. I am using elasticsearch as the storage backend.
Steps to Reproduce
Deploy image to k8s using deployment.yaml. Use elasticsearch backend. Run as user 1000.
Expected Behaviour
The crond job should run and I should see dependencies data in Zipkin UI