Skip to content

Commit 54f24a1

Browse files
committed
restore old important section
1 parent 785d3f0 commit 54f24a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/concepts/pages/operations/cluster_operations.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ When `reconciliationPaused` is set to `true`, operators will ignore reconciliati
1616
Furthermore, if you create a stacklet where `reconciliationPaused` is set to `true`, no resources will be created.
1717
====
1818

19+
[IMPORTANT]
20+
====
21+
When setting `clusterOperation.reconciliationPaused` and `clusterOperation.stopped` to `true` in the same step, `clusterOperation.reconciliationPaused` will take precedence.
22+
This means the cluster will stop reconciling immediately and the `stopped` field is ignored.
23+
To avoid this, the cluster should first be stopped and then paused.
24+
====
25+
1926
== Example
2027

2128
[source,yaml]

0 commit comments

Comments
 (0)