Merge pull request #40614 from Arhell/ja-fix
[ja] Fix mismatch in Labels and Selectors concept pagepull/40644/head
commit
1bb518d9e0
|
|
@ -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)'
|
||||
|
|
|
|||
Loading…
Reference in New Issue