We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a48002f + bbb4553 commit 519e62cCopy full SHA for 519e62c
content/en/docs/concepts/overview/working-with-objects/labels.md
@@ -146,8 +146,8 @@ and all resources with no labels with the `tier` key. One could filter for resou
146
excluding `frontend` using the comma operator: `environment=production,tier!=frontend`
147
148
One usage scenario for equality-based label requirement is for Pods to specify
149
-node selection criteria. For example, the sample Pod below selects nodes with
150
-the label "`accelerator=nvidia-tesla-p100`".
+node selection criteria. For example, the sample Pod below selects nodes where
+the `accelerator` label exists and is set to `nvidia-tesla-p100`.
151
152
```yaml
153
apiVersion: v1
0 commit comments