File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,20 +49,20 @@ kubectl get pods -n${NS} -l${LABEL} \
4949 | awk ' NR>1 {print $1}' \
5050 | xargs -I {} kubectl logs {} --prefix -c${CONTAINER} -n${NS}
5151
52- echo " print out csi- $DRIVER -node logs ..."
52+ echo " print out install-blobfuse-proxy logs ..."
5353echo " ======================================================================================"
5454LABEL=" app=csi-$DRIVER -node"
55+ PROXY=install-blobfuse-proxy
5556kubectl get pods -n${NS} -l${LABEL} \
5657 | awk ' NR>1 {print $1}' \
57- | xargs -I {} kubectl logs {} --prefix -c${CONTAINER } -n${NS}
58+ | xargs -I {} kubectl logs {} --prefix -c${PROXY } -n${NS}
5859
59- echo " print out install-blobfuse-proxy logs ..."
60+ echo " print out csi- $DRIVER -node logs ..."
6061echo " ======================================================================================"
6162LABEL=" app=csi-$DRIVER -node"
62- PROXY=install-blobfuse-proxy
6363kubectl get pods -n${NS} -l${LABEL} \
6464 | awk ' NR>1 {print $1}' \
65- | xargs -I {} kubectl logs {} --prefix -c${PROXY } -n${NS}
65+ | xargs -I {} kubectl logs {} --prefix -c${CONTAINER } -n${NS}
6666
6767echo " ======================================================================================"
6868ip=` kubectl get svc csi-$DRIVER -controller -n kube-system | awk ' {print $4}' `
You can’t perform that action at this time.
0 commit comments