From f058a894312e47382ef488ff391d682219870b47 Mon Sep 17 00:00:00 2001 From: archups Date: Tue, 12 Mar 2024 14:30:55 +0530 Subject: [PATCH] Added nvidia-gpu-operator to 2.25 docs Signed-off-by: archups --- .../default-applications-catalog/_index.en.md | 1 + .../argocd/_index.en.md | 2 +- .../k8sgpt/_index.en.md | 2 +- .../nvidia-gpu-operator/_index.en.md | 30 +++++++++++++++++++ 4 files changed, 33 insertions(+), 2 deletions(-) create mode 100755 content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/nvidia-gpu-operator/_index.en.md diff --git a/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/_index.en.md b/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/_index.en.md index 0d65592ff..598e983c6 100755 --- a/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/_index.en.md +++ b/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/_index.en.md @@ -20,3 +20,4 @@ Here is the list of the applications that come as part of the Default Applicatio * [Nginx]({{< ref "./nginx/" >}}) * [Trivy]({{< ref "./trivy/" >}}) * [Trivy-Operator]({{< ref "./trivy-operator/" >}}) +* [Nvidia-GPU-Operator]({{< ref "./nvidia-gpu-operator/" >}}) diff --git a/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/argocd/_index.en.md b/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/argocd/_index.en.md index d5701a1d1..ba8fec186 100755 --- a/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/argocd/_index.en.md +++ b/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/argocd/_index.en.md @@ -23,7 +23,7 @@ For more information on the ArgoCD, please refer to the [official documentation] # How to deploy? -Argo CD is available as part of the KKP's default application catalog. +ArgoCD is available as part of the KKP's default application catalog. It can be deployed to the user cluster either during the cluster creation or after the cluster is ready(existing cluster) from the Applications tab via UI. * Select the ArgoCD application from the Application Catalog. diff --git a/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/k8sgpt/_index.en.md b/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/k8sgpt/_index.en.md index 9e393c8ab..438d9b9ae 100755 --- a/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/k8sgpt/_index.en.md +++ b/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/k8sgpt/_index.en.md @@ -18,7 +18,7 @@ For more information on the K8sGPT, please refer to the [official documentation] # How to deploy? -Argo CD is available as part of the KKP's default application catalog. +K8sGPT is available as part of the KKP's default application catalog. It can be deployed to the user cluster either during the cluster creation or after the cluster is ready(existing cluster) from the Applications tab via UI. * Select the K8sGPT application from the Application Catalog. diff --git a/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/nvidia-gpu-operator/_index.en.md b/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/nvidia-gpu-operator/_index.en.md new file mode 100755 index 000000000..1a1a9a48a --- /dev/null +++ b/content/kubermatic/v2.25/architecture/concept/kkp-concepts/applications/default-applications-catalog/nvidia-gpu-operator/_index.en.md @@ -0,0 +1,30 @@ ++++ +title = "Nvidia GPU Operator Application" +linkTitle = "Nvidia GPU Operator" +enterprise = true +date = 2024-03-12T12:57:00+02:00 +weight = 12 + ++++ + +# What is Nvidia GPU Operator? +The NVIDIA GPU Operator uses the operator framework within Kubernetes to automate the management of all NVIDIA software components needed to provision GPU. + +For more information on the Nvidia GPU Operator, please refer to the [official documentation](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/overview.html) + +# How to deploy? + +Nvidia GPU Operator is available as part of the KKP's default application catalog. +It can be deployed to the user cluster either during the cluster creation or after the cluster is ready(existing cluster) from the Applications tab via UI. + +* Select the Nvidia GPU Operator application from the Application Catalog. + +![Select Nvidia GPU Operator Application](/img/kubermatic/common/applications/default-apps-catalog/01-select-application-nvidia-gpu-operator-app.png) + +* Under the Settings section, select and provide appropriate details and clck `-> Next` button. + +![Settings for Nvidia GPU Operator Application](/img/kubermatic/common/applications/default-apps-catalog/02-settings-nvidia-gpu-operator-app.png) + +* Under the Application values page section, check the default values and add values if any required to be configured explicitly. Finally click on the `+ Add Application` to deploy the Nvidia GPU Operator application to the user cluster. + +To further configure the values.yaml, find more information on the [Nvidia GPU Operator Helm chart documentation](https://github.com/NVIDIA/gpu-operator/)