GitXplorerGitXplorer
a

karpenter-provider-aws

public
7000 stars
999 forks
396 issues

Commits

List of commits on branch main.
Verified
69ed8b9991fa9a9021d17017adfadb05ab4dcd49

chore: Use security group policy to manage `pod-eni` resource (#7607)

eengedaam committed 6 hours ago
Verified
e34bf5a08e947bd791dd843646640d98becd3784

docs: Add notes about instanceStorePolicy that can help prevent deadlock (#7566)

bbclodius committed 2 days ago
Verified
c24b63444c4cbe4661808a58c773f007ef46b96f

docs: fix graceful-node-shutdown url reference (#7605)

AAndriiOmelianenko committed 2 days ago
Verified
b320ff14d169e3382a281daf2d2273c777a75b63

fix: unify nodeclass status and termination controllers to prevent ra… (#7597)

ssaurav-agarwalla committed 4 days ago
Verified
559cef2dc7ef6fce4032da47efdfcd9618c66641

docs: Update the Managed AMIs task to reflect the v1 API (#7582)

jjonathan-innis committed 5 days ago
Verified
0134ad831a42c28eae8a0e3d6c9c1b9b8fb9aa44

chore: Update data from AWS APIs (#7587)

ggithub-actions[bot] committed 5 days ago

README

The README file for this repository.

CI GitHub stars GitHub forks GitHub License Go Report Card Coverage Status contributions welcome

Karpenter is an open-source node provisioning project built for Kubernetes. Karpenter improves the efficiency and cost of running workloads on Kubernetes clusters by:

  • Watching for pods that the Kubernetes scheduler has marked as unschedulable
  • Evaluating scheduling constraints (resource requests, nodeselectors, affinities, tolerations, and topology spread constraints) requested by the pods
  • Provisioning nodes that meet the requirements of the pods
  • Removing the nodes when the nodes are no longer needed

Come discuss Karpenter in the #karpenter channel, in the Kubernetes slack or join the Karpenter working group bi-weekly calls. If you want to contribute to the Karpenter project, please refer to the Karpenter docs.

Check out the Docs to learn more.

Talks