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
50
50
fi
51
51
if [ " $updateBlobfuseProxy " = " true" ]; then
52
52
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
54
54
cp /blobfuse-proxy/blobfuse-proxy /host/usr/local/bin/blobfuse-proxy --force
55
55
chmod 755 /host/usr/local/bin/blobfuse-proxy
56
56
fi
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ if [ -f "/host/usr/bin/blobfuse-proxy" ];then
89
89
fi
90
90
if [ " $updateBlobfuseProxy " = " true" ]; then
91
91
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
93
93
cp /blobfuse-proxy/blobfuse-proxy /host/usr/bin/blobfuse-proxy --force
94
94
chmod 755 /host/usr/bin/blobfuse-proxy
95
95
fi
You can’t perform that action at this time.
0 commit comments