Skip to content

Commit 785d3f0

Browse files
Update modules/concepts/pages/operations/cluster_operations.adoc
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 9bee34f commit 785d3f0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

modules/concepts/pages/operations/cluster_operations.adoc

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

1212
[IMPORTANT]
13-
===========
13+
====
1414
When `reconciliationPaused` is set to `true`, operators will ignore reconciliation events (creations, updates, deletions).
1515
1616
Furthermore, if you create a stacklet where `reconciliationPaused` is set to `true`, no resources will be created.
17-
===========
18-
19-
IMPORTANT: When setting `clusterOperation.reconciliationPaused` and `clusterOperation.stopped` to true in the same step, `clusterOperation.reconciliationPaused` will take precedence.
20-
This means the cluster will stop reconciling immediately and the `stopped` field is ignored.
21-
To avoid this, the cluster should first be stopped and then paused.
17+
====
2218

2319
== Example
2420

0 commit comments

Comments
 (0)