Skip to content

Commit 5dcb495

Browse files
sbernaueradwk67
andauthored
Apply suggestions from code review
Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>
1 parent 1851646 commit 5dcb495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/concepts/pages/operations/cluster_operations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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: In case 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 an MyCluster, but please ignore it".
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".
1414

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

0 commit comments

Comments
 (0)