diff --git a/cmd/dsa_plugin/README.md b/cmd/dsa_plugin/README.md index 77853a08..35e3a3c3 100644 --- a/cmd/dsa_plugin/README.md +++ b/cmd/dsa_plugin/README.md @@ -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 diff --git a/cmd/iaa_plugin/README.md b/cmd/iaa_plugin/README.md index f6fd4811..8b153143 100644 --- a/cmd/iaa_plugin/README.md +++ b/cmd/iaa_plugin/README.md @@ -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