docs: add quick start guide to verify HAMi in Kubernetes#154
docs: add quick start guide to verify HAMi in Kubernetes#154mesutoezdil wants to merge 6 commits intoProject-HAMi:masterfrom
Conversation
✅ Deploy Preview for project-hami ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mesutoezdil The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @mesutoezdil! It looks like this is your first PR to Project-HAMi/website 🎉 |
8530ec5 to
76552b6
Compare
|
Happy to adjust or simplify if needed @rootsongjc, @archlitchi! |
|
@mesutoezdil How about covert it into a blog? Because it is so solid and long to be a quick start doc. And I think if there is a diagrm it will be better. |
1a2f2d9 to
76552b6
Compare
|
please sign-off your commit to pass the DCO check |
Signed-off-by: Mesut Oezdil <mesut.oezdil@adfinis.com>
Signed-off-by: Mesut Oezdil <mesut.oezdil@adfinis.com>
Signed-off-by: Mesut Oezdil <mesut.oezdil@adfinis.com>
Signed-off-by: Mesut Oezdil <mesut.oezdil@adfinis.com>
Signed-off-by: Mesut Oezdil <mesut.oezdil@adfinis.com>
Signed-off-by: Mesut Oezdil <mesut.oezdil@adfinis.com>
afd2d60 to
3c49909
Compare
Added DCO sign-off to all commits and cleaned ip history @archlitchi |
|
|
||
| ## Scope and Assumptions | ||
|
|
||
| This guide assumes that HAMi is already installed (for example, via the "Deploy HAMi using Helm" guide in the Get Started section). |
There was a problem hiding this comment.
We can insert the link for deploy-with-helm.
| HAMi requires the `nvidia-container-toolkit` to be installed and set as the default low-level runtime on all your GPU nodes. | ||
|
|
||
| ### 1. Install nvidia-container-toolkit (Debian/Ubuntu example) | ||
| ``` |
There was a problem hiding this comment.
| ``` | |
| ```bash |
There was a problem hiding this comment.
Other code blocks should also be prefixed with the language title.
This PR adds a practical quick start guide to verify HAMi in a real Kubernetes environment.
Key improvements:
The goal is to help users quickly confirm that HAMi works correctly, not just that it is installed.