Skip to content

Commit 7f6dec3

Browse files
author
Tom Barnes
authored
minor event doc update: use ',' instead of '&&' in kubectl selector, as '&&' is only valid in new versions of kubectl (#2352)
1 parent e924d35 commit 7f6dec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/3.2/content/userguide/managing-domains/domain-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $ kubectl get events -n [namespace] --selector=weblogic.createdByOperator=true
8585
To get all the events that are generated by the operator for a particular domain resource, for example `sample-domain1`, run:
8686

8787
```shell
88-
$ kubectl get events -n [namespace] --selector=weblogic.domainUID=sample-domain1&&weblogic.createdByOperator=true --sort-by=lastTimestamp
88+
$ kubectl get events -n [namespace] --selector=weblogic.domainUID=sample-domain1,weblogic.createdByOperator=true --sort-by=lastTimestamp
8989
```
9090

9191
#### Examples of generated events

documentation/staging/content/userguide/managing-domains/domain-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $ kubectl get events -n [namespace] --selector=weblogic.createdByOperator=true
8585
To get all the events that are generated by the operator for a particular domain resource, for example `sample-domain1`, run:
8686

8787
```shell
88-
$ kubectl get events -n [namespace] --selector=weblogic.domainUID=sample-domain1&&weblogic.createdByOperator=true --sort-by=lastTimestamp
88+
$ kubectl get events -n [namespace] --selector=weblogic.domainUID=sample-domain1,weblogic.createdByOperator=true --sort-by=lastTimestamp
8989
```
9090

9191
#### Examples of generated events

0 commit comments

Comments
 (0)