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
[nfd-worker.go:607] "ignoring label with invalid value" labelKey="nvidia.com/gpu.machine" labelValue="X9SRA/X9SRA-3" errors=["a valid label must be an empty string or consist of alphanumeric characters, '-', '' or '.', and must start and end with an alphanumeric character (e.g. 'MyValue', or 'my_value', or '12345', regex used for validation is '(([A-Za-z0-9][-A-Za-z0-9.]*)?[A-Za-z0-9])?')"]
Could you expand the regex?
The text was updated successfully, but these errors were encountered:
That's a label requirement imposed by kubernetes, it might make sense to hash/drop invalid characters (or just don't generate labels containing invalid values), but that's up to the maintainers.
Found that in the logs:
Could you expand the regex?
The text was updated successfully, but these errors were encountered: