|
18 | 18 | .. include:: ./common/vars.rst |
19 | 19 |
|
20 | 20 |
|
21 | | -****************************************************************** |
22 | | -[TECH PREVIEW] Configuration Assistance with Kubernetes Launch Kit |
23 | | -****************************************************************** |
| 21 | +************************************************************************* |
| 22 | +[TECH PREVIEW] Configuration Assistance with NVIDIA Kubernetes Launch Kit |
| 23 | +************************************************************************* |
24 | 24 |
|
25 | 25 | .. contents:: On this page |
26 | 26 | :depth: 3 |
27 | 27 | :local: |
28 | 28 | :backlinks: none |
29 | 29 |
|
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. |
31 | 31 |
|
32 | 32 | ------------- |
33 | 33 | Prerequisites |
@@ -216,6 +216,10 @@ You can use this file as a starting point for your own configuration. Own config |
216 | 216 | componentVersion: |k8s-launch-kit-component-version| |
217 | 217 | repository: |k8s-launch-kit-network-operator-repository| |
218 | 218 | namespace: nvidia-network-operator |
| 219 | + docaDriver: |
| 220 | + version: |doca-driver-version| |
| 221 | + unloadStorageModules: false |
| 222 | + enableNFSRDMA: false |
219 | 223 | nvIpam: |
220 | 224 | poolName: nv-ipam-pool |
221 | 225 | subnets: |
@@ -259,19 +263,21 @@ You can use this file as a starting point for your own configuration. Own config |
259 | 263 | sriov: true |
260 | 264 | rdma: true |
261 | 265 | 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" |
275 | 281 | workerNodes: |
276 | 282 | - cloud-dev-41 |
277 | 283 | - cloud-dev-40 |
0 commit comments