When I attempted to install the plugin, the pod gave the following error:
flag provided but not defined: -gpu-strategy
Usage of volcano-device-plugin:
I tried modifying the args in volcano-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:
flag provided but not defined: ----gpu-strategy
Usage of volcano-device-plugin:
In the end, I had to remove the args to successfully create the pod.
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.