mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
Adapt README in charts (II)
This commit is contained in:
@@ -43,7 +43,7 @@ $ helm delete my-release
|
||||
|
||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||||
|
||||
## Configuration
|
||||
## Parameters
|
||||
|
||||
The following tables lists the configurable parameters of the Metrics Server chart and their default values.
|
||||
|
||||
@@ -87,21 +87,18 @@ $ helm install --name my-release -f values.yaml bitnami/metrics-server
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
## Configuration and installation details
|
||||
|
||||
### [Rolling VS Immutable tags](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/)
|
||||
|
||||
It is strongly recommended to use immutable tags in a production environment. This ensures your deployment does not change automatically if the same tag is updated with a different image.
|
||||
|
||||
Bitnami will release a new chart updating its containers if a new version of the main container, significant changes, or critical vulnerabilities exist.
|
||||
|
||||
## Enable security for Metrics Server
|
||||
### Enable security for Metrics Server. Configuring RBAC
|
||||
|
||||
### Configure RBAC
|
||||
In order to enable Role-based access control for Metrics Servier you can use the following parameter: `rbac.create=true`
|
||||
|
||||
In order to enable Role-based access control for Metrics Servier you can run the following command:
|
||||
|
||||
```console
|
||||
$ helm install --name my-release --set rbac.create bitnami/metrics-server
|
||||
```
|
||||
## Upgrading
|
||||
|
||||
### To 2.0.0
|
||||
|
||||
Reference in New Issue
Block a user