Since several parameters should be provided when creating custom resources during operator deployment, it is recommended to use a configuration file. While it is possible to override the parameters via CLI, we recommend to avoid the use of CLI arguments in favor of a configuration file.
-
helm show values nvidia/network-operator --version v24.10.0-beta.1 > values.yaml
+
helm show values nvidia/network-operator --version v24.10.0-beta.2 > values.yaml
Network Operator Deployment with an SR-IOV InfiniBand Network with PKey Mana
ibKubernetes:image:ib-kubernetesrepository:ghcr.io/mellanox
-version:v1.0.2
+version:v1.1.0imagePullSecrets:[]pKeyGUIDPoolRangeStart:02:00:00:00:00:00:00:00pKeyGUIDPoolRangeEnd:02:FF:FF:FF:FF:FF:FF:FF
@@ -2112,7 +2112,7 @@
The NVIDIA Network Operator simplifies the provisioning and management of NVIDIA networking resources in a Kubernetes cluster.
The operator automatically installs the required host networking software - bringing together all the needed components to provide high-speed network connectivity.
These components include the NVIDIA networking driver, Kubernetes device plugin, CNI plugins, IP address management (IPAM) plugin and others.
@@ -124,7 +124,7 @@
The NVIDIA Network Operator simplifies the provisioning and management of NVIDIA networking resources in a Kubernetes cluster.
The operator automatically installs the required host networking software - bringing together all the needed components to provide high-speed network connectivity.
These components include the NVIDIA networking driver, Kubernetes device plugin, CNI plugins, IP address management (IPAM) plugin and others.
@@ -121,7 +121,7 @@