Skip to content
Prev Previous commit
Next Next commit
Update modules/concepts/pages/operations/cluster_operations.adoc
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
  • Loading branch information
sbernauer and NickLarsenNZ authored Aug 19, 2024
commit 4bbebe843c2fd1cb8485861e3367ecdffce41f4e
8 changes: 6 additions & 2 deletions modules/concepts/pages/operations/cluster_operations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ This is useful when updating operators, debugging or testing of new settings:

If not specified, `clusterOperation.reconciliationPaused` and `clusterOperation.stopped` default to `false`.

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

Furthermore, if you create a stacklet where `reconciliationPaused` is set to `true`, no resources will be created.
===========

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