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
Make sure that the Scylla config ConfigMap exists when Scylla gets created (#4871)
## Motivation
We're setting Scylla settings using this ConfigMap, but there's actually
no guarantee that it will exist by the time Scylla starts. I've seen
networks deployed that just ignore the ConfigMap and use default
settings, for example, because the ConfigMap wasn't created yet when
Scylla started.
## Proposal
Enforce that the ConfigMap will be created before Scylla starts.
## Test Plan
Deployed a network, it uses the ConfigMap options more reliably now
## Release Plan
- These changes should be backported to the latest `testnet` branch,
then
- be released in a validator hotfix.
0 commit comments