Skip to content

Commit

Permalink
Merge pull request #7017 from zalando-incubator/dev-to-kube-1.26
Browse files Browse the repository at this point in the history
dev to kube-1.26
  • Loading branch information
mikkeloscar authored Feb 20, 2024
2 parents b066baa + 1cf7e1c commit ce77cc6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ skipper_ingress_redis_target_average_utilization_memory: "60"
skipper_ingress_redis_min_replicas: "1"
skipper_ingress_redis_max_replicas: "100"
skipper_ingress_redis_cluster_scaling_schedules: ""
skipper_ingress_redis_hpa_scale_down_wait: "600"

skipper_cluster_ratelimit_max_group_shards: 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
terminationGracePeriodSeconds: 300
containers:
- name: "deployment-service-controller"
image: "container-registry.zalando.net/teapot/deployment-controller:master-169"
image: "container-registry.zalando.net/teapot/deployment-controller:master-172"
args:
- "--config-namespace=kube-system"
- "--decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ $image := "container-registry.zalando.net/teapot/deployment-status-service" }}
{{ $version := "master-169" }}
{{ $version := "master-172" }}

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ $internal_version := "v0.19.53-804" }}
{{ $internal_version := "v0.20.5-813" }}
{{ $canary_internal_version := "v0.20.5-813" }}

{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/skipper/hpa-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
{{ end }}
behavior:
scaleDown:
stabilizationWindowSeconds: 600
stabilizationWindowSeconds: {{ .Cluster.ConfigItems.skipper_ingress_redis_hpa_scale_down_wait }}
policies:
- type: Pods
value: 10
Expand Down

0 comments on commit ce77cc6

Please sign in to comment.