Update README.md

This commit is contained in:
Andy Zhang 2021-01-06 20:21:12 +08:00 committed by GitHub
parent 36c1d5a602
commit 3e072c6aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ Specify the version of the chart to be installed using the `--version` parameter
helm install --name csi-driver-nfs csi-driver-nfs/csi-driver-nfs --namespace kube-system --version v0.2.0 helm install --name csi-driver-nfs csi-driver-nfs/csi-driver-nfs --namespace kube-system --version v0.2.0
``` ```
### Search for available versions ### Search for available chart versions
```console ```console
$ helm search repo -l csi-driver-nfs $ helm search repo -l csi-driver-nfs
@ -48,10 +48,5 @@ The following table lists the configurable parameters of the latest NFS CSI Driv
| `controller.replicas` | the replicas of csi-nfs-controller | 2 | | `controller.replicas` | the replicas of csi-nfs-controller | 2 |
## Troubleshooting ## Troubleshooting
- Add `--wait -v=5 --debug` in `helm install` command to get detailed error
If there are some errors when using helm to install, follow the steps to debug: - Use `kubectl describe` to acquire more info
1. Add `--wait -v=5 --debug` in `helm install` command.
2. Then the error pods can be located.
3. Use `kubectl describe` to acquire more info.
4. Check the related resource of the pod, such as serviceaacount, rbac, etc.