File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if [ -f "/host/usr/local/bin/blobfuse-proxy" ];then
5050fi
5151if [ " $updateBlobfuseProxy " = " true" ]; then
5252 echo " copy blobfuse-proxy...."
53- rm -rf /host/" $KUBELET_PATH " /plugins/blob.csi.azure.com/blobfuse-proxy.sock
53+ rm -rf /host/var/lib/kubelet /plugins/blob.csi.azure.com/blobfuse-proxy.sock
5454 cp /blobfuse-proxy/blobfuse-proxy /host/usr/local/bin/blobfuse-proxy --force
5555 chmod 755 /host/usr/local/bin/blobfuse-proxy
5656fi
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ if [ -f "/host/usr/bin/blobfuse-proxy" ];then
8989fi
9090if [ " $updateBlobfuseProxy " = " true" ]; then
9191 echo " copy blobfuse-proxy...."
92- rm -rf /host/" $KUBELET_PATH " /plugins/blob.csi.azure.com/blobfuse-proxy.sock
92+ rm -rf /host/var/lib/kubelet /plugins/blob.csi.azure.com/blobfuse-proxy.sock
9393 cp /blobfuse-proxy/blobfuse-proxy /host/usr/bin/blobfuse-proxy --force
9494 chmod 755 /host/usr/bin/blobfuse-proxy
9595fi
You can’t perform that action at this time.
0 commit comments