Commit 8259b750 by Paul Committed by Guangbo

update Readme.MD with correct kvdb variable

Signed-off-by: 's avatarPaul <paul@portworx.com>
parent 9d31c6ee
......@@ -31,7 +31,7 @@ The command removes all the Kubernetes components associated with the chart and
To install the chart with the release name `my-release` run the following commands substituting relevant values for your setup:
##### NOTE:
`etcdEndPoint` is a required field. The chart installation would not proceed unless this option is provided.
`kvdb` is a required field. The chart installation would not proceed unless this option is provided.
If the etcdcluster being used is a secured ETCD (SSL/TLS) then please follow instructions to create a kubernetes secret with the certs. https://docs.portworx.com/scheduler/kubernetes/etcd-certs-using-secrets.html#create-kubernetes-secret
......@@ -39,7 +39,7 @@ If the etcdcluster being used is a secured ETCD (SSL/TLS) then please follow ins
Example of using the helm CLI to install the chart:
```
helm install --debug --name my-release --set etcdEndPoint=etcd:http://192.168.70.90:2379,clusterName=$(uuid) ./helm/charts/portworx/
helm install --debug --name my-release --set kvdb=etcd:http://192.168.70.90:2379,clusterName=$(uuid) ./helm/charts/portworx/
```
## Basic troubleshooting
......@@ -47,7 +47,7 @@ helm install --debug --name my-release --set etcdEndPoint=etcd:http://192.168.70
#### Helm install errors with "no available release name found"
```
helm install --dry-run --debug --set etcdEndPoint=etcd:http://192.168.70.90:2379,clusterName=$(uuid) ./helm/charts/px/
helm install --dry-run --debug --set kvdb=etcd:http://192.168.70.90:2379,clusterName=$(uuid) ./helm/charts/px/
[debug] Created tunnel using local port: '37304'
[debug] SERVER: "127.0.0.1:37304"
[debug] Original chart version: ""
......@@ -67,7 +67,7 @@ You can verify the tiller logs
#### Helm install errors with "Job failed: BackoffLimitExceeded"
```
helm install --debug --set dataInterface=eth1,managementInterface=eth1,etcdEndPoint=etcd:http://192.168.70.179:2379,clusterName=$(uuid) ./helm/charts/px/
helm install --debug --set dataInterface=eth1,managementInterface=eth1,kvdb=etcd:http://192.168.70.179:2379,clusterName=$(uuid) ./helm/charts/px/
[debug] Created tunnel using local port: '36389'
[debug] SERVER: "127.0.0.1:36389"
......@@ -97,7 +97,7 @@ Ensure the correct etcd URL is set as a parameter to the `helm install` command.
#### Helm install errors with "Job failed: Deadline exceeded"
```
helm install --debug --set dataInterface=eth1,managementInterface=eth1,etcdEndPoint=etcd:http://192.168.20.290:2379,clusterName=$(uuid) ./charts/px/
helm install --debug --set dataInterface=eth1,managementInterface=eth1,kvdb=etcd:http://192.168.20.290:2379,clusterName=$(uuid) ./charts/px/
[debug] Created tunnel using local port: '39771'
[debug] SERVER: "127.0.0.1:39771"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment