File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,13 @@ kubectl get pods -n${NS} -l${LABEL} \
56
56
| awk ' NR>1 {print $1}' \
57
57
| xargs -I {} kubectl logs {} --prefix -c${CONTAINER} -n${NS}
58
58
59
- if [ -n " $ENABLE_BLOBFUSE_PROXY " ]; then
60
- echo " print out install-blobfuse-proxy logs ..."
61
- echo " ======================================================================================"
62
- LABEL=" app=csi-$DRIVER -node"
63
- PROXY=install-blobfuse-proxy
64
- kubectl get pods -n${NS} -l${LABEL} \
65
- | awk ' NR>1 {print $1}' \
66
- | xargs -I {} kubectl logs {} --prefix -c${PROXY} -n${NS}
67
- fi
59
+ echo " print out install-blobfuse-proxy logs ..."
60
+ echo " ======================================================================================"
61
+ LABEL=" app=csi-$DRIVER -node"
62
+ PROXY=install-blobfuse-proxy
63
+ kubectl get pods -n${NS} -l${LABEL} \
64
+ | awk ' NR>1 {print $1}' \
65
+ | xargs -I {} kubectl logs {} --prefix -c${PROXY} -n${NS}
68
66
69
67
echo " ======================================================================================"
70
68
ip=` kubectl get svc csi-$DRIVER -controller -n kube-system | awk ' {print $4}' `
You can’t perform that action at this time.
0 commit comments