Skip to content

Commit 858b93b

Browse files
committed
docs: clarify NodeOverlay hourly price units
1 parent a1255c3 commit 858b93b

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

website/content/en/docs/concepts/nodeoverlays.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ There is currently a limit of 100 on the total number of requirements on both th
6666
{{% /alert %}}
6767
6868
## spec.price
69-
Absolute price override as a string representing the price in your currency. This completely replaces the original instance price reported by the cloud provider. Karpenter is currency-agnostic, so this works with any currency unit.
69+
Absolute hourly price override as a string representing the price in your currency. This completely replaces the original instance price reported by the cloud provider for scheduling decisions. Karpenter is currency-agnostic, so this works with any currency unit.
7070
7171
## spec.priceAdjustment
7272
Price modification that can be specified as:
73-
- **Absolute adjustment**: `"+5.00"` (increase by 5.00) or `"-2.50"` (decrease by 2.50)
73+
- **Absolute adjustment**: `"+5.00"` (increase the hourly price by 5.00) or `"-2.50"` (decrease the hourly price by 2.50)
7474
- **Percentage adjustment**: `"+15%"` (increase by 15%) or `"-10%"` (decrease by 10%)
7575
7676
## spec.capacity
@@ -273,4 +273,4 @@ The g6f instances have different amounts of GPU memory depending on size: g6f.xl
273273
* **Resource Scope**: NodeOverlays can only add extended resources; they cannot modify or remove standard resources (CPU, memory, storage)
274274
* **Actual vs. Simulated**: Capacity modifications only affect Karpenter's scheduling simulation; actual node resources must be configured through other means
275275
* **Pricing vs. Billing**: Price adjustments influence Karpenter's scheduling decisions but don't affect actual cloud provider billing
276-
* **Alpha Status**: NodeOverlays are currently in alpha (v1alpha1) and the API may change in future versions
276+
* **Alpha Status**: NodeOverlays are currently in alpha (v1alpha1) and the API may change in future versions

website/content/en/preview/concepts/nodeoverlays.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ There is currently a limit of 100 on the total number of requirements on both th
6666
{{% /alert %}}
6767
6868
## spec.price
69-
Absolute price override as a string representing the price in your currency. This completely replaces the original instance price reported by the cloud provider. Karpenter is currency-agnostic, so this works with any currency unit.
69+
Absolute hourly price override as a string representing the price in your currency. This completely replaces the original instance price reported by the cloud provider for scheduling decisions. Karpenter is currency-agnostic, so this works with any currency unit.
7070
7171
## spec.priceAdjustment
7272
Price modification that can be specified as:
73-
- **Absolute adjustment**: `"+5.00"` (increase by 5.00) or `"-2.50"` (decrease by 2.50)
73+
- **Absolute adjustment**: `"+5.00"` (increase the hourly price by 5.00) or `"-2.50"` (decrease the hourly price by 2.50)
7474
- **Percentage adjustment**: `"+15%"` (increase by 15%) or `"-10%"` (decrease by 10%)
7575
7676
## spec.capacity

website/content/en/v1.12/concepts/nodeoverlays.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ There is currently a limit of 100 on the total number of requirements on both th
6666
{{% /alert %}}
6767
6868
## spec.price
69-
Absolute price override as a string representing the price in your currency. This completely replaces the original instance price reported by the cloud provider. Karpenter is currency-agnostic, so this works with any currency unit.
69+
Absolute hourly price override as a string representing the price in your currency. This completely replaces the original instance price reported by the cloud provider for scheduling decisions. Karpenter is currency-agnostic, so this works with any currency unit.
7070
7171
## spec.priceAdjustment
7272
Price modification that can be specified as:
73-
- **Absolute adjustment**: `"+5.00"` (increase by 5.00) or `"-2.50"` (decrease by 2.50)
73+
- **Absolute adjustment**: `"+5.00"` (increase the hourly price by 5.00) or `"-2.50"` (decrease the hourly price by 2.50)
7474
- **Percentage adjustment**: `"+15%"` (increase by 15%) or `"-10%"` (decrease by 10%)
7575
7676
## spec.capacity
@@ -233,4 +233,4 @@ The g6f instances have different amounts of GPU memory depending on size: g6f.xl
233233
* **Resource Scope**: NodeOverlays can only add extended resources; they cannot modify or remove standard resources (CPU, memory, storage)
234234
* **Actual vs. Simulated**: Capacity modifications only affect Karpenter's scheduling simulation; actual node resources must be configured through other means
235235
* **Pricing vs. Billing**: Price adjustments influence Karpenter's scheduling decisions but don't affect actual cloud provider billing
236-
* **Alpha Status**: NodeOverlays are currently in alpha (v1alpha1) and the API may change in future versions
236+
* **Alpha Status**: NodeOverlays are currently in alpha (v1alpha1) and the API may change in future versions

website/content/en/v1.13/concepts/nodeoverlays.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ There is currently a limit of 100 on the total number of requirements on both th
6666
{{% /alert %}}
6767
6868
## spec.price
69-
Absolute price override as a string representing the price in your currency. This completely replaces the original instance price reported by the cloud provider. Karpenter is currency-agnostic, so this works with any currency unit.
69+
Absolute hourly price override as a string representing the price in your currency. This completely replaces the original instance price reported by the cloud provider for scheduling decisions. Karpenter is currency-agnostic, so this works with any currency unit.
7070
7171
## spec.priceAdjustment
7272
Price modification that can be specified as:
73-
- **Absolute adjustment**: `"+5.00"` (increase by 5.00) or `"-2.50"` (decrease by 2.50)
73+
- **Absolute adjustment**: `"+5.00"` (increase the hourly price by 5.00) or `"-2.50"` (decrease the hourly price by 2.50)
7474
- **Percentage adjustment**: `"+15%"` (increase by 15%) or `"-10%"` (decrease by 10%)
7575
7676
## spec.capacity
@@ -233,4 +233,4 @@ The g6f instances have different amounts of GPU memory depending on size: g6f.xl
233233
* **Resource Scope**: NodeOverlays can only add extended resources; they cannot modify or remove standard resources (CPU, memory, storage)
234234
* **Actual vs. Simulated**: Capacity modifications only affect Karpenter's scheduling simulation; actual node resources must be configured through other means
235235
* **Pricing vs. Billing**: Price adjustments influence Karpenter's scheduling decisions but don't affect actual cloud provider billing
236-
* **Alpha Status**: NodeOverlays are currently in alpha (v1alpha1) and the API may change in future versions
236+
* **Alpha Status**: NodeOverlays are currently in alpha (v1alpha1) and the API may change in future versions

website/content/en/v1.14/concepts/nodeoverlays.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ There is currently a limit of 100 on the total number of requirements on both th
6666
{{% /alert %}}
6767
6868
## spec.price
69-
Absolute price override as a string representing the price in your currency. This completely replaces the original instance price reported by the cloud provider. Karpenter is currency-agnostic, so this works with any currency unit.
69+
Absolute hourly price override as a string representing the price in your currency. This completely replaces the original instance price reported by the cloud provider for scheduling decisions. Karpenter is currency-agnostic, so this works with any currency unit.
7070
7171
## spec.priceAdjustment
7272
Price modification that can be specified as:
73-
- **Absolute adjustment**: `"+5.00"` (increase by 5.00) or `"-2.50"` (decrease by 2.50)
73+
- **Absolute adjustment**: `"+5.00"` (increase the hourly price by 5.00) or `"-2.50"` (decrease the hourly price by 2.50)
7474
- **Percentage adjustment**: `"+15%"` (increase by 15%) or `"-10%"` (decrease by 10%)
7575
7676
## spec.capacity
@@ -273,4 +273,4 @@ The g6f instances have different amounts of GPU memory depending on size: g6f.xl
273273
* **Resource Scope**: NodeOverlays can only add extended resources; they cannot modify or remove standard resources (CPU, memory, storage)
274274
* **Actual vs. Simulated**: Capacity modifications only affect Karpenter's scheduling simulation; actual node resources must be configured through other means
275275
* **Pricing vs. Billing**: Price adjustments influence Karpenter's scheduling decisions but don't affect actual cloud provider billing
276-
* **Alpha Status**: NodeOverlays are currently in alpha (v1alpha1) and the API may change in future versions
276+
* **Alpha Status**: NodeOverlays are currently in alpha (v1alpha1) and the API may change in future versions

0 commit comments

Comments
 (0)