Skip to content

Commit 979b5e4

Browse files
authored
Merge pull request #9271 from zalando-incubator/dev-to-kube-1.32
dev to kube-1.32
2 parents 701896d + 549530e commit 979b5e4

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

cluster/manifests/03-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-74-g62d552b
30+
image: container-registry.zalando.net/teapot/kube-aws-iam-controller:v0.3.0-76-g1a28806
3131
env:
3232
- name: AWS_DEFAULT_REGION
3333
value: "{{.Cluster.Region}}"

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-239" }}
1+
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-240" }}
22
# {{ $version := index (split $image ":") 1 }}
33

44
apiVersion: apps/v1

cluster/manifests/fabric-gateway/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/gwproxy/fabric-gateway:master-319" }}
1+
# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-320" }}
22
# {{ $version := index (split $image ":") 1 }}
33
apiVersion: apps/v1
44
kind: Deployment

cluster/manifests/nvidia/nvidia-gpu-device-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
{{- end}}
6161
containers:
6262
- name: nvidia-gpu-device-plugin
63-
image: container-registry.zalando.net/teapot/nvidia-gpu-device-plugin:v0.17.1-master-17
63+
image: container-registry.zalando.net/teapot/nvidia-gpu-device-plugin:v0.17.1-master-18
6464
args:
6565
- --pass-device-specs
6666
resources:

test/e2e/cluster_config.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ clusters:
5252
skipper_open_policy_agent_observability_url: "${SKIPPER_OPA_OBSERVABILITY_URL}"
5353
skipper_open_policy_agent_bundles_url: "${SKIPPER_OPA_BUNDLES_URL}"
5454
eks_ip_family: "ipv6"
55+
consolidation_policy: "WhenEmpty"
56+
consolidate_after: "5m"
5557
criticality_level: 1
5658
environment: e2e
5759
id: ${CLUSTER_ID}
@@ -113,7 +115,6 @@ EOFF
113115
- default-for-karpenter
114116
config_items:
115117
scaling_priority: "100"
116-
consolidate_after: "5m"
117118
- name: karpenter-arm
118119
profile: worker-karpenter
119120
discount_strategy: none
@@ -123,7 +124,6 @@ EOFF
123124
- not-specified
124125
config_items:
125126
requirements: "- key: kubernetes.io/arch\n operator: In\n values:\n - arm64\n"
126-
consolidate_after: "5m"
127127
taints: kubernetes.io/arch=arm64:NoSchedule
128128
- discount_strategy: spot
129129
instance_types:
@@ -151,7 +151,6 @@ EOFF
151151
config_items:
152152
labels: dedicated=node-tests
153153
taints: dedicated=node-tests:NoSchedule
154-
consolidate_after: "5m"
155154
- discount_strategy: spot
156155
instance_types:
157156
- "g4dn.xlarge"
@@ -172,7 +171,6 @@ EOFF
172171
config_items:
173172
labels: zalando.org/nvidia-gpu=tesla
174173
taints: nvidia.com/gpu=present:NoSchedule
175-
consolidate_after: "5m"
176174
- discount_strategy: none
177175
instance_types:
178176
- "default-for-karpenter"
@@ -183,7 +181,6 @@ EOFF
183181
config_items:
184182
labels: dedicated=node-reboot-tests
185183
taints: dedicated=node-reboot-tests:NoSchedule
186-
consolidate_after: "5m"
187184
provider: ${CLUSTER_PROVIDER}
188185
region: ${REGION}
189186
owner: '${OWNER}'

0 commit comments

Comments
 (0)