Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/jaeger-operator] Missing cronjob privileges #11237

Closed
gregoryfranklin opened this issue Feb 7, 2019 · 1 comment · Fixed by #11596
Closed

[stable/jaeger-operator] Missing cronjob privileges #11237

gregoryfranklin opened this issue Feb 7, 2019 · 1 comment · Fixed by #11596

Comments

@gregoryfranklin
Copy link
Contributor

BUG REPORT

Version 1.9.0 of the jaeger-operator added two cronjobs (jaegertracing/jaeger-operator#162) that require the additional rules adding to the role

- apiGroups:
  - batch
  resources:
  - cronjobs
  verbs:
  - "*"

Without this permission, jaeger-operator will report the following error when trying to create a jaeger:

level=error msg="failed to create" error="cronjobs.batch is forbidden: User \"system:serviceaccount:default:jaeger-operator\" cannot create cronjobs.batch in the namespace \"default\""
@ariefrahmansyah
Copy link
Contributor

Any update on this? We also encounter this error

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants