chore(website): update quickstart guide
This commit is contained in:
@@ -20,9 +20,13 @@ Clusters created using Clustertool come pre-packed with most of these charts pre
|
|||||||
|
|
||||||
Install the following charts if not already installed:
|
Install the following charts if not already installed:
|
||||||
|
|
||||||
- [Cert-Manager](#cert-manager)
|
- [Prerequisites](#prerequisites)
|
||||||
- [Cloudnative-PG](#cloudnative-pg)
|
- [Required Charts for most Truecharts Charts](#required-charts-for-most-truecharts-charts)
|
||||||
- [Prometheus](#prometheus)
|
- [Recommended Charts](#recommended-charts)
|
||||||
|
- [Upstream Operators](#upstream-operators)
|
||||||
|
- [Cert-Manager](#cert-manager)
|
||||||
|
- [Cloudnative-PG](#cloudnative-pg)
|
||||||
|
- [Prometheus](#prometheus)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -61,7 +65,7 @@ enableCertificateOwnerRef: true
|
|||||||
### Cloudnative-PG
|
### Cloudnative-PG
|
||||||
|
|
||||||
Cloudnative-PG is used for Postgres databases in many of our charts.
|
Cloudnative-PG is used for Postgres databases in many of our charts.
|
||||||
The chart can be found [here](https://github.com/cloudnative-pg/charts).
|
The chart can be found [here](https://github.com/cloudnative-pg/charts).
|
||||||
|
|
||||||
Example configuration:
|
Example configuration:
|
||||||
|
|
||||||
@@ -77,13 +81,21 @@ crds:
|
|||||||
Kube-promotheus-stack is used for metrics.
|
Kube-promotheus-stack is used for metrics.
|
||||||
The chart can be found [here](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack).
|
The chart can be found [here](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack).
|
||||||
|
|
||||||
As we provide our own grafana with included dashboard. We recommend to disable grafana in the kube-prometheus-stack:
|
As we provide our own grafana with included dashboard. We recommend to disable grafana and add a few tweaks in the kube-prometheus-stack:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
grafana:
|
grafana:
|
||||||
enabled: false
|
enabled: false
|
||||||
forceDeployDashboards: true
|
forceDeployDashboards: true
|
||||||
defaultDashboardsEnabled: true
|
defaultDashboardsEnabled: true
|
||||||
|
forceDeployDatasources: true
|
||||||
|
crds:
|
||||||
|
enabled: true
|
||||||
|
upgradeJob:
|
||||||
|
enabled: true
|
||||||
|
forceConflicts: true
|
||||||
|
alertmanager:
|
||||||
|
enabled: false
|
||||||
```
|
```
|
||||||
|
|
||||||
We generally advice to run the full kube-prometheus-stack but as it is quite resource intensive you can run the minimum requirement which only requires to add the CRDs. This can be done like this:
|
We generally advice to run the full kube-prometheus-stack but as it is quite resource intensive you can run the minimum requirement which only requires to add the CRDs. This can be done like this:
|
||||||
|
|||||||
Reference in New Issue
Block a user