File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ change below deployment config, e.g.
82
82
blobfuse2 -v
83
83
```
84
84
<pre >
85
- blobfuse2 version 2.1.2
85
+ blobfuse2 version 2.3.0
86
86
</pre >
87
87
88
88
### check blobfuse mount on the agent node
@@ -114,29 +114,16 @@ mkdir /tmp/test
114
114
mount -v -t nfs -o sec=sys,vers=3,nolock accountname.blob.core.windows.net:/accountname/container-name /tmp/test
115
115
```
116
116
117
- <details ><summary >
118
- Get client-side logs on AKS Linux node if there is mount error
119
- </summary >
120
-
121
- ``` console
122
- # get ama-logs pod which is running on the AKS Linux node
123
- kubectl get po -n kube-system -o wide | grep ama-logs
124
- # get blobfuse2 logs
125
- kubectl -n kube-system cp ama-logs-xxxx:/var/log/blobfuse2.log /tmp/blobfuse2.log
126
- ```
127
-
128
- </details >
129
-
130
117
<details ><summary >
131
118
Get client-side logs on Linux node if there is mount error
132
119
</summary >
133
120
134
121
``` console
135
- kubectl debug node/node-name --image=nginx
122
+ kubectl debug node/{ node-name} --image=nginx
136
123
# get blobfuse2 logs
137
- kubectl cp node-debugger-node-name-xxxx:/host/var/log/blobfuse2.log /tmp/blobfuse2.log
124
+ kubectl cp node-debugger-{ node-name-xxxx} :/host/var/log/blobfuse2.log /tmp/blobfuse2.log
138
125
# after the logs have been collected, you can delete the debug pod
139
- kubectl delete po node-debugger-node-name-xxxx
126
+ kubectl delete po node-debugger-{ node-name-xxxx}
140
127
```
141
128
142
129
</details >
You can’t perform that action at this time.
0 commit comments