2019-09-26 06:21:57 +00:00
|
|
|
diff --git a/pkg/operator/ceph/agent/agent.go b/pkg/operator/ceph/agent/agent.go
|
2019-12-20 19:14:40 +00:00
|
|
|
index 7a8a468a..cfd94c98 100644
|
2019-09-26 06:21:57 +00:00
|
|
|
--- a/pkg/operator/ceph/agent/agent.go
|
|
|
|
|
+++ b/pkg/operator/ceph/agent/agent.go
|
|
|
|
|
@@ -38,7 +38,7 @@ const (
|
2019-12-20 19:14:40 +00:00
|
|
|
flexvolumePathDirEnv = "FLEXVOLUME_DIR_PATH"
|
|
|
|
|
libModulesPathDirEnv = "LIB_MODULES_DIR_PATH"
|
|
|
|
|
agentMountsEnv = "AGENT_MOUNTS"
|
|
|
|
|
- flexvolumeDefaultDirPath = "/usr/libexec/kubernetes/kubelet-plugins/volume/exec/"
|
|
|
|
|
+ flexvolumeDefaultDirPath = "/var/lib/kubelet/volumeplugins"
|
|
|
|
|
agentDaemonsetPriorityClassNameEnv = "AGENT_PRIORITY_CLASS_NAME"
|
|
|
|
|
agentDaemonsetTolerationEnv = "AGENT_TOLERATION"
|
|
|
|
|
agentDaemonsetTolerationKeyEnv = "AGENT_TOLERATION_KEY"
|