Skip to content

Commit

Permalink
docs: Update the FAQ doc to v1beta1 apis and concepts (#4835)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Oct 16, 2023
1 parent a2d8928 commit 663b366
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 90 deletions.
5 changes: 2 additions & 3 deletions website/content/en/preview/concepts/nodepools.md
Expand Up @@ -144,9 +144,8 @@ spec:
# Resource limits constrain the total size of the cluster.
# Limits prevent Karpenter from creating new instances once the limit is exceeded.
limits:
resources:
cpu: "1000"
memory: 1000Gi
cpu: "1000"
memory: 1000Gi

# Priority given to the NodePool when the scheduler considers which NodePool
# to select. Higher weights indicate higher priority when comparing NodePools.
Expand Down
3 changes: 1 addition & 2 deletions website/content/en/preview/concepts/scheduling.md
Expand Up @@ -453,8 +453,7 @@ metadata:
spec:
weight: 50
limits:
resources:
cpu: 100
cpu: 100
template:
spec:
requirements:
Expand Down

0 comments on commit 663b366

Please sign in to comment.