Skip to content

Commit

Permalink
Merge pull request #47320 from kundan2707/label_correction
Browse files Browse the repository at this point in the history
corrected label for accelerator
  • Loading branch information
k8s-ci-robot committed Jul 30, 2024
2 parents a48002f + bbb4553 commit 519e62c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ and all resources with no labels with the `tier` key. One could filter for resou
excluding `frontend` using the comma operator: `environment=production,tier!=frontend`

One usage scenario for equality-based label requirement is for Pods to specify
node selection criteria. For example, the sample Pod below selects nodes with
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`.

```yaml
apiVersion: v1
Expand Down

0 comments on commit 519e62c

Please sign in to comment.