Add Karpenter integration docs#448
Merged
Merged
Conversation
carlory
commented
Jun 10, 2025
| --set controller.resources.limits.cpu=1 \ | ||
| --set controller.resources.limits.memory=1Gi \ | ||
| --wait \ | ||
| --set controller.image.repository=inftyai/aws-karpenter \ |
Member
Author
There was a problem hiding this comment.
This image is unavailable. I will add image ci to https://github.com/InftyAI/karpenter
kerthcet
reviewed
Jun 10, 2025
| helm install llmaz oci://registry-1.docker.io/inftyai/llmaz --namespace llmaz-system --create-namespace --version 0.0.9 | ||
| ``` | ||
|
|
||
| To enable InftyAI scheduler, please apply the following value file to the command above: |
Member
There was a problem hiding this comment.
I think we can move this to a new catagory: Features, and it should be heterogeneous cluster support.
|
|
||
| ### Configure Karpenter with customized image | ||
|
|
||
| We need to assign the `karpenter-core-llmaz` cluster role to the `karpenter` service account and update the karpenter image to the customized one. |
Member
There was a problem hiding this comment.
Add shell to export KARPENTER_NAMESPACE=<namespace> as well as other variables.
Member
Author
There was a problem hiding this comment.
Added a new section to set the environment variables.
Signed-off-by: carlory <baofa.fan@daocloud.io>
Member
|
/lgtm The document will not impact the image build. Merge first. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
Add integration doc for customized carpenter
Which issue(s) this PR fixes
Part of #106
Special notes for your reviewer
Does this PR introduce a user-facing change?