File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Specify the version of the chart to be installed using the `--version` parameter
20
20
helm install --name csi-driver-nfs csi-driver-nfs/csi-driver-nfs --namespace kube-system --version v0.2.0
21
21
```
22
22
23
- ### Search for available versions
23
+ ### Search for available chart versions
24
24
25
25
``` console
26
26
$ helm search repo -l csi-driver-nfs
@@ -48,10 +48,5 @@ The following table lists the configurable parameters of the latest NFS CSI Driv
48
48
| ` controller.replicas ` | the replicas of csi-nfs-controller | 2 |
49
49
50
50
## Troubleshooting
51
-
52
- If there are some errors when using helm to install, follow the steps to debug:
53
-
54
- 1 . Add ` --wait -v=5 --debug ` in ` helm install ` command.
55
- 2 . Then the error pods can be located.
56
- 3 . Use ` kubectl describe ` to acquire more info.
57
- 4 . Check the related resource of the pod, such as serviceaacount, rbac, etc.
51
+ - Add ` --wait -v=5 --debug ` in ` helm install ` command to get detailed error
52
+ - Use ` kubectl describe ` to acquire more info
You can’t perform that action at this time.
0 commit comments