mirror of https://github.com/k3s-io/k3s
Merge pull request #79760 from andyzhangx/automated-cherry-pick-of-#79529-upstream-release-1.14
Automated cherry pick of #79529: fix: change timeout value in csi plugink3s-v1.14.6
commit
8c595af962
|
@ -54,7 +54,7 @@ const (
|
||||||
// TODO (vladimirvivien) would be nice to name socket with a .sock extension
|
// TODO (vladimirvivien) would be nice to name socket with a .sock extension
|
||||||
// for consistency.
|
// for consistency.
|
||||||
csiAddrTemplate = "/var/lib/kubelet/plugins/%v/csi.sock"
|
csiAddrTemplate = "/var/lib/kubelet/plugins/%v/csi.sock"
|
||||||
csiTimeout = 15 * time.Second
|
csiTimeout = 2 * time.Minute
|
||||||
volNameSep = "^"
|
volNameSep = "^"
|
||||||
volDataFileName = "vol_data.json"
|
volDataFileName = "vol_data.json"
|
||||||
fsTypeBlockName = "block"
|
fsTypeBlockName = "block"
|
||||||
|
|
Loading…
Reference in New Issue