Skip to content

Commit 769e44d

Browse files
committed
1 parent a141c84 commit 769e44d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
left with no solutions Images available from the internal registry
1515
(PR[#3741](https://github.com/scality/metalk8s/pull/3741))
1616

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+
1721
## Release 2.11.4
1822
### Bug fixes
1923

salt/metalk8s/kubernetes/etcd/installed.sls

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ Create local etcd Pod manifest:
8080
- --trusted-ca-file=/etc/kubernetes/pki/etcd/ca.crt
8181
# }
8282
- --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
8386
volumes:
8487
- path: /var/lib/etcd
8588
name: etcd-data

0 commit comments

Comments
 (0)