Skip to content

Commit bbb4553

Browse files
committed
corrected label for accelerator
1 parent a48002f commit bbb4553

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ and all resources with no labels with the `tier` key. One could filter for resou
146146
excluding `frontend` using the comma operator: `environment=production,tier!=frontend`
147147

148148
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`".
149+
node selection criteria. For example, the sample Pod below selects nodes where
150+
the `accelerator` label exists and is set to `nvidia-tesla-p100`.
151151

152152
```yaml
153153
apiVersion: v1

0 commit comments

Comments
 (0)