Skip to content

Commit

Permalink
docs: Fix reference to total cluster size constraint (aws#6071)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-1amstudios authored Apr 22, 2024
1 parent 79fc601 commit 283edd4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/content/en/docs/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/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 283edd4

Please sign in to comment.