Merge pull request #40614 from Arhell/ja-fix

[ja] Fix mismatch in Labels and Selectors concept page
pull/40644/head
Kubernetes Prow Robot 2023-04-12 08:38:33 -07:00 committed by GitHub
commit 1bb518d9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ kubectl get pods -l 'environment in (production),tier in (frontend)'
kubectl get pods -l 'environment in (production, qa)'
```
もしくは、_exists_ オペレーターを介して、否定マッチングによる制限もできます。
もしくは、_notin_ オペレーターを介して、否定マッチングによる制限もできます。
```shell
kubectl get pods -l 'environment,environment notin (frontend)'