Skip to content

Commit

Permalink
Merge pull request #78736 from endocrimes/dani/comment-fix
Browse files Browse the repository at this point in the history
csi: Fix socket extension comment
  • Loading branch information
k8s-ci-robot committed Aug 3, 2019
2 parents c63000e + d4c189d commit 3639196
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/volume/csi/csi_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3639196

Please sign in to comment.