Skip to content

Commit 844247e

Browse files
Merge pull request Mellanox#287 from almaslennikov/launch-kit-fixes
fix: launch kit doc fixes
2 parents 2f31702 + 029dfc1 commit 844247e

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

docs/common/vars.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
.. |spectrumxop-version| replace:: network-operator-v25.10.0-rc.1
5151
.. |spectrumxop-repository| replace:: nvcr.io/nvstaging/mellanox
5252
.. |k8s-launch-kit-version| replace:: v25.10.0-rc.1
53-
.. |k8s-launch-kit-component-version| replace:: v25.10.0-rc.1
53+
.. |k8s-launch-kit-component-version| replace:: network-operator-v25.10.0-rc.1
5454
.. |k8s-launch-kit-repository| replace:: nvcr.io/nvstaging/mellanox
5555
.. |k8s-launch-kit-network-operator-repository| replace:: nvcr.io/nvstaging/mellanox
5656
.. |current-ga-version| replace:: 25.10.x

docs/k8s-launch-kit.rst

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
.. include:: ./common/vars.rst
1919

2020

21-
******************************************************************
22-
[TECH PREVIEW] Configuration Assistance with Kubernetes Launch Kit
23-
******************************************************************
21+
*************************************************************************
22+
[TECH PREVIEW] Configuration Assistance with NVIDIA Kubernetes Launch Kit
23+
*************************************************************************
2424

2525
.. contents:: On this page
2626
:depth: 3
2727
:local:
2828
:backlinks: none
2929

30-
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.
30+
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.
3131

3232
-------------
3333
Prerequisites
@@ -216,6 +216,10 @@ You can use this file as a starting point for your own configuration. Own config
216216
componentVersion: |k8s-launch-kit-component-version|
217217
repository: |k8s-launch-kit-network-operator-repository|
218218
namespace: nvidia-network-operator
219+
docaDriver:
220+
version: |doca-driver-version|
221+
unloadStorageModules: false
222+
enableNFSRDMA: false
219223
nvIpam:
220224
poolName: nv-ipam-pool
221225
subnets:
@@ -259,19 +263,21 @@ You can use this file as a starting point for your own configuration. Own config
259263
sriov: true
260264
rdma: true
261265
ib: true
262-
pfs:
263-
- rdmaDevice: mlx5_0
264-
pciAddress: "0000:03:00.0"
265-
networkInterface: enp3s0f0np0
266-
traffic: east-west
267-
- rdmaDevice: mlx5_1
268-
pciAddress: "0000:03:00.1"
269-
networkInterface: enp3s0f1np1
270-
traffic: east-west
271-
- rdmaDevice: mlx5_2
272-
pciAddress: 0000:81:00.0
273-
networkInterface: enp129s0np0
274-
traffic: east-west
266+
pfs:
267+
- rdmaDevice: mlx5_0
268+
pciAddress: "0000:03:00.0"
269+
networkInterface: enp3s0f0np0
270+
traffic: east-west
271+
- rdmaDevice: mlx5_1
272+
pciAddress: "0000:03:00.1"
273+
networkInterface: enp3s0f1np1
274+
traffic: east-west
275+
- rdmaDevice: mlx5_2
276+
pciAddress: 0000:81:00.0
277+
networkInterface: enp129s0np0
278+
traffic: east-west
279+
nodeSelector:
280+
feature.node.kubernetes.io/pci-15b3.present: "true"
275281
workerNodes:
276282
- cloud-dev-41
277283
- cloud-dev-40

hack/release/templates/vars/vars.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
.. |spectrumxop-version| replace:: {{ .SpectrumXOperator.Version }}
5151
.. |spectrumxop-repository| replace:: {{ .SpectrumXOperator.Repository }}
5252
.. |k8s-launch-kit-version| replace:: {{ .NetworkOperator.Version }}
53-
.. |k8s-launch-kit-component-version| replace:: {{ .NetworkOperator.Version }}
53+
.. |k8s-launch-kit-component-version| replace:: {{ .NicConfigurationOperator.Version }} # TODO: update to NetworkOperator.ComponentVersion later
5454
.. |k8s-launch-kit-repository| replace:: {{ .NetworkOperator.Repository }}
5555
.. |k8s-launch-kit-network-operator-repository| replace:: {{ .NetworkOperator.Repository }}
5656
.. |current-ga-version| replace:: {{ .CurrentGAVersionMajorMinor }}

0 commit comments

Comments
 (0)