Skip to content

Commit 738428a

Browse files
committed
[ru] Fix mismatch in Labels and Selectors concept page
1 parent cc55cb5 commit 738428a

File tree

1 file changed

+1
-1
lines changed
  • content/ru/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/ru/docs/concepts/overview/working-with-objects/labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ kubectl get pods -l 'environment in (production),tier in (frontend)'
166166
kubectl get pods -l 'environment in (production, qa)'
167167
```
168168

169-
Либо можно воспользоваться исключающим сопоставлением с помощью оператора _exists_:
169+
Либо можно воспользоваться исключающим сопоставлением с помощью оператора _notin_:
170170

171171
```shell
172172
kubectl get pods -l 'environment,environment notin (frontend)'

0 commit comments

Comments
 (0)