Skip to content

Commit 35ea5b5

Browse files
michaelbeaumonteksctl-bot
authored andcommitted
update aws-node to v1.18.5
1 parent 56876e0 commit 35ea5b5

2 files changed

Lines changed: 51 additions & 11 deletions

File tree

pkg/addons/default/assets/aws-node.yaml

Lines changed: 50 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,40 @@ spec:
1616
openAPIV3Schema:
1717
type: object
1818
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
1953
names:
2054
plural: eniconfigs
2155
singular: eniconfig
@@ -266,7 +300,7 @@ metadata:
266300
app.kubernetes.io/name: aws-node
267301
app.kubernetes.io/instance: aws-vpc-cni
268302
k8s-app: aws-node
269-
app.kubernetes.io/version: "v1.18.1"
303+
app.kubernetes.io/version: "v1.18.4"
270304
---
271305
# Source: aws-vpc-cni/templates/configmap.yaml
272306
apiVersion: v1
@@ -278,7 +312,7 @@ metadata:
278312
app.kubernetes.io/name: aws-node
279313
app.kubernetes.io/instance: aws-vpc-cni
280314
k8s-app: aws-node
281-
app.kubernetes.io/version: "v1.18.1"
315+
app.kubernetes.io/version: "v1.18.4"
282316
data:
283317
enable-windows-ipam: "false"
284318
enable-network-policy-controller: "false"
@@ -297,7 +331,7 @@ metadata:
297331
app.kubernetes.io/name: aws-node
298332
app.kubernetes.io/instance: aws-vpc-cni
299333
k8s-app: aws-node
300-
app.kubernetes.io/version: "v1.18.1"
334+
app.kubernetes.io/version: "v1.18.4"
301335
rules:
302336
- apiGroups:
303337
- crd.k8s.amazonaws.com
@@ -311,7 +345,7 @@ rules:
311345
- apiGroups: [""]
312346
resources:
313347
- pods
314-
verbs: ["list", "watch", "get"]
348+
verbs: ["list", "watch", "get", "patch"]
315349
- apiGroups: [""]
316350
resources:
317351
- nodes
@@ -343,7 +377,7 @@ metadata:
343377
app.kubernetes.io/name: aws-node
344378
app.kubernetes.io/instance: aws-vpc-cni
345379
k8s-app: aws-node
346-
app.kubernetes.io/version: "v1.18.1"
380+
app.kubernetes.io/version: "v1.18.4"
347381
roleRef:
348382
apiGroup: rbac.authorization.k8s.io
349383
kind: ClusterRole
@@ -363,7 +397,7 @@ metadata:
363397
app.kubernetes.io/name: aws-node
364398
app.kubernetes.io/instance: aws-vpc-cni
365399
k8s-app: aws-node
366-
app.kubernetes.io/version: "v1.18.1"
400+
app.kubernetes.io/version: "v1.18.4"
367401
spec:
368402
updateStrategy:
369403
rollingUpdate:
@@ -384,7 +418,8 @@ spec:
384418
hostNetwork: true
385419
initContainers:
386420
- 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.18.5
422+
imagePullPolicy: Always
388423
env:
389424
- name: DISABLE_TCP_EARLY_DEMUX
390425
value: "false"
@@ -405,7 +440,7 @@ spec:
405440
{}
406441
containers:
407442
- 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.18.5
409444
ports:
410445
- containerPort: 61678
411446
name: metrics
@@ -430,6 +465,8 @@ spec:
430465
env:
431466
- name: ADDITIONAL_ENI_TAGS
432467
value: "{}"
468+
- name: ANNOTATE_POD_IP
469+
value: "false"
433470
- name: AWS_VPC_CNI_NODE_PORT_SUPPORT
434471
value: "true"
435472
- name: AWS_VPC_ENI_MTU
@@ -469,7 +506,7 @@ spec:
469506
- name: NETWORK_POLICY_ENFORCING_MODE
470507
value: "standard"
471508
- name: VPC_CNI_VERSION
472-
value: "v1.18.1"
509+
value: "v1.18.5"
473510
- name: WARM_ENI_TARGET
474511
value: "1"
475512
- name: WARM_PREFIX_TARGET
@@ -504,7 +541,8 @@ spec:
504541
- mountPath: /run/xtables.lock
505542
name: xtables-lock
506543
- name: aws-eks-nodeagent
507-
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-network-policy-agent:v1.1.1
544+
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-network-policy-agent:v1.1.3
545+
imagePullPolicy: Always
508546
env:
509547
- name: MY_NODE_NAME
510548
valueFrom:
@@ -516,6 +554,7 @@ spec:
516554
- --enable-network-policy=false
517555
- --enable-cloudwatch-logs=false
518556
- --enable-policy-event-logs=false
557+
- --log-file=/var/log/aws-routed-eni/network-policy-agent.log
519558
- --metrics-bind-addr=:8162
520559
- --health-probe-bind-addr=:8163
521560
- --conntrack-cache-cleanup-period=300
@@ -557,6 +596,7 @@ spec:
557596
- name: xtables-lock
558597
hostPath:
559598
path: /run/xtables.lock
599+
type: FileOrCreate
560600
affinity:
561601
nodeAffinity:
562602
requiredDuringSchedulingIgnoredDuringExecution:

pkg/addons/default/aws_node_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var _ = Describe("AWS Node", func() {
6161

6262
Describe("UpdateAWSNode", func() {
6363
var preUpdateAwsNode *v1.DaemonSet
64-
const expectedVersion = "v1.18.1"
64+
const expectedVersion = "v1.18.5"
6565
BeforeEach(func() {
6666
loadSamples(rawClient, "testdata/sample-1.15.json")
6767

0 commit comments

Comments
 (0)