From 555d454924bb968dd859d55e818bd19360fcd40e Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 13 Apr 2023 01:06:14 +0300 Subject: [PATCH] [es] Fix mismatch in Labels and Selectors concept page --- .../es/docs/concepts/overview/working-with-objects/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/es/docs/concepts/overview/working-with-objects/labels.md b/content/es/docs/concepts/overview/working-with-objects/labels.md index 7420aac5c6..2b0954ff19 100644 --- a/content/es/docs/concepts/overview/working-with-objects/labels.md +++ b/content/es/docs/concepts/overview/working-with-objects/labels.md @@ -151,7 +151,7 @@ Como ya se ha comentado, los requisitos _basados en conjunto_ son más expresivo kubectl get pods -l 'environment in (production, qa)' ``` -o restringir la coincidencia negativa mediante el operador _exists_: +o restringir la coincidencia negativa mediante el operador _notin_: ```shell kubectl get pods -l 'environment,environment notin (frontend)'