Files
kubernetes/pkg/volume/util/atomic_writer.go
Claudiu Belu 82a9fb9d0e subatomic: Creates the symlinks to user-visible files later
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.
2021-01-06 04:10:28 -08:00

15 KiB