Skip to content

Commit 688a3e5

Browse files
committed
new suggestion
1 parent 54f24a1 commit 688a3e5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/concepts/pages/operations/cluster_operations.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ If not specified, `clusterOperation.reconciliationPaused` and `clusterOperation.
1111

1212
[IMPORTANT]
1313
====
14-
When `reconciliationPaused` is set to `true`, operators will ignore reconciliation events (creations, updates, deletions).
14+
When `clusterOperation.reconciliationPaused` is set to `true`, operators will ignore reconciliation events (creations, updates, deletions).
1515
16-
Furthermore, if you create a stacklet where `reconciliationPaused` is set to `true`, no resources will be created.
16+
Furthermore, if you create a stacklet where `clusterOperation.reconciliationPaused` is set to `true`, no resources will be created.
1717
====
1818

1919
[IMPORTANT]
2020
====
21-
When setting `clusterOperation.reconciliationPaused` and `clusterOperation.stopped` to `true` in the same step, `clusterOperation.reconciliationPaused` will take precedence.
21+
When setting `clusterOperation.reconciliationPaused` and `clusterOperation.stopped` to true in the same step, `clusterOperation.reconciliationPaused` will take precedence.
22+
2223
This means the cluster will stop reconciling immediately and the `stopped` field is ignored.
24+
2325
To avoid this, the cluster should first be stopped and then paused.
2426
====
2527

0 commit comments

Comments
 (0)