Skip to content

Commit c661acd

Browse files
authored
Update README.md
1 parent b91e85d commit c661acd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

charts/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
#### Breaking change
2-
From `v0.7.0`, driver name changed from `blobfuse.csi.azure.com` to `blob.csi.azure.com`, volume created by `v0.6.0`(or prior version) could not be mounted by `v0.7.0` driver. If you have volumes created by `v0.6.0` version, DO NOT upgrade to `v0.7.0` or higher version.
3-
41
# Install CSI driver with Helm 3
52

63
## Prerequisites
74
- [install Helm](https://helm.sh/docs/intro/quickstart/#install-helm)
85

96
### Tips
7+
- configure with [blobfuse-proxy](../pkg/blobfuse-proxy) to make blobfuse mount still available after driver restart
108
- make controller only run on master node: `--set controller.runOnMaster=true`
119
- enable `fsGroupPolicy` on a k8s 1.20+ cluster: `--set feature.enableFSGroupPolicy=true`
1210
- set replica of controller as `1`: `--set controller.replicas=1`

0 commit comments

Comments
 (0)