We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48002f commit bbb4553Copy full SHA for bbb4553
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