mirror of https://git.rancher.io/charts
make charts
parent
25c6bd9e5a
commit
cfb06474d2
Binary file not shown.
|
@ -49,9 +49,13 @@ rkeControllerManager:
|
|||
|
||||
rkeScheduler:
|
||||
enabled: false
|
||||
metricsPort: 10251
|
||||
metricsPort: 10259
|
||||
component: kube-scheduler
|
||||
clients:
|
||||
https:
|
||||
enabled: true
|
||||
insecureSkipVerify: true
|
||||
useServiceAccountCredentials: true
|
||||
port: 10012
|
||||
useLocalhost: true
|
||||
nodeSelector:
|
||||
|
@ -61,6 +65,15 @@ rkeScheduler:
|
|||
operator: "Exists"
|
||||
- effect: "NoSchedule"
|
||||
operator: "Exists"
|
||||
kubeVersionOverrides:
|
||||
- constraint: "< 1.23"
|
||||
values:
|
||||
metricsPort: 10251 # default to insecure port in k8s < 1.23
|
||||
clients:
|
||||
https:
|
||||
enabled: false
|
||||
insecureSkipVerify: false
|
||||
useServiceAccountCredentials: false
|
||||
|
||||
rkeProxy:
|
||||
enabled: false
|
||||
|
|
|
@ -4820,7 +4820,7 @@ entries:
|
|||
catalog.cattle.io/upstream-version: 19.0.3
|
||||
apiVersion: v2
|
||||
appVersion: 0.50.0
|
||||
created: "2022-03-14T14:45:20.979798-07:00"
|
||||
created: "2022-03-18T10:01:56.035276-07:00"
|
||||
dependencies:
|
||||
- condition: grafana.enabled
|
||||
name: grafana
|
||||
|
@ -4891,7 +4891,7 @@ entries:
|
|||
description: Collects several related Helm charts, Grafana dashboards, and Prometheus
|
||||
rules combined with documentation and scripts to provide easy to operate end-to-end
|
||||
Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
|
||||
digest: c7c69e7272250a7dd86e1a6cca5afb000defefe0e89158f46ca0dc63541ef60a
|
||||
digest: c843b1a33029a918f79b69e9a64a0b68482c4afc9e326526f179af31ecbd20ae
|
||||
home: https://github.com/prometheus-operator/kube-prometheus
|
||||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
|
||||
keywords:
|
||||
|
|
Loading…
Reference in New Issue