-
-
Notifications
You must be signed in to change notification settings - Fork 32
Add Karpenter integration docs #448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
--set controller.resources.limits.cpu=1 \ | ||
--set controller.resources.limits.memory=1Gi \ | ||
--wait \ | ||
--set controller.image.repository=inftyai/aws-karpenter \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is unavailable. I will add image ci to https://github.com/InftyAI/karpenter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold
@@ -13,6 +13,17 @@ description: > | |||
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can move this to a new catagory: Features, and it should be heterogeneous cluster support
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
|
||
### Configure Karpenter with customized image | ||
|
||
8000 We need to assign the `karpenter-core-llmaz` cluster role to the `karpenter` service account and update the karpenter image to the customized one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add shell to export KARPENTER_NAMESPACE=<namespace>
as well as other variables.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a new section to set the environment variables.
Signed-off-by: carlory <baofa.fan@daocloud.io>
/lgtm The document will not impact the image build. Merge first. |
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?