mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/*] Unify READMEs (#14472)
* [bitnami/*] Unify READMEs Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Fix typo Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
2ed7bf9767
commit
2064fb8dcc
@@ -7,7 +7,7 @@ Apache Cassandra is an open source distributed database management system design
|
||||
[Overview of Apache Cassandra](http://cassandra.apache.org/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -305,7 +305,7 @@ The above parameters map to the env variables defined in [bitnami/cassandra](htt
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
helm install my-release \
|
||||
$ helm install my-release \
|
||||
--set dbUser.user=admin,dbUser.password=password \
|
||||
my-repo/cassandra
|
||||
```
|
||||
@@ -313,7 +313,7 @@ helm install my-release \
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
||||
|
||||
```console
|
||||
helm install my-release -f values.yaml my-repo/cassandra
|
||||
$ helm install my-release -f values.yaml my-repo/cassandra
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
@@ -385,7 +385,7 @@ Find more information about how to deal with common errors related to Bitnami's
|
||||
|
||||
It's necessary to set the `dbUser.password` parameter when upgrading for readiness/liveness probes to work properly. When you install this chart for the first time, some notes will be displayed providing the credentials you must use. Please note down the password and run the command below to upgrade your chart:
|
||||
|
||||
```bash
|
||||
```console
|
||||
$ helm upgrade my-release my-repo/cassandra --set dbUser.password=[PASSWORD]
|
||||
```
|
||||
|
||||
@@ -442,9 +442,9 @@ The `minimumAvailable` option has been renamed to `minAvailable` for consistency
|
||||
|
||||
An issue in StatefulSet manifest of the 4.x chart series rendered chart upgrades to be broken. The 5.0.0 series fixes this issue. To upgrade to the 5.x series you need to manually delete the Cassandra StatefulSet before executing the `helm upgrade` command.
|
||||
|
||||
```bash
|
||||
kubectl delete sts -l release=<RELEASE_NAME>
|
||||
helm upgrade <RELEASE_NAME> ...
|
||||
```console
|
||||
$ kubectl delete sts -l release=<RELEASE_NAME>
|
||||
$ helm upgrade <RELEASE_NAME> ...
|
||||
```
|
||||
|
||||
### To 4.0.0
|
||||
|
||||
Reference in New Issue
Block a user