The args
configuration for the containers
in the volcano-device-plugin.yaml
is incorrect.
#47
Labels
bug
Something isn't working
When I attempted to install the plugin, the pod gave the following error:
I tried modifying the
args
involcano-device-plugin.yaml
from["--gpu-strategy=share", "--gpu-memory-factor=1"]
to["---gpu-strategy=share", "---gpu-memory-factor=1"]
. However, the error message then became:In the end, I had to remove the
args
to successfully create the pod.The text was updated successfully, but these errors were encountered: