[bitnami/several] Add chart info to NOTES.txt (#7889)

This commit is contained in:
Carlos Rodríguez Hernández
2021-10-22 16:04:39 +02:00
committed by GitHub
parent 9e6029b51b
commit a6751cdd33
191 changed files with 523 additions and 158 deletions

View File

@@ -1,3 +1,7 @@
CHART NAME: {{ .Chart.Name }}
CHART VERSION: {{ .Chart.Version }}
APP VERSION: {{ .Chart.AppVersion }}
** Please be patient while the chart is being deployed **
The metric server has been deployed.
@@ -7,13 +11,13 @@ command:
kubectl get --raw "/apis/metrics.k8s.io/v1beta1/nodes"
{{ else }}
########################################################################################
### ERROR: The metrics.k8s.io/v1beta1 API service is not enabled in the cluster ###
########################################################################################
You have disabled the API service creation for this release. As the Kubernetes version in the cluster
###################################################################################
### ERROR: The metrics.k8s.io/v1beta1 API service is not enabled in the cluster ###
###################################################################################
You have disabled the API service creation for this release. As the Kubernetes version in the cluster
does not have metrics.k8s.io/v1beta1, the metrics API will not work with this release unless:
Option A:
Option A:
You complete your metrics-server release by running:
@@ -21,7 +25,7 @@ Option A:
--set apiService.create=true
Option B:
You configure the metrics API service outside of this Helm chart
{{- end -}}