Skip to content

Commit

Permalink
Merge pull request #8238 from zalando-incubator/dev-to-alpha
Browse files Browse the repository at this point in the history
dev to alpha
  • Loading branch information
mikkeloscar authored Oct 1, 2024
2 parents 465bd4d + 682a2ca commit 61d88a0
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ skipper_pod_deletion_cost_controller_cpu_min: 25m
skipper_pod_deletion_cost_controller_log_v: "0"
# pod informer sync config
skipper_pod_deletion_cost_controller_poll_interval: "10s"
skipper_pod_deletion_cost_controller_poll_timeout: "10s"
skipper_pod_deletion_cost_controller_poll_timeout: "60s"
# enable re-sync
skipper_pod_deletion_cost_controller_resync_enable: "false"
skipper_pod_deletion_cost_controller_resync_interval: "1h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- --cloud-provider=aws
- --use-service-account-credentials=true
- --configure-cloud-routes=false
image: container-registry.zalando.net/teapot/aws-cloud-controller-manager-internal:v1.31.0-master-128
image: container-registry.zalando.net/teapot/aws-cloud-controller-manager-internal:v1.31.0-master-129
name: aws-cloud-controller-manager
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: kube-static-egress-controller
containers:
- name: controller
image: container-registry.zalando.net/teapot/kube-static-egress-controller:v0.3.0-master-49
image: container-registry.zalando.net/teapot/kube-static-egress-controller:v0.3.1-master-50
args:
- "--provider=aws"
- "--vpc-id={{.Cluster.ConfigItems.vpc_id}}"
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/pdb-controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: pdb-controller
containers:
- name: pdb-controller
image: container-registry.zalando.net/teapot/pdb-controller:master-34
image: container-registry.zalando.net/teapot/pdb-controller:master-35
args:
- --debug
{{- if .Cluster.ConfigItems.pdb_controller_non_ready_ttl }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
containers:
- name: skipper-canary-controller
terminationMessagePolicy: FallbackToLogsOnError
image: container-registry.zalando.net/gwproxy/skipper-canary-controller:main-23
image: container-registry.zalando.net/gwproxy/skipper-canary-controller:main-24
env:
- name: POD_NAME
valueFrom:
Expand Down
3 changes: 2 additions & 1 deletion cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{/* image-updater-bot detects *image variables so use print to disable it for main image */}}

{{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.21.198-1017" }}
{{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.21.208-1027" }}
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.208-1027" }}


Expand Down Expand Up @@ -525,6 +525,7 @@ spec:
args:
- "routesrv"
- "-application-log-level={{ .Cluster.ConfigItems.skipper_routesrv_log_level }}"
- "-enable-profile"
- "-kubernetes"
- "-kubernetes-in-cluster"
- "-kubernetes-path-mode=path-prefix"
Expand Down
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 @@ -247,7 +247,7 @@ write_files:
name: admission-controller-kubeconfig
readOnly: true
- name: skipper-admission-webhook
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.21.208
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.21.209
args:
- webhook
- --address=:9085
Expand Down Expand Up @@ -424,7 +424,7 @@ write_files:
value: {{ .Cluster.ConfigItems.apiserver_business_partner_ids }}
{{ end }}
- name: skipper-proxy
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.21.208
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.21.209
args:
- skipper
- -access-log-strip-query
Expand Down Expand Up @@ -475,7 +475,7 @@ write_files:
name: ssl-certs-kubernetes
readOnly: true
- name: skipper-metrics
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.21.208
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.21.209
args:
- skipper
- -access-log-strip-query
Expand Down
4 changes: 2 additions & 2 deletions cluster/node-pools/worker-karpenter/provisioners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@ spec:
# Describes which types of Nodes Karpenter should consider for consolidation
# If using 'WhenUnderutilized', Karpenter will consider all nodes for consolidation and attempt to remove or replace Nodes when it discovers that the Node is underutilized and could be changed to reduce cost
# If using `WhenEmpty`, Karpenter will only consider nodes for consolidation that contain no workload pods
#{{ if and (index .NodePool.ConfigItems "consolidation") (eq .NodePool.ConfigItems.consolidation "false") }}
#{{ if and (index .NodePool.ConfigItems "consolidation_policy") (eq .NodePool.ConfigItems.consolidation_policy "WhenEmpty") }}
consolidationPolicy: WhenEmpty
# The amount of time Karpenter should wait after discovering a consolidation decision
# This value can currently only be set when the consolidationPolicy is 'WhenEmpty'
# You can choose to disable consolidation entirely by setting the string value 'Never' here
consolidateAfter: 10m
consolidateAfter: {{ or (index .NodePool.ConfigItems "consolidate_after") "10m" }}
#{{ else }}
consolidationPolicy: WhenUnderutilized
#{{ end }}
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ Follow up code, that waits for creations to be happen:
S3_AWS_IAM_BUCKET=zalando-e2e-aws-iam-test-12345678912-kube-1 \
AWS_IAM_ROLE=kube-1-e2e-aws-iam-test \
ginkgo -procs=25 -flake-attempts=2 -focus="\[Zalando\]" \
e2e.test -- -non-blocking-taints=node.kubernetes.io/role,nvidia.com/gpu,dedicated
e2e.test -- -non-blocking-taints=node.kubernetes.io/role,nvidia.com/gpu,dedicated \
-allowed-not-ready-nodes=-1
```

* **Why is the go modules such a mess?**
Expand Down
1 change: 1 addition & 0 deletions test/e2e/run_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ if [ "$e2e" = true ]; then
"e2e.test" -- \
-delete-namespace-on-failure=false \
-non-blocking-taints=node.kubernetes.io/role,nvidia.com/gpu,dedicated \
-allowed-not-ready-nodes=-1 \
-report-dir=junit_reports
TEST_RESULT="$?"

Expand Down

0 comments on commit 61d88a0

Please sign in to comment.