Skip to content

Commit 3032e45

Browse files
committed
fix docs for blobfuse proxy
1 parent ec3aa96 commit 3032e45

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

deploy/blobfuse-proxy/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Blobfuse Proxy
22
- supported CSI driver version: v1.6.0+
3-
- only available on **debian** OS based agent node (not available on OpenShift)
43

54
By default, restart csi-blobfuse-node daemonset would make current blobfuse mounts unavailable. When fuse nodeserver restarts on the node, the fuse daemon also restarts, this results in breaking all connections FUSE daemon is maintaining. You could find more details here: [No easy way how to update CSI driver that uses fuse](https://github.com/kubernetes/kubernetes/issues/70013).
65

Binary file not shown.
-2.31 MB
Binary file not shown.

pkg/blobfuse-proxy/README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Blobfuse Proxy Development
22

3-
- install blobfuse-proxy package, run as a service manually
4-
```console
5-
wget https://github.com/kubernetes-sigs/blob-csi-driver/raw/master/deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb -O /tmp/blobfuse-proxy-v0.1.0.deb
6-
dpkg -i /tmp/blobfuse-proxy-v0.1.0.deb
7-
mkdir -p /var/lib/kubelet/plugins/blob.csi.azure.com
8-
systemctl enable blobfuse-proxy
9-
systemctl start blobfuse-proxy
10-
```
113
> blobfuse-proxy start unix socket under `/var/lib/kubelet/plugins/blob.csi.azure.com/blobfuse-proxy.sock` by default
124
135
- make sure all required [Protocol Buffers](https://github.com/protocolbuffers/protobuf) binaries are installed
@@ -24,26 +16,3 @@ protoc --proto_path=pkg/blobfuse-proxy/proto --go-grpc_out=pkg/blobfuse-proxy/pb
2416
make blobfuse-proxy
2517
```
2618

27-
- Generate debian dpkg package
28-
```console
29-
cp _output/blobfuse-proxy ./pkg/blobfuse-proxy/debpackage/usr/bin/blobfuse-proxy
30-
dpkg-deb --build pkg/blobfuse-proxy/debpackage
31-
```
32-
33-
- Generate redhat/centos package
34-
```console
35-
cp _output/blobfuse-proxy ./pkg/blobfuse-proxy/rpmbuild/SOURCES/blobfuse-proxy
36-
cd ~/rpmbuild/SPECS/
37-
rpmbuild --target noarch -bb utils.spec
38-
```
39-
40-
- Installing blobfuse-proxy package
41-
```console
42-
# On debian based systems
43-
wget https://github.com/kubernetes-sigs/blob-csi-driver/raw/master/deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb
44-
dpkg -i blobfuse-proxy-v0.1.0.deb
45-
46-
# On redhat/centos based systems
47-
wget https://github.com/kubernetes-sigs/blob-csi-driver/raw/master/deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.rpm
48-
rpm -ivh utils-1.0.0-1.noarch.rpm
49-
```

0 commit comments

Comments
 (0)