Skip to content

Commit 9157fdf

Browse files
author
nwickramasin
committed
Merge branch 'dev' into opa-e2e-tests
# Conflicts: # cluster/node-pools/master-default/userdata.yaml
2 parents 6e8a218 + 6441e90 commit 9157fdf

File tree

41 files changed

+287
-201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+287
-201
lines changed

cluster/config-defaults.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,14 @@ skipper_default_filters: 'disableAccessLog(2,3,404,429) -> fifo(2000,20,"1s")'
121121
# skipper_default_filters_authentication defines filters that implement default request authentication
122122
skipper_default_filters_authentication: ''
123123
skipper_default_filters_append: 'stateBagToTag("auth-user", "client.uid")'
124-
skipper_disabled_filters: "static,bearerinjector,setRequestHeaderFromSecret"
124+
skipper_disabled_filters: "static,bearerinjector,setRequestHeaderFromSecret,basicAuth"
125125
skipper_lua_sources: "file"
126126
skipper_edit_route_placeholders: ""
127127
skipper_ingress_inline_routes: ""
128128
skipper_ingress_refuse_payload: ""
129129
skipper_endpointslices_enabled: "true"
130+
skipper_kubernetes_annotation_predicates: ''
131+
skipper_kubernetes_east_west_range_annotation_predicates: ''
130132

131133
skipper_compress_encodings: "gzip,deflate,br"
132134

@@ -738,8 +740,8 @@ tracing_coredns_local_zone_traces_endpoint: ""
738740
# AMI id given the image name and the Image AWS account owner.
739741
#
740742
# [0]: https://github.com/zalando-incubator/cluster-lifecycle-manager/blob/8a9bd1cb2d094038a9e23e646421f8146b48886a/provisioner/template.go#L116
741-
kuberuntu_image_v1_31_jammy_amd64: {{ amiID "zalando-ubuntu-jammy-22.04-kubernetes-production-v1.31.0-amd64-master-347" "861068367966" }}
742-
kuberuntu_image_v1_31_jammy_arm64: {{ amiID "zalando-ubuntu-jammy-22.04-kubernetes-production-v1.31.0-arm64-master-347" "861068367966" }}
743+
kuberuntu_image_v1_31_jammy_amd64: {{ amiID "zalando-ubuntu-jammy-22.04-kubernetes-production-v1.31.4-amd64-master-359" "861068367966" }}
744+
kuberuntu_image_v1_31_jammy_arm64: {{ amiID "zalando-ubuntu-jammy-22.04-kubernetes-production-v1.31.4-arm64-master-359" "861068367966" }}
743745

744746
# Which distro from the previous config items should be used. Valid options are only `jammy` for now. Can be set for each node pool.
745747
kuberuntu_distro_master: "jammy"
@@ -831,7 +833,7 @@ kubelet_registry_burst: "40"
831833
# - upstream: official Kubernetes version
832834
# - zalando: internal Zalando build with our custom patches
833835
kubernetes_scheduler_image: "zalando"
834-
kubernetes_controller_manager_image: "zalando"
836+
kubernetes_controller_manager_image: "upstream"
835837

836838
# when set to true, service account tokens can be used from outside the cluster
837839
allow_external_service_accounts: "false"
@@ -1171,7 +1173,7 @@ sysctl_settings: ""
11711173
# must ensure that no existing resources should be annotated with a TTL.
11721174
# This can happen in the case where a test deployment is deployed to production
11731175
# as is. Currently, it's a no-op since kube-janitor doesn't run in production.
1174-
#
1176+
#
11751177
# This is needed until we can implement namespace prefix matching to reduce
11761178
# the scope of kube-janitor to a set of namespace names that aren't known
11771179
# at the time of enaling kube-janitor. Once the feature is in place, it would

cluster/manifests/02-kube-aws-iam-controller/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
hostNetwork: true
2828
containers:
2929
- name: kube-aws-iam-controller
30-
image: container-registry.zalando.net/teapot/kube-aws-iam-controller:v0.3.0-45-gf22c994
30+
image: container-registry.zalando.net/teapot/kube-aws-iam-controller:v0.3.0-49-g8369d21
3131
env:
3232
- name: AWS_DEFAULT_REGION
3333
value: "{{.Cluster.Region}}"

cluster/manifests/03-ebs-csi/controller.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
runAsUser: 1000
3636
containers:
3737
- name: ebs-plugin
38-
image: container-registry.zalando.net/teapot/aws-ebs-csi-driver:v1.35.0-master-21
38+
image: container-registry.zalando.net/teapot/aws-ebs-csi-driver:v1.38.1-master-24
3939
args:
4040
- controller
4141
- --endpoint=$(CSI_ENDPOINT)
@@ -82,7 +82,7 @@ spec:
8282
allowPrivilegeEscalation: false
8383
readOnlyRootFilesystem: true
8484
- name: csi-provisioner
85-
image: container-registry.zalando.net/teapot/external-provisioner:v5.1.0-eks-1-31-4-master-21
85+
image: container-registry.zalando.net/teapot/external-provisioner:v5.1.0-eks-1-31-10-master-24
8686
args:
8787
- --csi-address=$(ADDRESS)
8888
- --v=2
@@ -107,7 +107,7 @@ spec:
107107
allowPrivilegeEscalation: false
108108
readOnlyRootFilesystem: true
109109
- name: csi-attacher
110-
image: container-registry.zalando.net/teapot/external-attacher:v4.7.0-eks-1-31-4-master-21
110+
image: container-registry.zalando.net/teapot/external-attacher:v4.7.0-eks-1-31-10-master-24
111111
args:
112112
- --csi-address=$(ADDRESS)
113113
- --v=2
@@ -129,7 +129,7 @@ spec:
129129
allowPrivilegeEscalation: false
130130
readOnlyRootFilesystem: true
131131
- name: csi-resizer
132-
image: container-registry.zalando.net/teapot/external-resizer:v1.12.0-eks-1-31-4-master-21
132+
image: container-registry.zalando.net/teapot/external-resizer:v1.12.0-eks-1-31-10-master-24
133133
args:
134134
- --csi-address=$(ADDRESS)
135135
- --v=2
@@ -151,7 +151,7 @@ spec:
151151
allowPrivilegeEscalation: false
152152
readOnlyRootFilesystem: true
153153
- name: liveness-probe
154-
image: container-registry.zalando.net/teapot/livenessprobe:v2.14.0-eks-1-31-4-master-21
154+
image: container-registry.zalando.net/teapot/livenessprobe:v2.14.0-eks-1-31-10-master-24
155155
args:
156156
- --csi-address=/csi/csi.sock
157157
resources:

cluster/manifests/03-ebs-csi/node.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
runAsUser: 0
3535
containers:
3636
- name: ebs-plugin
37-
image: container-registry.zalando.net/teapot/aws-ebs-csi-driver:v1.35.0-master-21
37+
image: container-registry.zalando.net/teapot/aws-ebs-csi-driver:v1.38.1-master-24
3838
args:
3939
- node
4040
- --endpoint=$(CSI_ENDPOINT)
@@ -77,7 +77,7 @@ spec:
7777
privileged: true
7878
readOnlyRootFilesystem: true
7979
- name: node-driver-registrar
80-
image: container-registry.zalando.net/teapot/node-driver-registrar:v2.12.0-eks-1-31-4-master-21
80+
image: container-registry.zalando.net/teapot/node-driver-registrar:v2.12.0-eks-1-31-10-master-24
8181
args:
8282
- --csi-address=$(ADDRESS)
8383
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
@@ -114,7 +114,7 @@ spec:
114114
allowPrivilegeEscalation: false
115115
readOnlyRootFilesystem: true
116116
- name: liveness-probe
117-
image: container-registry.zalando.net/teapot/livenessprobe:v2.14.0-eks-1-31-4-master-21
117+
image: container-registry.zalando.net/teapot/livenessprobe:v2.14.0-eks-1-31-10-master-24
118118
args:
119119
- --csi-address=/csi/csi.sock
120120
volumeMounts:

cluster/manifests/audittrail-adapter/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
hostNetwork: true
3434
containers:
3535
- name: audittrail-adapter
36-
image: container-registry.zalando.net/teapot/audittrail-adapter:master-66
36+
image: container-registry.zalando.net/teapot/audittrail-adapter:master-71
3737
env:
3838
- name: AWS_REGION
3939
value: "{{ .Cluster.Region }}"

cluster/manifests/aws-cloud-controller-manager/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- --cloud-provider=aws
2828
- --use-service-account-credentials=true
2929
- --configure-cloud-routes=false
30-
image: container-registry.zalando.net/teapot/aws-cloud-controller-manager-internal:v1.31.1-master-133
30+
image: container-registry.zalando.net/teapot/aws-cloud-controller-manager-internal:v1.31.4-master-136
3131
name: aws-cloud-controller-manager
3232
resources:
3333
requests:

cluster/manifests/coredns-local/daemonset-coredns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ spec:
163163
memory: {{.Cluster.ConfigItems.dns_dnsmasq_sidecar_mem}}
164164
{{ end }}
165165
- name: coredns
166-
image: container-registry.zalando.net/teapot/coredns:1.11.3-master-24
166+
image: container-registry.zalando.net/teapot/coredns:1.12.0-master-25
167167
args: [ "-conf", "/etc/coredns/Corefile" ]
168168
env:
169169
- name: ZONE

cluster/manifests/deletions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ post_apply:
313313
- name: role-sync-controller
314314
kind: CronJob
315315
namespace: kube-system
316+
- name: role-sync-controller
317+
kind: ClusterRole
316318
- name: role-sync-controller
317319
kind: ClusterRoleBinding
318320
- name: role-sync-controller

cluster/manifests/deployment-service/controller-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
terminationGracePeriodSeconds: 300
3030
containers:
3131
- name: "deployment-service-controller"
32-
image: "container-registry.zalando.net/teapot/deployment-controller:master-233"
32+
image: "container-registry.zalando.net/teapot/deployment-controller:master-235"
3333
args:
3434
- "--config-namespace=kube-system"
3535
- "--decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"

cluster/manifests/deployment-service/status-service-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-233" }}
1+
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-235" }}
22
# {{ $version := index (split $image ":") 1 }}
33

44
apiVersion: apps/v1

0 commit comments

Comments
 (0)