You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the docs, it should be possible to pass multiple nodeselector keyvalues using
nodeselector="label1=value1,label2=value2"
By quoting the nodeselector value, it should be parsed with this line becoming a list of keyvalues.
It seems that the second keyvalue, label2 in this case, is treated as another driver-opt rather than a keyvalue for nodeselector. It might be caused by the way driver-opts are parsed (using csvToMap func).
Issue description
Based on the docs, it should be possible to pass multiple nodeselector keyvalues using
By quoting the nodeselector value, it should be parsed with this line becoming a list of keyvalues.
It seems that the second keyvalue,
label2
in this case, is treated as another driver-opt rather than a keyvalue for nodeselector. It might be caused by the way driver-opts are parsed (using csvToMap func).Reproducing the issue
The text was updated successfully, but these errors were encountered: