Skip to content

Commit 4bbebe8

Browse files
Update modules/concepts/pages/operations/cluster_operations.adoc
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 5dcb495 commit 4bbebe8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/concepts/pages/operations/cluster_operations.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ This is useful when updating operators, debugging or testing of new settings:
99
1010
If not specified, `clusterOperation.reconciliationPaused` and `clusterOperation.stopped` default to `false`.
1111

12-
IMPORTANT: If you create a stacklet and set `reconciliationPaused` to `true` during the creation, no resources will be created.
13-
This is due to the fact that you basically state "Hey, my-operator, here is a MyCluster, but please ignore it".
12+
[IMPORTANT]
13+
===========
14+
When `reconciliationPaused` is set to `true`, operators will ignore reconciliation events (creations, updated, deletions).
15+
16+
Furthermore, if you create a stacklet where `reconciliationPaused` is set to `true`, no resources will be created.
17+
===========
1418

1519
IMPORTANT: When setting `clusterOperation.reconciliationPaused` and `clusterOperation.stopped` to true in the same step, `clusterOperation.reconciliationPaused` will take precedence.
1620
This means the cluster will stop reconciling immediately and the `stopped` field is ignored.

0 commit comments

Comments
 (0)