mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
csi: Fix socket extension comment
The CSI socket has used a sock extension since 179d8e108e
. This removes
the stale TODO for updating it.
This commit is contained in:
parent
a23fc83fcd
commit
d4c189d52b
@ -49,11 +49,6 @@ const (
|
|||||||
// CSIPluginName is the name of the in-tree CSI Plugin
|
// CSIPluginName is the name of the in-tree CSI Plugin
|
||||||
CSIPluginName = "kubernetes.io/csi"
|
CSIPluginName = "kubernetes.io/csi"
|
||||||
|
|
||||||
// TODO (vladimirvivien) implement a more dynamic way to discover
|
|
||||||
// the unix domain socket path for each installed csi driver.
|
|
||||||
// TODO (vladimirvivien) would be nice to name socket with a .sock extension
|
|
||||||
// for consistency.
|
|
||||||
csiAddrTemplate = "/var/lib/kubelet/plugins/%v/csi.sock"
|
|
||||||
csiTimeout = 2 * time.Minute
|
csiTimeout = 2 * time.Minute
|
||||||
volNameSep = "^"
|
volNameSep = "^"
|
||||||
volDataFileName = "vol_data.json"
|
volDataFileName = "vol_data.json"
|
||||||
|
Loading…
Reference in New Issue
Block a user