mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-28 01:34:19 +00:00
When creating a symlink on Windows, if the target does not exist, the created file is just a regular "symlink" file. But, if the target ultimately ends up being a folder, then that symlink file is not valid, it must be a "symlinkd" in order to function properly. Because the symlink file is not valid, the pods having that volume will fail to start. Creating the user-visible files after the timestamped and data folders have been created addresses this issue.
15 KiB
15 KiB