Skip to content

Commit cb0dde2

Browse files
committed
Adding warning about auto defrag of etcd data causing harmless restart
1 parent 73c354e commit cb0dde2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/etcd-defrag.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Verify that the defragmentation process is successful by viewing one of these lo
2929
* cluster-etcd-operator pod
3030
* operator status error log
3131

32+
[WARNING]
33+
====
34+
Automatic defragmentation can cause leader election failure in various OpenShift core components, such as the Kubernetes controller manager, which triggers a restart of the failing component. The restart is harmless and either triggers failover to the next running instance or the component resumes work again after the restart.
35+
====
36+
3237
.Example log output
3338
[source,terminal]
3439
----

0 commit comments

Comments
 (0)