From 3e072c6aa4b83140a69bf661fa1306bece0c0e2b Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Wed, 6 Jan 2021 20:21:12 +0800 Subject: [PATCH] Update README.md --- charts/README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/charts/README.md b/charts/README.md index a9e95119..56d2f982 100644 --- a/charts/README.md +++ b/charts/README.md @@ -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 ``` -### Search for available versions +### Search for available chart versions ```console $ 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 | ## Troubleshooting - -If there are some errors when using helm to install, follow the steps to debug: - -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. + - Add `--wait -v=5 --debug` in `helm install` command to get detailed error + - Use `kubectl describe` to acquire more info