Skip to content

Commit 1d678d0

Browse files
committed
docs/dev/clusteroperator: Fix "he" -> "the" typo
This snuck in with be09d1e (Doc fix for cluster operator creation step, 2020-10-30, #478). Re: "or recreate if deleted", the CVO (if it is running) will eventually get around to recreating the ClusterOperator, as described in the text added in be09d1e. But it's still the operator's job to recreate it if the ClusterOperator is missing, as part of the "properly update" responsibility.
1 parent 3c62269 commit 1d678d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/clusteroperator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When ClusterVersionOperator encounters a ClusterOperator Custom Resource,
2424

2525
ClusterVersionOperator will only deploy files with `.yaml`, `.yml`, or `.json` extensions, like `kubectl create -f DIR`.
2626

27-
**NOTE**: ClusterVersionOperator sweeps the manifests in the release image in alphabetical order, therefore if the ClusterOperator Custom Resource exists before the deployment for the operator that is supposed to report the Custom Resource, ClusterVersionOperator will be stuck waiting and cannot proceed. Also note that he ClusterVersionOperator will pre-create the ClusterOperator resource found in the `/manifests` folder (to provide better support to must-gather operation in case of install or upgrade failure). It remains a responsibility of the respective operator to properly update (or recreate if deleted) the ClusterOperator Custom Resource.
27+
**NOTE**: ClusterVersionOperator sweeps the manifests in the release image in alphabetical order, therefore if the ClusterOperator Custom Resource exists before the deployment for the operator that is supposed to report the Custom Resource, ClusterVersionOperator will be stuck waiting and cannot proceed. Also note that the ClusterVersionOperator will pre-create the ClusterOperator resource found in the `/manifests` folder (to provide better support to must-gather operation in case of install or upgrade failure). It remains a responsibility of the respective operator to properly update (or recreate if deleted) the ClusterOperator Custom Resource.
2828

2929
### What should be the contents of ClusterOperator Custom Resource in /manifests
3030

0 commit comments

Comments
 (0)