forked from gardener/gardener
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path20-componentconfig-gardenlet.yaml
116 lines (116 loc) · 2.95 KB
/
20-componentconfig-gardenlet.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
apiVersion: gardenlet.config.gardener.cloud/v1alpha1
kind: GardenletConfiguration
gardenClientConnection:
qps: 100
burst: 130
seedClientConnection:
qps: 100
burst: 130
shootClientConnection:
qps: 25
burst: 50
controllers:
backupBucket:
concurrentSyncs: 20
backupEntry:
concurrentSyncs: 20
deletionGracePeriodHours: 0
# deletionGracePeriodShootPurposes:
# - production
controllerInstallation:
concurrentSyncs: 20
controllerInstallationCare:
concurrentSyncs: 20
syncPeriod: 30s
controllerInstallationRequired:
concurrentSyncs: 1
seedAPIServerNetworkPolicy:
concurrentSyncs: 5
shoot:
concurrentSyncs: 20
syncPeriod: 1h
retryDuration: 12h
# `respectSyncPeriodOverwrite` specifies whether Shoot owners can
# mark their Shoots ignored (no reconciliation) or change their sync Period.
# respectSyncPeriodOverwrite: true
# `reconcileInMaintenanceOnly` specifies whether Shoot reconciliations
# can only happen during their maintenance time window or not.
# reconcileInMaintenanceOnly: true
# `progressReportPeriod` specifies how often the progress of a shoot operation shall be reported in its status.
# progressReportPeriod: 5s
# dnsEntryTTLSeconds: 120
shootCare:
concurrentSyncs: 5
syncPeriod: 30s
staleExtensionHealthChecks:
enabled: true
# threshold: 5m
conditionThresholds:
- type: APIServerAvailable
duration: 1m
- type: ControlPlaneHealthy
duration: 1m
- type: SystemComponentsHealthy
duration: 1m
- type: EveryNodeReady
duration: 5m
shootStateSync:
concurrentSyncs: 1
syncPeriod: 30s
seed:
concurrentSyncs: 5
syncPeriod: 1m
managedSeed:
concurrentSyncs: 5
syncPeriod: 1h
waitSyncPeriod: 15s
syncJitterPeriod: 5m
resources:
capacity:
shoots: 200
leaderElection:
leaderElect: true
leaseDuration: 15s
renewDeadline: 10s
retryPeriod: 2s
resourceLock: leases
logLevel: info
kubernetesLogLevel: 0
server:
https:
bindAddress: 0.0.0.0
port: 2720
# optional, will be self-generated during startup when empty
# tls:
# serverCertPath: dev/tls/gardenlet.crt
# serverKeyPath: dev/tls/gardenlet.key
featureGates:
Logging: true
HVPA: true
HVPAForShootedSeed: true
ManagedIstio: true
KonnectivityTunnel: false
APIServerSNI: true
CachedRuntimeClients: true
NodeLocalDNS: true
MountHostCADirectories: false
SeedKubeScheduler: false
ReversedVPN: false
seedSelector: {} # selects all seeds, only use for development purposes
# seedConfig:
# metadata:
# name: my-seed
# spec:
# <Check out the `spec` in the `50-seed.yaml` file to see what's possible to configure here>
# logging:
# fluentBit:
# output: |-
# [Output]
# ...
# sni: # SNI configuration used for APIServerSNI and ManagedIstio feature gates with default values.
# ingress:
# serviceName: istio-ingress
# namespace: istio-ingress
# labels:
# istio: ingressgateway