Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
change flexvolume plugin dir to /etc/kubernetes/volumeplugins (#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored and jackfrancis committed Jan 8, 2018
1 parent 762984a commit ea30e1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parts/k8s/artifacts/kuberneteskubelet.service
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ ExecStart=/usr/bin/docker run \
--volume=/etc/kubernetes/:/etc/kubernetes:ro \
--volume=/srv/kubernetes/:/srv/kubernetes:ro $DOCKER_OPTS \
--volume=/var/lib/waagent/ManagedIdentity-Settings:/var/lib/waagent/ManagedIdentity-Settings:ro \
--volume=/usr/libexec/kubernetes/kubelet-plugins:/usr/libexec/kubernetes/kubelet-plugins:rw \
--volume=/etc/kubernetes/volumeplugins:/etc/kubernetes/volumeplugins:rw \
${KUBELET_IMAGE} \
/hyperkube kubelet \
--require-kubeconfig \
--enable-server \
--node-labels="${KUBELET_NODE_LABELS}" \
--v=2 ${KUBELET_FEATURE_GATES} \
--non-masquerade-cidr=${KUBELET_NON_MASQUERADE_CIDR} \
--volume-plugin-dir=/etc/kubernetes/volumeplugins \
$KUBELET_CONFIG \
${KUBELET_REGISTER_NODE} ${KUBELET_REGISTER_WITH_TAINTS}

Expand Down

0 comments on commit ea30e1c

Please sign in to comment.