Skip to content

Commit

Permalink
docs: update index to match previous PR (aws#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran authored Jan 10, 2023
1 parent 13ff1a3 commit 55b6c3c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions website/content/en/v0.22.0/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,9 @@ Refer to the description of Karpenter constraints in the Application Developer s

### Scheduling

Karpenter schedules pods that the Kubernetes scheduler has marked unschedulable.
After solving scheduling constraints and launching capacity, Karpenter creates the Node object and waits for kube-scheduler to bind the pod.
This stateless approach helps to avoid race conditions and improves performance.
If something is wrong with the launched node, Kubernetes will automatically migrate the pods to a new node.
Karpenter launches nodes in response to pods that the Kubernetes scheduler has marked unschedulable. After solving scheduling constraints and launching capacity, Karpenter launches a machine in your chosen cloud provider.

Once Karpenter brings up a node, that node is available for the Kubernetes scheduler to schedule pods on it as well.
This is useful if there is additional room in the node due to imperfect packing shape or because workloads finish over time.

### Cloud provider
Karpenter makes requests to provision new nodes to the associated cloud provider.
Expand Down

0 comments on commit 55b6c3c

Please sign in to comment.