Skip to content

Commit

Permalink
Fix references to total cluster size constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-1amstudios committed Apr 21, 2024
1 parent fbcea85 commit 7131d8b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/content/en/preview/concepts/nodepools.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
duration: 8h
nodes: "0"

# Resource limits constrain the total size of the cluster.
# Resource limits constrain the total size of the pool.
# Limits prevent Karpenter from creating new instances once the limit is exceeded.
limits:
cpu: "1000"
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.32/concepts/nodepools.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:
# You can choose to disable expiration entirely by setting the string value 'Never' here
expireAfter: 720h

# Resource limits constrain the total size of the cluster.
# Resource limits constrain the total size of the pool.
# Limits prevent Karpenter from creating new instances once the limit is exceeded.
limits:
cpu: "1000"
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.34/concepts/nodepools.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
duration: 8h
nodes: "0"

# Resource limits constrain the total size of the cluster.
# Resource limits constrain the total size of the pool.
# Limits prevent Karpenter from creating new instances once the limit is exceeded.
limits:
cpu: "1000"
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.35/concepts/nodepools.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
duration: 8h
nodes: "0"

# Resource limits constrain the total size of the cluster.
# Resource limits constrain the total size of the pool.
# Limits prevent Karpenter from creating new instances once the limit is exceeded.
limits:
cpu: "1000"
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.36/concepts/nodepools.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
duration: 8h
nodes: "0"

# Resource limits constrain the total size of the cluster.
# Resource limits constrain the total size of the pool.
# Limits prevent Karpenter from creating new instances once the limit is exceeded.
limits:
cpu: "1000"
Expand Down

0 comments on commit 7131d8b

Please sign in to comment.