mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #984 from ozhuraki/dsa-config
dsa: Update the documentation on ConfigMap creation
This commit is contained in:
commit
04432bbe7d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user