-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our k8s provider mandates the use of backoffLimit <=3. #1424
Comments
Seems like a good first issue. Would you like to send a PR for this? You'd need to change this struct to accommodate the new field: jaeger-operator/pkg/apis/jaegertracing/v1/jaeger_types.go Lines 603 to 624 in 65490e8
Make sure to add the same field to other places that also create cronjobs, such as the JaegerDependenciesSpec and JaegerCassandraCreateSchemaSpec. You'll then be able to use it here: jaeger-operator/pkg/cronjob/es_index_cleaner.go Lines 48 to 99 in 65490e8
Make sure to add a test and docs for this. |
I'm giving this a try and am looking to finish up by modifying the docs. Should I open a separate PR into the documentation repository? |
Yes, please create a new PR for the docs repo, linking to this PR here. The changes there should be applied only to the |
@jpkrohling So I've been working through writing the docs but it appears https://www.jaegertracing.io/docs/1.22/operator/ doesn’t dive very deep into the CRD options. It seems like only pretty high-level features are mentioned. Does this deserve a mention in the docs? |
Right, sorry, it should probably be kept only as a godoc in the relevant Go type. We'll eventually figure out a way to properly document the whole CRD based on that. |
I added the godoc but I had to open a new PR. It should be good to go now! |
How can I set backoffLimit for storage type elasticsearch under esIndexCleaner and dependencies
The text was updated successfully, but these errors were encountered: