mirror of https://git.rancher.io/rke2-charts
Extend autoscaler health check times
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/169/head
parent
63c6ad9005
commit
6df1941922
|
@ -18,5 +18,5 @@
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/coredns/coredns
|
- https://github.com/coredns/coredns
|
||||||
type: application
|
type: application
|
||||||
-version: 1.16.2
|
-version: 1.16.3
|
||||||
+version: 1.16.201-build20211006
|
+version: 1.16.301-build20211006
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
+ repository: rancher/hardened-coredns
|
+ repository: rancher/hardened-coredns
|
||||||
+ tag: "v1.8.5-build20211006"
|
+ tag: "v1.8.5-build20211006"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
## Optionally specify an array of imagePullSecrets.
|
||||||
replicaCount: 1
|
## Secrets must be manually created in the namespace.
|
||||||
@@ -69,10 +69,10 @@
|
@@ -75,10 +75,10 @@
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
||||||
rbac:
|
rbac:
|
||||||
@@ -88,7 +88,7 @@
|
@@ -94,7 +94,7 @@
|
||||||
isClusterService: true
|
isClusterService: true
|
||||||
|
|
||||||
# Optional priority class to be used for the coredns pods. Used for autoscaler if autoscaler.priorityClassName not set.
|
# Optional priority class to be used for the coredns pods. Used for autoscaler if autoscaler.priorityClassName not set.
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
# Default zone is what Kubernetes recommends:
|
# Default zone is what Kubernetes recommends:
|
||||||
# https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#coredns-configmap-options
|
# https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#coredns-configmap-options
|
||||||
@@ -170,7 +170,8 @@
|
@@ -176,7 +176,8 @@
|
||||||
|
|
||||||
# Node labels for pod assignment
|
# Node labels for pod assignment
|
||||||
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
# expects input structure as per specification https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#toleration-v1-core
|
# expects input structure as per specification https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#toleration-v1-core
|
||||||
# for example:
|
# for example:
|
||||||
@@ -179,7 +180,13 @@
|
@@ -185,7 +186,13 @@
|
||||||
# operator: Equal
|
# operator: Equal
|
||||||
# value: master
|
# value: master
|
||||||
# effect: NoSchedule
|
# effect: NoSchedule
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
# https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget
|
# https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget
|
||||||
podDisruptionBudget: {}
|
podDisruptionBudget: {}
|
||||||
@@ -227,7 +234,7 @@
|
@@ -233,7 +240,7 @@
|
||||||
# See https://github.com/kubernetes-incubator/cluster-proportional-autoscaler
|
# See https://github.com/kubernetes-incubator/cluster-proportional-autoscaler
|
||||||
autoscaler:
|
autoscaler:
|
||||||
# Enabled the cluster-proportional-autoscaler
|
# Enabled the cluster-proportional-autoscaler
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
# Number of cores in the cluster per coredns replica
|
# Number of cores in the cluster per coredns replica
|
||||||
coresPerReplica: 256
|
coresPerReplica: 256
|
||||||
@@ -243,8 +250,8 @@
|
@@ -249,8 +256,8 @@
|
||||||
preventSinglePointFailure: true
|
preventSinglePointFailure: true
|
||||||
|
|
||||||
image:
|
image:
|
||||||
|
@ -76,9 +76,9 @@
|
||||||
+ repository: rancher/hardened-cluster-autoscaler
|
+ repository: rancher/hardened-cluster-autoscaler
|
||||||
+ tag: "v1.8.5-build20211006"
|
+ tag: "v1.8.5-build20211006"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
## Optionally specify an array of imagePullSecrets.
|
||||||
# Optional priority class to be used for the autoscaler pods. priorityClassName used if not set.
|
## Secrets must be manually created in the namespace.
|
||||||
@@ -255,19 +262,26 @@
|
@@ -267,19 +274,26 @@
|
||||||
|
|
||||||
# Node labels for pod assignment
|
# Node labels for pod assignment
|
||||||
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||||
|
@ -109,7 +109,17 @@
|
||||||
|
|
||||||
# Options for autoscaler configmap
|
# Options for autoscaler configmap
|
||||||
configmap:
|
configmap:
|
||||||
@@ -287,3 +301,21 @@
|
@@ -291,11 +305,28 @@
|
||||||
|
livenessProbe:
|
||||||
|
enabled: true
|
||||||
|
initialDelaySeconds: 10
|
||||||
|
- periodSeconds: 5
|
||||||
|
- timeoutSeconds: 5
|
||||||
|
+ periodSeconds: 30
|
||||||
|
+ timeoutSeconds: 10
|
||||||
|
failureThreshold: 3
|
||||||
|
successThreshold: 1
|
||||||
|
-
|
||||||
deployment:
|
deployment:
|
||||||
enabled: true
|
enabled: true
|
||||||
name: ""
|
name: ""
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/coredns/helm/releases/download/coredns-1.16.2/coredns-1.16.2.tgz
|
url: https://github.com/coredns/helm/releases/download/coredns-1.16.3/coredns-1.16.3.tgz
|
||||||
packageVersion: 09
|
packageVersion: 01
|
||||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||||
releaseCandidateVersion: 00
|
releaseCandidateVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue