File tree Expand file tree Collapse file tree 7 files changed +10
-9
lines changed
02-skipper-validation-webhook
skipper-canary-controller
node-pools/master-default Expand file tree Collapse file tree 7 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,11 @@ Resources:
8383 ToPort : {{ $element.ToPort }}
8484{{- end }}
8585{{- end }}
86- - CidrIp : {{ if eq .Cluster.ConfigItems.kube_aws_ingress_controller_nlb_enabled "true" }}"0.0.0.0/0"{{else}}"{{.Values.vpc_ipv4_cidr}}"{{end}}
86+ - CidrIp : " 0.0.0.0/0"
87+ FromPort : 9998
88+ IpProtocol : tcp
89+ ToPort : 9999
90+ - CidrIpv6 : " ::/0"
8791 FromPort : 9998
8892 IpProtocol : tcp
8993 ToPort : 9999
@@ -882,7 +886,7 @@ Resources:
882886 ToPort : {{ $element.ToPort }}
883887{{- end }}
884888{{- end }}
885- - CidrIp : {{ if eq .Cluster.ConfigItems.kube_aws_ingress_controller_nlb_enabled "true" }}" 0.0.0.0/0"{{else}}"{{.Values.vpc_ipv4_cidr}}"{{end}}
889+ - CidrIp : " 0.0.0.0/0"
886890 FromPort : 9998
887891 IpProtocol : tcp
888892 ToPort : 9999
Original file line number Diff line number Diff line change @@ -64,8 +64,6 @@ kube_aws_ingress_controller_ssl_policy: "ELBSecurityPolicy-TLS13-1-2-Res-2021-06
6464kube_aws_ingress_controller_idle_timeout : " 1m"
6565kube_aws_ingress_controller_deregistration_delay_timeout : " 10s"
6666# allow using NLBs for ingress
67- # This opens skipper-ingress ports 9998 and 9999 on all worker nodes
68- kube_aws_ingress_controller_nlb_enabled : " true"
6967kube_aws_ingress_controller_nlb_cross_zone : " true"
7068kube_aws_ingress_controller_nlb_zone_affinity : " any_availability_zone"
7169kube_aws_ingress_controller_cert_polling_interval : " 2m"
Original file line number Diff line number Diff line change 3232 priorityClassName : system-cluster-critical
3333 containers :
3434 - name : skipper-admission-webhook
35- image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.22.119
35+ image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.22.142
3636 args :
3737 - webhook
3838 - --address=:9085
Original file line number Diff line number Diff line change 1- # {{ $image := "container-registry.zalando.net/gwproxy/sandbox-controller:main-31 " }}
1+ # {{ $image := "container-registry.zalando.net/gwproxy/sandbox-controller:main-34 " }}
22# {{ $version := index (split $image ":") 1 }}
33
44{{ if eq .Cluster.ConfigItems.sandbox_controller_enabled "true" }}
Original file line number Diff line number Diff line change 2929 containers :
3030 - name : skipper-canary-controller
3131 terminationMessagePolicy : FallbackToLogsOnError
32- image : container-registry.zalando.net/gwproxy/skipper-canary-controller:main-33
32+ image : container-registry.zalando.net/gwproxy/skipper-canary-controller:main-34
3333 env :
3434 - name : POD_NAME
3535 valueFrom :
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ write_files:
287287 - mountPath : /etc/kubernetes/ssl
288288 name : ssl-certs-kubernetes
289289 readOnly : true
290- - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/k8s-authnz-webhook:master-152
290+ - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/k8s-authnz-webhook:master-155
291291 name : webhook
292292 ports :
293293 - containerPort : 8081
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ clusters:
3434 skipper_ingress_refuse_payload: "refused-pattern-1[cf724afc]refused-pattern-2"
3535 efs_id: ${EFS_ID}
3636 webhook_id: ${INFRASTRUCTURE_ACCOUNT} :${REGION} :kube-aws-test
37- kube_aws_ingress_controller_nlb_enabled: "true"
3837 nlb_switch: "pre"
3938 vm_dirty_bytes: 134217728
4039 vm_dirty_background_bytes: 67108864
You can’t perform that action at this time.
0 commit comments