mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue (batch tested with PRs 56650, 55813, 56911, 56921, 56871). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. enable flexvolume on Windows node **What this PR does / why we need it**: enable flexvolume on Windows node: current PodVolumeDir is like `\var\lib\kubelet\pods\f54c5a74-da63-11e7-b71a-000d3a02c330\volumes\test~hostpath.cmd\flextest` which is a unix path, with this PR, PodVolumeDir in **windows** kubelet will be converted into like `c:\var\lib\kubelet\pods\f54c5a74-da63-11e7-b71a-000d3a02c330\volumes\test~hostpath.cmd\flextest` **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #56875 **Special notes for your reviewer**: Detailed steps about how to use flexvolume on Windows with this PR: https://github.com/andyzhangx/Demo/tree/master/windows/flexvolume **Release note**: ``` enable flexvolume on Windows node ``` /sig windows |
||
---|---|---|
.. | ||
BUILD | ||
OWNERS | ||
attacher-defaults.go | ||
attacher.go | ||
attacher_test.go | ||
common_test.go | ||
detacher-defaults.go | ||
detacher.go | ||
detacher_test.go | ||
driver-call.go | ||
driver-call_test.go | ||
fake_watcher.go | ||
flexvolume_test.go | ||
mounter-defaults.go | ||
mounter.go | ||
mounter_test.go | ||
plugin-defaults.go | ||
plugin.go | ||
plugin_test.go | ||
probe.go | ||
probe_test.go | ||
unmounter-defaults.go | ||
unmounter.go | ||
unmounter_test.go | ||
util.go | ||
volume.go |