@@ -7,9 +7,9 @@ metadata:
7
7
namespace : datadog-agent
8
8
labels :
9
9
app.kubernetes.io/name : datadog-operator
10
- helm.sh/chart : datadog-operator-2.12 .1
10
+ helm.sh/chart : datadog-operator-2.13 .1
11
11
app.kubernetes.io/instance : operator-eks-addon
12
- app.kubernetes.io/version : " 1.17 .0"
12
+ app.kubernetes.io/version : " 1.18 .0"
13
13
app.kubernetes.io/managed-by : eks-addon
14
14
---
15
15
# Source: operator-eks-addon/charts/datadog-operator/charts/datadogCRDs/templates/datadoghq.com_datadogagents_v1.yaml
@@ -20,7 +20,7 @@ metadata:
20
20
controller-gen.kubebuilder.io/version : v0.16.3
21
21
name : datadogagents.datadoghq.com
22
22
labels :
23
- helm.sh/chart : ' datadogCRDs-2.10 .0'
23
+ helm.sh/chart : ' datadogCRDs-2.11 .0'
24
24
app.kubernetes.io/managed-by : eks-addon
25
25
app.kubernetes.io/name : ' datadogCRDs'
26
26
app.kubernetes.io/instance : ' operator-eks-addon'
@@ -591,6 +591,11 @@ spec:
591
591
useClusterChecksRunners :
592
592
type : boolean
593
593
type : object
594
+ controlPlaneMonitoring :
595
+ properties :
596
+ enabled :
597
+ type : boolean
598
+ type : object
594
599
cspm :
595
600
properties :
596
601
checkInterval :
@@ -809,6 +814,8 @@ spec:
809
814
properties :
810
815
enabled :
811
816
type : boolean
817
+ privilegedMode :
818
+ type : boolean
812
819
requiredRuntimeClassName :
813
820
type : string
814
821
type : object
@@ -1170,6 +1177,11 @@ spec:
1170
1177
type : object
1171
1178
criSocketPath :
1172
1179
type : string
1180
+ csi :
1181
+ properties :
1182
+ enabled :
1183
+ type : boolean
1184
+ type : object
1173
1185
disableNonResourceRules :
1174
1186
type : boolean
1175
1187
dockerSocketPath :
@@ -4460,6 +4472,11 @@ spec:
4460
4472
useClusterChecksRunners :
4461
4473
type : boolean
4462
4474
type : object
4475
+ controlPlaneMonitoring :
4476
+ properties :
4477
+ enabled :
4478
+ type : boolean
4479
+ type : object
4463
4480
cspm :
4464
4481
properties :
4465
4482
checkInterval :
@@ -4678,6 +4695,8 @@ spec:
4678
4695
properties :
4679
4696
enabled :
4680
4697
type : boolean
4698
+ privilegedMode :
4699
+ type : boolean
4681
4700
requiredRuntimeClassName :
4682
4701
type : string
4683
4702
type : object
@@ -5009,7 +5028,7 @@ metadata:
5009
5028
controller-gen.kubebuilder.io/version : v0.16.3
5010
5029
name : datadogmetrics.datadoghq.com
5011
5030
labels :
5012
- helm.sh/chart : ' datadogCRDs-2.10 .0'
5031
+ helm.sh/chart : ' datadogCRDs-2.11 .0'
5013
5032
app.kubernetes.io/managed-by : eks-addon
5014
5033
app.kubernetes.io/name : ' datadogCRDs'
5015
5034
app.kubernetes.io/instance : ' operator-eks-addon'
@@ -5137,7 +5156,7 @@ metadata:
5137
5156
controller-gen.kubebuilder.io/version : v0.16.3
5138
5157
name : datadogpodautoscalers.datadoghq.com
5139
5158
labels :
5140
- helm.sh/chart : ' datadogCRDs-2.10 .0'
5159
+ helm.sh/chart : ' datadogCRDs-2.11 .0'
5141
5160
app.kubernetes.io/managed-by : eks-addon
5142
5161
app.kubernetes.io/name : ' datadogCRDs'
5143
5162
app.kubernetes.io/instance : ' operator-eks-addon'
@@ -5306,9 +5325,9 @@ spec:
5306
5325
periodSeconds :
5307
5326
description : |-
5308
5327
PeriodSeconds specifies the window of time for which the policy should hold true.
5309
- PeriodSeconds must be greater than zero less than or equal to 1800 (30 min ).
5328
+ PeriodSeconds must be greater than zero less than or equal to 3600 (1 hour ).
5310
5329
format : int32
5311
- maximum : 1800
5330
+ maximum : 3600
5312
5331
minimum : 1
5313
5332
type : integer
5314
5333
type :
@@ -5336,7 +5355,7 @@ spec:
5336
5355
StabilizationWindowSeconds is the number of seconds the controller should lookback at previous recommendations
5337
5356
before deciding to apply a new one. Defaults to 0.
5338
5357
format : int32
5339
- maximum : 1800
5358
+ maximum : 3600
5340
5359
minimum : 0
5341
5360
type : integer
5342
5361
strategy :
@@ -5372,9 +5391,9 @@ spec:
5372
5391
periodSeconds :
5373
5392
description : |-
5374
5393
PeriodSeconds specifies the window of time for which the policy should hold true.
5375
- PeriodSeconds must be greater than zero less than or equal to 1800 (30 min ).
5394
+ PeriodSeconds must be greater than zero less than or equal to 3600 (1 hour ).
5376
5395
format : int32
5377
- maximum : 1800
5396
+ maximum : 3600
5378
5397
minimum : 1
5379
5398
type : integer
5380
5399
type :
@@ -5402,7 +5421,7 @@ spec:
5402
5421
StabilizationWindowSeconds is the number of seconds the controller should lookback at previous recommendations
5403
5422
before deciding to apply a new one. Defaults to 0.
5404
5423
format : int32
5405
- maximum : 1800
5424
+ maximum : 3600
5406
5425
minimum : 0
5407
5426
type : integer
5408
5427
strategy :
@@ -5461,6 +5480,8 @@ spec:
5461
5480
properties :
5462
5481
type :
5463
5482
description : ' Type specifies how the value is expressed (possible values: Utilization).'
5483
+ enum :
5484
+ - Utilization
5464
5485
type : string
5465
5486
utilization :
5466
5487
description : Utilization defines a percentage of the target compared to requested workload
@@ -5489,6 +5510,8 @@ spec:
5489
5510
properties :
5490
5511
type :
5491
5512
description : ' Type specifies how the value is expressed (possible values: Utilization).'
5513
+ enum :
5514
+ - Utilization
5492
5515
type : string
5493
5516
utilization :
5494
5517
description : Utilization defines a percentage of the target compared to requested workload
@@ -5791,9 +5814,9 @@ spec:
5791
5814
periodSeconds :
5792
5815
description : |-
5793
5816
PeriodSeconds specifies the window of time for which the policy should hold true.
5794
- PeriodSeconds must be greater than zero less than or equal to 1800 (30 min ).
5817
+ PeriodSeconds must be greater than zero less than or equal to 3600 (1 hour ).
5795
5818
format : int32
5796
- maximum : 1800
5819
+ maximum : 3600
5797
5820
minimum : 1
5798
5821
type : integer
5799
5822
type :
@@ -5821,7 +5844,7 @@ spec:
5821
5844
StabilizationWindowSeconds is the number of seconds the controller should lookback at previous recommendations
5822
5845
before deciding to apply a new one. Defaults to 0.
5823
5846
format : int32
5824
- maximum : 1800
5847
+ maximum : 3600
5825
5848
minimum : 0
5826
5849
type : integer
5827
5850
strategy :
@@ -5847,9 +5870,9 @@ spec:
5847
5870
periodSeconds :
5848
5871
description : |-
5849
5872
PeriodSeconds specifies the window of time for which the policy should hold true.
5850
- PeriodSeconds must be greater than zero less than or equal to 1800 (30 min ).
5873
+ PeriodSeconds must be greater than zero less than or equal to 3600 (1 hour ).
5851
5874
format : int32
5852
- maximum : 1800
5875
+ maximum : 3600
5853
5876
minimum : 1
5854
5877
type : integer
5855
5878
type :
@@ -5877,7 +5900,7 @@ spec:
5877
5900
StabilizationWindowSeconds is the number of seconds the controller should lookback at previous recommendations
5878
5901
before deciding to apply a new one. Defaults to 0.
5879
5902
format : int32
5880
- maximum : 1800
5903
+ maximum : 3600
5881
5904
minimum : 0
5882
5905
type : integer
5883
5906
strategy :
@@ -6004,6 +6027,8 @@ spec:
6004
6027
properties :
6005
6028
type :
6006
6029
description : ' Type specifies how the value is expressed (possible values: Utilization).'
6030
+ enum :
6031
+ - Utilization
6007
6032
type : string
6008
6033
utilization :
6009
6034
description : Utilization defines a percentage of the target compared to requested workload
@@ -6032,6 +6057,8 @@ spec:
6032
6057
properties :
6033
6058
type :
6034
6059
description : ' Type specifies how the value is expressed (possible values: Utilization).'
6060
+ enum :
6061
+ - Utilization
6035
6062
type : string
6036
6063
utilization :
6037
6064
description : Utilization defines a percentage of the target compared to requested workload
@@ -6283,9 +6310,9 @@ metadata:
6283
6310
name : operator-eks-addon-datadog-operator
6284
6311
labels :
6285
6312
app.kubernetes.io/name : datadog-operator
6286
- helm.sh/chart : datadog-operator-2.12 .1
6313
+ helm.sh/chart : datadog-operator-2.13 .1
6287
6314
app.kubernetes.io/instance : operator-eks-addon
6288
- app.kubernetes.io/version : " 1.17 .0"
6315
+ app.kubernetes.io/version : " 1.18 .0"
6289
6316
app.kubernetes.io/managed-by : eks-addon
6290
6317
rules :
6291
6318
- nonResourceURLs :
@@ -6412,6 +6439,15 @@ rules:
6412
6439
verbs :
6413
6440
- create
6414
6441
- get
6442
+ - apiGroups :
6443
+ - auto.gke.io
6444
+ resources :
6445
+ - allowlistsynchronizers
6446
+ verbs :
6447
+ - create
6448
+ - get
6449
+ - list
6450
+ - watch
6415
6451
- apiGroups :
6416
6452
- autoscaling
6417
6453
resources :
@@ -6664,9 +6700,9 @@ metadata:
6664
6700
namespace : datadog-agent
6665
6701
labels :
6666
6702
app.kubernetes.io/name : datadog-operator
6667
- helm.sh/chart : datadog-operator-2.12 .1
6703
+ helm.sh/chart : datadog-operator-2.13 .1
6668
6704
app.kubernetes.io/instance : operator-eks-addon
6669
- app.kubernetes.io/version : " 1.17 .0"
6705
+ app.kubernetes.io/version : " 1.18 .0"
6670
6706
app.kubernetes.io/managed-by : eks-addon
6671
6707
spec :
6672
6708
replicas : 1
@@ -6692,7 +6728,7 @@ spec:
6692
6728
serviceAccountName : operator-eks-addon-datadog-operator
6693
6729
containers :
6694
6730
- name : datadog-operator
6695
- image : " 709825985650.dkr.ecr.us-east-1.amazonaws.com/datadog/operator:1.17 .0"
6731
+ image : " 709825985650.dkr.ecr.us-east-1.amazonaws.com/datadog/operator:1.18 .0"
6696
6732
imagePullPolicy : IfNotPresent
6697
6733
env :
6698
6734
- name : WATCH_NAMESPACE
@@ -6731,6 +6767,7 @@ spec:
6731
6767
httpGet :
6732
6768
path : /healthz/
6733
6769
port : 8081
6770
+ initialDelaySeconds : 15
6734
6771
periodSeconds : 10
6735
6772
resources :
6736
6773
{}
0 commit comments