forked from gardener/gardener
-
Notifications
You must be signed in to change notification settings - Fork 0
/
20-componentconfig-gardener-controller-manager.yaml
88 lines (88 loc) · 1.97 KB
/
20-componentconfig-gardener-controller-manager.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
---
apiVersion: controllermanager.config.gardener.cloud/v1alpha1
kind: ControllerManagerConfiguration
gardenClientConnection:
qps: 100
burst: 130
controllers:
bastion:
maxLifetime: 24h
concurrentSyncs: 5
plant:
syncPeriod: 10s
concurrentSyncs: 5
secretBinding:
concurrentSyncs: 5
secretBindingProvider:
concurrentSyncs: 0
seed:
concurrentSyncs: 5
syncPeriod: 30s
# monitorPeriod: 40s
# shootMonitorPeriod: 300s
shootMaintenance:
concurrentSyncs: 5
# enableShootControlPlaneRestarter: true
# enableShootCoreAddonRestarter: true
shootHibernation:
concurrentSyncs: 5
shootQuota:
concurrentSyncs: 5
syncPeriod: 60m
shootReference:
concurrentSyncs: 5
protectAuditPolicyConfigMaps: true
shootRetry:
concurrentSyncs: 5
# retryDuration: 10m
project:
concurrentSyncs: 5
minimumLifetimeDays: 30
staleGracePeriodDays: 14
staleExpirationTimeDays: 90
staleSyncPeriod: 12h
# quotas:
# - config:
# apiVersion: v1
# kind: ResourceQuota
# spec:
# hard:
# count/shoots.core.gardener.cloud: "100"
# count/secretbindings.core.gardener.cloud: "10"
# count/secrets: "400"
# projectSelector: {}
event:
concurrentSyncs: 5
ttlNonShootEvents: 1h
managedSeedSet:
concurrentSyncs: 5
# maxShootRetries: 3
syncPeriod: 30m
controllerDeployment:
concurrentSyncs: 5
controllerRegistration:
concurrentSyncs: 5
exposureClass:
concurrentSyncs: 5
leaderElection:
leaderElect: true
leaseDuration: 15s
renewDeadline: 10s
retryPeriod: 2s
resourceLock: leases
resourceNamespace: garden
resourceName: gardener-controller-manager-leader-election
logLevel: info
logFormat: text
kubernetesLogLevel: 0
server:
http:
bindAddress: 0.0.0.0
port: 2718
debugging:
enableProfiling: false
enableContentionProfiling: false
featureGates:
CachedRuntimeClients: true
UseDNSRecords: true
RotateSSHKeypairOnMaintenance: false