16
16
openAPIV3Schema :
17
17
type : object
18
18
x-kubernetes-preserve-unknown-fields : true
19
+ description : ENIConfig is the Schema for the eniconfigs API
20
+ properties :
21
+ apiVersion :
22
+ description : |-
23
+ APIVersion defines the versioned schema of this representation of an object.
24
+ Servers should convert recognized schemas to the latest internal value, and
25
+ may reject unrecognized values.
26
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
+ type : string
28
+ kind :
29
+ description : |-
30
+ Kind is a string value representing the REST resource this object represents.
31
+ Servers may infer this from the endpoint the client submits requests to.
32
+ Cannot be updated.
33
+ In CamelCase.
34
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
35
+ type : string
36
+ metadata :
37
+ type : object
38
+ spec :
39
+ description : ENIConfigSpec defines the desired state of ENIConfig
40
+ properties :
41
+ securityGroups :
42
+ items :
43
+ type : string
44
+ type : array
45
+ subnet :
46
+ type : string
47
+ required :
48
+ - subnet
49
+ type : object
50
+ status :
51
+ description : ENIConfigStatus defines the observed state of ENIConfig
52
+ type : object
19
53
names :
20
54
plural : eniconfigs
21
55
singular : eniconfig
@@ -266,7 +300,7 @@ metadata:
266
300
app.kubernetes.io/name : aws-node
267
301
app.kubernetes.io/instance : aws-vpc-cni
268
302
k8s-app : aws-node
269
- app.kubernetes.io/version : " v1.18.1 "
303
+ app.kubernetes.io/version : " v1.19.2 "
270
304
---
271
305
# Source: aws-vpc-cni/templates/configmap.yaml
272
306
apiVersion : v1
@@ -278,7 +312,7 @@ metadata:
278
312
app.kubernetes.io/name : aws-node
279
313
app.kubernetes.io/instance : aws-vpc-cni
280
314
k8s-app : aws-node
281
- app.kubernetes.io/version : " v1.18.1 "
315
+ app.kubernetes.io/version : " v1.19.2 "
282
316
data :
283
317
enable-windows-ipam : " false"
284
318
enable-network-policy-controller : " false"
@@ -297,7 +331,7 @@ metadata:
297
331
app.kubernetes.io/name : aws-node
298
332
app.kubernetes.io/instance : aws-vpc-cni
299
333
k8s-app : aws-node
300
- app.kubernetes.io/version : " v1.18.1 "
334
+ app.kubernetes.io/version : " v1.19.2 "
301
335
rules :
302
336
- apiGroups :
303
337
- crd.k8s.amazonaws.com
@@ -343,7 +377,7 @@ metadata:
343
377
app.kubernetes.io/name : aws-node
344
378
app.kubernetes.io/instance : aws-vpc-cni
345
379
k8s-app : aws-node
346
- app.kubernetes.io/version : " v1.18.1 "
380
+ app.kubernetes.io/version : " v1.19.2 "
347
381
roleRef :
348
382
apiGroup : rbac.authorization.k8s.io
349
383
kind : ClusterRole
@@ -363,7 +397,7 @@ metadata:
363
397
app.kubernetes.io/name : aws-node
364
398
app.kubernetes.io/instance : aws-vpc-cni
365
399
k8s-app : aws-node
366
- app.kubernetes.io/version : " v1.18.1 "
400
+ app.kubernetes.io/version : " v1.19.2 "
367
401
spec :
368
402
updateStrategy :
369
403
rollingUpdate :
@@ -384,7 +418,8 @@ spec:
384
418
hostNetwork : true
385
419
initContainers :
386
420
- name : aws-vpc-cni-init
387
- image : 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni-init:v1.18.1
421
+ image : 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni-init:v1.19.2
422
+ imagePullPolicy : Always
388
423
env :
389
424
- name : DISABLE_TCP_EARLY_DEMUX
390
425
value : " false"
@@ -405,7 +440,7 @@ spec:
405
440
{}
406
441
containers :
407
442
- name : aws-node
408
- image : 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.18.1
443
+ image : 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.19.2
409
444
ports :
410
445
- containerPort : 61678
411
446
name : metrics
@@ -469,7 +504,7 @@ spec:
469
504
- name : NETWORK_POLICY_ENFORCING_MODE
470
505
value : " standard"
471
506
- name : VPC_CNI_VERSION
472
- value : " v1.18.1 "
507
+ value : " v1.19.2 "
473
508
- name : WARM_ENI_TARGET
474
509
value : " 1"
475
510
- name : WARM_PREFIX_TARGET
@@ -504,7 +539,8 @@ spec:
504
539
- mountPath : /run/xtables.lock
505
540
name : xtables-lock
506
541
- name : aws-eks-nodeagent
507
- image : 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-network-policy-agent:v1.1.1
542
+ image : 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-network-policy-agent:v1.1.6
543
+ imagePullPolicy : Always
508
544
env :
509
545
- name : MY_NODE_NAME
510
546
valueFrom :
@@ -516,6 +552,7 @@ spec:
516
552
- --enable-network-policy=false
517
553
- --enable-cloudwatch-logs=false
518
554
- --enable-policy-event-logs=false
555
+ - --log-file=/var/log/aws-routed-eni/network-policy-agent.log
519
556
- --metrics-bind-addr=:8162
520
557
- --health-probe-bind-addr=:8163
521
558
- --conntrack-cache-cleanup-period=300
@@ -557,6 +594,7 @@ spec:
557
594
- name : xtables-lock
558
595
hostPath :
559
596
path : /run/xtables.lock
597
+ type : FileOrCreate
560
598
affinity :
561
599
nodeAffinity :
562
600
requiredDuringSchedulingIgnoredDuringExecution :
@@ -575,3 +613,5 @@ spec:
575
613
operator : NotIn
576
614
values :
577
615
- fargate
616
+ - hybrid
617
+ - auto
0 commit comments