Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev committed Jan 14, 2025
1 parent 85fa3cf commit be3f4d1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/operator-manual/upgrading/2.14-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ nested selectors were not applied. Starting in Argo CD 3.0, the field is ignored

#### Detection

To detect if you are impacted, you can run the following command:
To detect if you are impacted, search your ApplicationSet controller logs for this string: `ignoring nested selector`.
If there are no logs with this string, you are not impacted.

Another way to detect if you are impacted is to run the following command:

```shell
kubectl get appsets -o=json | jq -r '.items[] | select(
Expand Down Expand Up @@ -62,9 +65,9 @@ spec:
elements:
- another-key: 'another-value'
- cluster: {}
- selector:
- matchLabels:
- app: guestbook
- selector:
- matchLabels:
- app: guestbook

template:
metadata:
Expand Down

0 comments on commit be3f4d1

Please sign in to comment.