diff --git a/docs/common/vars.rst b/docs/common/vars.rst index 44a5bed..42d5ce5 100644 --- a/docs/common/vars.rst +++ b/docs/common/vars.rst @@ -50,7 +50,7 @@ .. |spectrumxop-version| replace:: network-operator-v25.10.0-rc.1 .. |spectrumxop-repository| replace:: nvcr.io/nvstaging/mellanox .. |k8s-launch-kit-version| replace:: v25.10.0-rc.1 -.. |k8s-launch-kit-component-version| replace:: v25.10.0-rc.1 +.. |k8s-launch-kit-component-version| replace:: network-operator-v25.10.0-rc.1 .. |k8s-launch-kit-repository| replace:: nvcr.io/nvstaging/mellanox .. |k8s-launch-kit-network-operator-repository| replace:: nvcr.io/nvstaging/mellanox .. |current-ga-version| replace:: 25.10.x diff --git a/docs/k8s-launch-kit.rst b/docs/k8s-launch-kit.rst index e139d30..dad36a2 100644 --- a/docs/k8s-launch-kit.rst +++ b/docs/k8s-launch-kit.rst @@ -18,16 +18,16 @@ .. include:: ./common/vars.rst -****************************************************************** -[TECH PREVIEW] Configuration Assistance with Kubernetes Launch Kit -****************************************************************** +************************************************************************* +[TECH PREVIEW] Configuration Assistance with NVIDIA Kubernetes Launch Kit +************************************************************************* .. contents:: On this page :depth: 3 :local: :backlinks: none -Kubernetes Launch Kit (l8k) is a CLI tool for deploying and managing NVIDIA cloud-native solutions on Kubernetes. The tool helps provide flexible deployment workflows for optimal network performance with SR-IOV, RDMA, and other networking technologies. +NVIDIA Kubernetes Launch Kit (l8k) is a CLI tool for deploying and managing NVIDIA cloud-native solutions on Kubernetes. The tool helps provide flexible deployment workflows for optimal network performance with SR-IOV, RDMA, and other networking technologies. ------------- Prerequisites @@ -216,6 +216,10 @@ You can use this file as a starting point for your own configuration. Own config componentVersion: |k8s-launch-kit-component-version| repository: |k8s-launch-kit-network-operator-repository| namespace: nvidia-network-operator + docaDriver: + version: |doca-driver-version| + unloadStorageModules: false + enableNFSRDMA: false nvIpam: poolName: nv-ipam-pool subnets: @@ -259,19 +263,21 @@ You can use this file as a starting point for your own configuration. Own config sriov: true rdma: true ib: true - pfs: - - rdmaDevice: mlx5_0 - pciAddress: "0000:03:00.0" - networkInterface: enp3s0f0np0 - traffic: east-west - - rdmaDevice: mlx5_1 - pciAddress: "0000:03:00.1" - networkInterface: enp3s0f1np1 - traffic: east-west - - rdmaDevice: mlx5_2 - pciAddress: 0000:81:00.0 - networkInterface: enp129s0np0 - traffic: east-west + pfs: + - rdmaDevice: mlx5_0 + pciAddress: "0000:03:00.0" + networkInterface: enp3s0f0np0 + traffic: east-west + - rdmaDevice: mlx5_1 + pciAddress: "0000:03:00.1" + networkInterface: enp3s0f1np1 + traffic: east-west + - rdmaDevice: mlx5_2 + pciAddress: 0000:81:00.0 + networkInterface: enp129s0np0 + traffic: east-west + nodeSelector: + feature.node.kubernetes.io/pci-15b3.present: "true" workerNodes: - cloud-dev-41 - cloud-dev-40 \ No newline at end of file diff --git a/hack/release/templates/vars/vars.template b/hack/release/templates/vars/vars.template index 5640109..4043ad0 100644 --- a/hack/release/templates/vars/vars.template +++ b/hack/release/templates/vars/vars.template @@ -50,7 +50,7 @@ .. |spectrumxop-version| replace:: {{ .SpectrumXOperator.Version }} .. |spectrumxop-repository| replace:: {{ .SpectrumXOperator.Repository }} .. |k8s-launch-kit-version| replace:: {{ .NetworkOperator.Version }} -.. |k8s-launch-kit-component-version| replace:: {{ .NetworkOperator.Version }} +.. |k8s-launch-kit-component-version| replace:: {{ .NicConfigurationOperator.Version }} # TODO: update to NetworkOperator.ComponentVersion later .. |k8s-launch-kit-repository| replace:: {{ .NetworkOperator.Repository }} .. |k8s-launch-kit-network-operator-repository| replace:: {{ .NetworkOperator.Repository }} .. |current-ga-version| replace:: {{ .CurrentGAVersionMajorMinor }}