Closed ivanallen closed 8 months ago
refer to #4906, there's no new information in this ticket
@yurishkuro what is the workaround for this error? I am trying to do a helm install using this chart - https://raw.githubusercontent.com/hansehe/jaeger-all-in-one/master/helm/charts version - 0.1.12
and getting the same error -
`{"level":"fatal","ts":1715094840.969322,"caller":"all-in-one/main.go:114","msg":"Failed to init storage factory","error":"Error Creating Dir: \"/badger/key\" error: mkdir /badger/key: permission denied","stacktrace":"main.main.func1\n\tgithub.com/jaegertracing/jaeger/cmd/all-in-one/main.go:114\ngithub.com/spf13/cobra.(*Command).execute\n\tgithub.com/spf13/cobra@v1.8.0/command.go:983\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\tgithub.com/spf13/cobra@v1.8.0/command.go:1115\ngithub.com/spf13/cobra.(*Command).Execute\n\tgithub.com/spf13/cobra@v1.8.0/command.go:1039\nmain.main\n\tgithub.com/jaegertracing/jaeger/cmd/all-in-one/main.go:249\nruntime.main\n\truntime/proc.go:271"}
`
I have tried adding this to the values.yaml file -
`initContainers:
name: init-jaeger
image: jaegertracing/all-in-one:latest
command: ["/bin/sh", "-c"]
args: ["mkdir -p /badger/data && touch /badger/data/.initialized && chown -R 10001:10001 /badger/data"]
volumeMounts:
- name: jaeger-badger-data
mountPath: /badger
securityContext:
fsGroup: 10001
volumes:
- name: jaeger-badger-data
emptyDir: {}`
What happened?
I got the same problem in this issue: https://github.com/jaegertracing/jaeger/issues/4906
With the release of 1.54, jaeger report message:
Steps to reproduce
Expected behavior
Jaeger to start up
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
v1.54
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response
Deployment configs