You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing the clickhouse-keeper helm chart, we've observed deadlock situations where pods wait for each other during deployment. This appears to be related to the use of ParallelpodManagementPolicy.
What is the recommended podManagementPolicy setting for clickhouse-keeper deployments? Is there a specific reason for having different policies in these templates?
The text was updated successfully, but these errors were encountered:
While testing the clickhouse-keeper helm chart, we've observed deadlock situations where pods wait for each other during deployment. This appears to be related to the use of
Parallel
podManagementPolicy
.OrderedReady
Parallel
What is the recommended
podManagementPolicy
setting for clickhouse-keeper deployments? Is there a specific reason for having different policies in these templates?The text was updated successfully, but these errors were encountered: