From ad45e9ae104f6c95c75e92a28309f47c782231bd Mon Sep 17 00:00:00 2001 From: Tom Barnes Date: Mon, 3 May 2021 17:44:21 +0000 Subject: [PATCH] minor event doc update: use ',' instead of '&&' in kubectl selector, as '&&' is only valid in new versions of kubectl --- .../3.2/content/userguide/managing-domains/domain-events.md | 2 +- .../staging/content/userguide/managing-domains/domain-events.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/3.2/content/userguide/managing-domains/domain-events.md b/documentation/3.2/content/userguide/managing-domains/domain-events.md index ec43e72b646..6429b90e213 100644 --- a/documentation/3.2/content/userguide/managing-domains/domain-events.md +++ b/documentation/3.2/content/userguide/managing-domains/domain-events.md @@ -85,7 +85,7 @@ $ kubectl get events -n [namespace] --selector=weblogic.createdByOperator=true To get all the events that are generated by the operator for a particular domain resource, for example `sample-domain1`, run: ```shell -$ kubectl get events -n [namespace] --selector=weblogic.domainUID=sample-domain1&&weblogic.createdByOperator=true --sort-by=lastTimestamp +$ kubectl get events -n [namespace] --selector=weblogic.domainUID=sample-domain1,weblogic.createdByOperator=true --sort-by=lastTimestamp ``` #### Examples of generated events diff --git a/documentation/staging/content/userguide/managing-domains/domain-events.md b/documentation/staging/content/userguide/managing-domains/domain-events.md index ec43e72b646..6429b90e213 100644 --- a/documentation/staging/content/userguide/managing-domains/domain-events.md +++ b/documentation/staging/content/userguide/managing-domains/domain-events.md @@ -85,7 +85,7 @@ $ kubectl get events -n [namespace] --selector=weblogic.createdByOperator=true To get all the events that are generated by the operator for a particular domain resource, for example `sample-domain1`, run: ```shell -$ kubectl get events -n [namespace] --selector=weblogic.domainUID=sample-domain1&&weblogic.createdByOperator=true --sort-by=lastTimestamp +$ kubectl get events -n [namespace] --selector=weblogic.domainUID=sample-domain1,weblogic.createdByOperator=true --sort-by=lastTimestamp ``` #### Examples of generated events