File tree 2 files changed +7
-0
lines changed
salt/metalk8s/kubernetes/etcd
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 14
14
left with no solutions Images available from the internal registry
15
15
(PR[ #3741 ] ( https://github.com/scality/metalk8s/pull/3741 ) )
16
16
17
+ - Enable ` initial-corrupt-check ` for etcd in order to try
18
+ to avoid data inconsistency issue in etcd
19
+ (PR[ #3742 ] ( https://github.com/scality/metalk8s/pull/3742 ) )
20
+
17
21
## Release 2.11.4
18
22
### Bug fixes
19
23
Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ Create local etcd Pod manifest:
80
80
- -- trusted- ca- file =/ etc/ kubernetes/ pki/ etcd/ ca.crt
81
81
# }
82
82
- -- initial- cluster- state={{ state }}
83
+ # See https://github.com/etcd-io/etcd/issues/13766
84
+ # https://groups.google.com/a/kubernetes.io/g/dev/c/B7gJs88XtQc/m/rSgNOzV2BwAJ?utm_medium=email&utm_source=footer
85
+ - -- experimental- initial- corrupt- check=true
83
86
volumes:
84
87
- path: / var/ lib/ etcd
85
88
name: etcd- data
You can’t perform that action at this time.
0 commit comments