Fixes instructions to 5 CRDs from 4. (#15370)

Signed-off-by: Dennis Webb <dennis@bluesentryit.com>
This commit is contained in:
Dennis Webb
2019-08-18 15:58:03 -07:00
committed by Kubernetes Prow Robot
parent 0e880a523d
commit 9c2bd6d59c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ name: prometheus-operator
sources:
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 6.7.1
version: 6.7.2
appVersion: 0.31.1
home: https://github.com/coreos/prometheus-operator
keywords:
+1 -1
View File
@@ -77,7 +77,7 @@ You can read more information on how to add firewall rules for the GKE control p
Alternatively, you can disable the hooks by setting `prometheusOperator.admissionWebhooks.enabled=false`.
### Helm fails to create CRDs
Due to a bug in helm, it is possible for the 4 CRDs that are created by this chart to fail to get fully deployed before Helm attempts to create resources that require them. This affects all versions of Helm with a [potential fix pending](https://github.com/helm/helm/pull/5112). In order to work around this issue when installing the chart you will need to make sure all 4 CRDs exist in the cluster first and disable their previsioning by the chart:
Due to a bug in helm, it is possible for the 5 CRDs that are created by this chart to fail to get fully deployed before Helm attempts to create resources that require them. This affects all versions of Helm with a [potential fix pending](https://github.com/helm/helm/pull/5112). In order to work around this issue when installing the chart you will need to make sure all 5 CRDs exist in the cluster first and disable their previsioning by the chart:
1. Create CRDs
```console