Merge pull request #78736 from endocrimes/dani/comment-fix

csi: Fix socket extension comment
This commit is contained in:
Kubernetes Prow Robot 2019-08-02 20:27:53 -07:00 committed by GitHub
commit 36391966f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,11 +49,6 @@ const (
// CSIPluginName is the name of the in-tree CSI Plugin
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
volNameSep = "^"
volDataFileName = "vol_data.json"