Skip to content

Commit

Permalink
Run the ingester workaround every 10min instead of 30min
Browse files Browse the repository at this point in the history
This helps to prevent NodeDrainStuck alerts from firing in the situation
where the first ingester pod doesn't come up during the maintenance.
  • Loading branch information
haasad committed Apr 22, 2024
1 parent 87e07a1 commit 38e0582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ parameters:

workaround:
ingester_fix:
schedule: '0,30 * * * *'
schedule: '*/10 * * * *'
sleep_time: 2m

openshift4_elasticsearch_operator:
Expand Down

0 comments on commit 38e0582

Please sign in to comment.