Skip to content

Commit 357bf82

Browse files
Add note to upgrade doc (#4042)
* Add note to upgrade doc
1 parent 778b95e commit 357bf82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/4.0/content/managing-operators/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ The rationale for supplying a new `image` value is because, even with a new vers
174174
`--reuse-values` will retain the previous `image` value from when it was installed. To upgrade,
175175
you must override the `image` value to use the new operator image version.
176176

177+
**NOTE**: When upgrading a 3.x operator to 4.x, note that the default value of `domainNamespaceSelectionStrategy`
178+
changed from `List` to `LabelSelector`, so you need to label the namespaces that the operator is supposed
179+
to watch, rather than just providing the list of namespaces. For detailed information,
180+
see [Namespace management]({{<relref "/managing-operators/namespace-management#check-the-namespaces-that-a-running-operator-manages">}}).
181+
177182
For example:
178183

179184
```text

0 commit comments

Comments
 (0)