Conversation
|
I forgot to add this command in the Quick start (after installing Helm): How can I update this PR with that command? |
| Step1: Install Helm locally: | ||
| ``` |
There was a problem hiding this comment.
| Step1: Install Helm locally: | |
| ``` | |
| Step1: Install Helm locally: | |
| ```bash |
| Step2: Deploy GPU operator: | ||
| ``` |
There was a problem hiding this comment.
| Step2: Deploy GPU operator: | |
| ``` | |
| Step2: Deploy GPU operator: | |
| ```bash |
| GPU Operator and its operands should be up and running as shown below: | ||
| ``` |
There was a problem hiding this comment.
| GPU Operator and its operands should be up and running as shown below: | |
| ``` | |
| GPU Operator and its operands should be up and running as shown below: | |
| ```bash |
| ## Roadmap | ||
| ### High-level overview of the main priorities for 2026 | ||
| * Latest data center drivers |
There was a problem hiding this comment.
| ## Roadmap | |
| ### High-level overview of the main priorities for 2026 | |
| * Latest data center drivers | |
| ## Roadmap | |
| ### High-level overview of the main priorities for 2026 | |
| * Latest data center drivers |
| Make sure your k8s cluster meets the pre-requisites as listed in the platform support page: | ||
|
|
||
| https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/platform-support.html | ||
|
|
|
@a-mccarthy PTAL |
|
This PR is stale because it has been open 90 days with no activity. This PR will be closed in 30 days unless new comments are made or the stale label is removed. To skip these checks, apply the "lifecycle/frozen" label. |
| helm install --wait --generate-name \ | ||
| -n gpu-operator --create-namespace \ | ||
| nvidia/gpu-operator \ | ||
| --version=v25.10.0 |
There was a problem hiding this comment.
Since this is a quick start guide, I'd prefer dropping the version flag here.
Let's also add the helm repo commands before helm install command
helm repo add nvidia https://helm.ngc.nvidia.com/nvidia \
&& helm repo update
|
|
||
| ## Quick Start | ||
|
|
||
| Make sure your k8s cluster meets the pre-requisites as listed in the platform support page: |
There was a problem hiding this comment.
| Make sure your k8s cluster meets the pre-requisites as listed in the platform support page: | |
| Make sure your Kubernetes cluster meets the pre-requisites as listed in the platform support page: |
| https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/platform-support.html | ||
|
|
||
|
|
||
| Step1: Install Helm locally: |
There was a problem hiding this comment.
| Step1: Install Helm locally: | |
| Step 1: Install Helm locally: |
| ``` | ||
|
|
||
|
|
||
| Step2: Deploy GPU operator: |
There was a problem hiding this comment.
| Step2: Deploy GPU operator: | |
| Step 2: Deploy GPU operator: |
updating README page with:
sections