Skip to content

Commit

Permalink
Update kube-proxy version
Browse files Browse the repository at this point in the history
Patch level bump to match version recomended in https://docs.aws.amazon.com/eks/latest/userguide/update-cluster.html
  • Loading branch information
errm committed Jun 24, 2020
1 parent d4542ac commit 35b7843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cluster/addons/kube-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- /bin/sh
- -c
- kube-proxy --v=2 --config=/var/lib/kube-proxy-config/config --metrics-bind-address=0.0.0.0
image: 602401143452.dkr.ecr.${aws_region}.amazonaws.com/eks/kube-proxy:v1.15.10
image: 602401143452.dkr.ecr.${aws_region}.amazonaws.com/eks/kube-proxy:v1.15.11
imagePullPolicy: IfNotPresent
name: kube-proxy
resources:
Expand Down

0 comments on commit 35b7843

Please sign in to comment.