Skip to content

Commit

Permalink
Updates kube-apiserver Skipper version
Browse files Browse the repository at this point in the history
Updates to the latest version that also includes a change to mute
`http: TLS handshake error ... EOF` errors (zalando/skipper#1904)

Signed-off-by: Alexander Yastrebov <[email protected]>
  • Loading branch information
AlexanderYastrebov committed Nov 30, 2021
1 parent 4cac048 commit 18fdf90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/node-pools/master-default/userdata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ write_files:
readOnly: true
{{- if or (eq .Cluster.ConfigItems.routegroups_validation "provisioned") (eq .Cluster.ConfigItems.routegroups_validation "enabled") }}
- name: routegroups-admission-webhook
image: registry.opensource.zalan.do/teapot/skipper:v0.13.53
image: registry.opensource.zalan.do/teapot/skipper:v0.13.150
args:
- webhook
- --address=:9085
Expand Down Expand Up @@ -409,7 +409,7 @@ write_files:
value: {{ .Cluster.ConfigItems.apiserver_business_partner_ids }}
{{ end }}
- name: skipper-proxy
image: registry.opensource.zalan.do/teapot/skipper:v0.13.53
image: registry.opensource.zalan.do/teapot/skipper:v0.13.150
args:
- skipper
- -access-log-strip-query
Expand Down Expand Up @@ -460,7 +460,7 @@ write_files:
name: ssl-certs-kubernetes
readOnly: true
- name: skipper-metrics
image: registry.opensource.zalan.do/teapot/skipper:v0.13.53
image: registry.opensource.zalan.do/teapot/skipper:v0.13.150
args:
- skipper
- -access-log-strip-query
Expand Down

0 comments on commit 18fdf90

Please sign in to comment.