Merge pull request #984 from ozhuraki/dsa-config

dsa: Update the documentation on ConfigMap creation
This commit is contained in:
Mikko Ylinen 2022-04-25 10:52:21 +03:00 committed by GitHub
commit 04432bbe7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ There's also a possibility for a node specific congfiguration through passing a
To create a custom provisioning config:
```bash
$ kubectl create configmap --namespace=inteldeviceplugins-system intel-dsa-config --from-file=demo/dsa.conf --from-file=demo/dsa-node1.conf --dry-run=client -o yaml > dsa-config.yaml
$ kubectl create configmap --namespace=inteldeviceplugins-system intel-dsa-config --from-file=demo/dsa.conf
```
### Getting the source code

View File

@ -80,7 +80,7 @@ There's also a possibility for a node specific congfiguration through passing a
To create a custom provisioning config:
```bash
$ kubectl create configmap --namespace=inteldeviceplugins-system intel-iaa-config --from-file=demo/iaa.conf --from-file=demo/iaa-node1.conf --dry-run=client -o yaml > iaa-config.yaml
$ kubectl create configmap --namespace=inteldeviceplugins-system intel-iaa-config --from-file=demo/iaa.conf
```
### Deploy by hand