mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-11 21:09:29 +00:00
The test "should fail substituting values in a volume subpath with absolute path" creates a pod with a variable expansion path which is set as an absolute path. However "/tmp" is not an absolute on Windows, it has to be prefixed with the drive letter (C:\tmp). But C:\tmp does not typically exist on Windows nodes, so we use C:\Users instead.
12 KiB
12 KiB