Commit 5cfcd59
committed
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.1 parent a9f55eb commit 5cfcd59
File tree
2 files changed
+28
-1
lines changed- kubernetes/linera-validator
- templates
2 files changed
+28
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
102 | 124 | | |
103 | 125 | | |
104 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
0 commit comments