mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/several] Add chart info to NOTES.txt (#7889)
This commit is contained in:
committed by
GitHub
parent
9e6029b51b
commit
a6751cdd33
@@ -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 -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user