Skip to content

Commit

Permalink
Change wording for labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed Jul 18, 2024
1 parent 3c1f895 commit 2c6edee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/integrations/karpenter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -464,4 +464,4 @@ kubectl scale deployment inflate --replicas 5

```

If multiple deployments use the same key/value pair for an already deployed node they can be scheduled to it. Otherwise, a new node will be provisioned. You can read more about user-defined labels in the [Karpenter's User-Defined Labels docs](https://karpenter.sh/docs/concepts/scheduling/#user-defined-labels).
If you make a deployment with a key/value pair that matches an existing node it can be scheduled to that node. Otherwise, a new node will be provisioned. Since you are adding the key to the node pool but not the value, using different values necessitates different nodes. You can read more about user-defined labels in the [Karpenter's User-Defined Labels docs](https://karpenter.sh/docs/concepts/scheduling/#user-defined-labels).

0 comments on commit 2c6edee

Please sign in to comment.