File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ For more information, Refer [Cloud Native Stack Releases](https://github.com/NVI
5050| NVIDIA GPU Operator | 25.3.1 | 25.3.1 | 25.3.1 |
5151| NVIDIA Network Operator | N/A | 25.4.0 | 25.4.0 |
5252| NVIDIA NIM Operator | 2.0.1 | 2.0.1 | 2.0.1 |
53- | NVIIDA NSight Operator | 1.1.2 | 1.1.2 | 1.1.2 |
53+ | NVIDIA Nsight Operator | 1.1.2 | 1.1.2 | 1.1.2 |
5454| NVIDIA Data Center Driver | 570.158.01 | 570.158.01 | 570.158.01 |
5555| Helm | 3.18.3 | 3.18.3 | 3.18.3 |
5656
@@ -66,7 +66,7 @@ For more information, Refer [Cloud Native Stack Releases](https://github.com/NVI
6666 - [ GPU Operator] ( https://github.com/NVIDIA/gpu-operator )
6767 - [ Network Operator] ( https://github.com/Mellanox/network-operator )
6868 - [ NVIDIA NIM Operator] ( https://docs.nvidia.com/nim-operator/latest/index.html )
69- - [ NVIDIA NSight Operator] ( https://catalog.ngc.nvidia.com/orgs/nvidia/teams/devtools/helm-charts/nsight-operator )
69+ - [ NVIDIA Nsight Operator] ( https://catalog.ngc.nvidia.com/orgs/nvidia/teams/devtools/helm-charts/nsight-operator )
7070 - [ FeatureGates] ( https://github.com/NVIDIA/cloud-native-stack/tree/master/playbooks#enable-feature-gates-to-cloud-native-stack )
7171- [ MicroK8s on CNS] ( https://github.com/NVIDIA/cloud-native-stack/tree/master/playbooks#enable-microk8s )
7272- [ Installation on CSP's] ( https://github.com/NVIDIA/cloud-native-stack/tree/master/playbooks#installation-on-csps )
Original file line number Diff line number Diff line change @@ -331,6 +331,20 @@ enable_nim_operator: yes
331331```
332332For more information, Refer [ NIM Operator] ( https://docs.nvidia.com/nim-operator/latest/index.html )
333333
334+ ## Enable Nsight Operator
335+
336+ If you wnt to enable Nsight Operator on Cloud Native Stack, you can enable the configuration in ` cns_values_xx.yaml ` and trigger the installation
337+
338+ Example:
339+ ```
340+ $ nano cns_values_15.1.yaml
341+
342+ cns_version: 15.1
343+
344+ enable_nsight_operator: yes
345+ ```
346+ For more information, Refer [ Nsight Operator] ( https://catalog.ngc.nvidia.com/orgs/nvidia/teams/devtools/helm-charts/nsight-operator )
347+
334348### Enable MicroK8s
335349
336350If you want to use microk8s you can enable the configuration in ` cns_values_xx.yaml ` and trigger the installation
You can’t perform that action at this time.
0 commit comments