Skip to content

Commit

Permalink
Update kube-proxy to 1.16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Sep 29, 2020
1 parent 22408a2 commit 2b40b68
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion modules/cluster/addons/kube-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,23 @@ spec:
operator: In
values:
- amd64
- arm64
- matchExpressions:
- key: "kubernetes.io/os"
operator: In
values:
- linux
- key: "kubernetes.io/arch"
operator: In
values:
- amd64
- arm64
containers:
- command:
- /bin/sh
- -c
- kube-proxy --v=2 --config=/var/lib/kube-proxy-config/config
image: 602401143452.dkr.ecr.${aws_region}.amazonaws.com/eks/kube-proxy:v1.16.8
image: 602401143452.dkr.ecr.${aws_region}.amazonaws.com/eks/kube-proxy:v1.16.13-eksbuild.1
imagePullPolicy: IfNotPresent
name: kube-proxy
resources:
Expand Down

0 comments on commit 2b40b68

Please sign in to comment.