Skip to content

Commit 3e072c6

Browse files
authored
Update README.md
1 parent 36c1d5a commit 3e072c6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

charts/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Specify the version of the chart to be installed using the `--version` parameter
2020
helm install --name csi-driver-nfs csi-driver-nfs/csi-driver-nfs --namespace kube-system --version v0.2.0
2121
```
2222

23-
### Search for available versions
23+
### Search for available chart versions
2424

2525
```console
2626
$ helm search repo -l csi-driver-nfs
@@ -48,10 +48,5 @@ The following table lists the configurable parameters of the latest NFS CSI Driv
4848
| `controller.replicas` | the replicas of csi-nfs-controller | 2 |
4949

5050
## 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

0 commit comments

Comments
 (0)