[es] Fix mismatch in Labels and Selectors concept page

This commit is contained in:
Arhell 2023-04-13 01:06:14 +03:00
parent 1bb518d9e0
commit 555d454924
1 changed files with 1 additions and 1 deletions

View File

@ -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)'