Skip to content

Commit a636f59

Browse files
authored
Merge pull request #6966 from zalando-incubator/dev-to-kube-1.26
dev to kube-1.26
2 parents 31351fe + 4817b28 commit a636f59

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

cluster/manifests/skipper/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ spec:
209209
{{ else }}
210210
- "-kubernetes-redis-service-namespace=kube-system"
211211
- "-kubernetes-redis-service-name=skipper-ingress-redis"
212-
{{ end }}
213212
- "-kubernetes-redis-service-port=6379"
213+
{{ end }}
214214
{{ end }}
215215
- "-histogram-metric-buckets=.0001,.00025,.0005,.00075,.001,.0025,.005,.0075,.01,.025,.05,.075,.1,.2,.3,.4,.5,.75,1,2,3,4,5,7,10,15,20,30,60,120,300,600"
216216
- >-
@@ -538,6 +538,7 @@ spec:
538538
- "-enable-swarm"
539539
- "-kubernetes-redis-service-namespace=kube-system"
540540
- "-kubernetes-redis-service-name=skipper-ingress-redis"
541+
- "-kubernetes-redis-service-port=6379"
541542
{{ end }}
542543
{{ if eq .Cluster.ConfigItems.skipper_oauth2_ui_login "true" }}
543544
- "-enable-oauth2-grant-flow"

cluster/manifests/stackset-controller/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ $version := "v1.4.33" }}
1+
{{ $version := "v1.4.34" }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

cluster/node-pools/master-default/userdata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ write_files:
601601
- --root-ca-file=/etc/kubernetes/ssl/ca.pem
602602
- --cloud-provider=aws
603603
- --cloud-config=/etc/kubernetes/cloud-config.ini
604-
- --feature-gates=StatefulSetAutoDeletePVC={{ .Cluster.ConfigItems.enable_statefulset_autodelete_pvc }},TopologyAwareHints={{ .Cluster.ConfigItems.enable_topology_aware_hints }},CronJobTimeZone={{.Cluster.ConfigItems.cronjob_time_zone_enabled}}
604+
- --feature-gates=StatefulSetAutoDeletePVC={{ .Cluster.ConfigItems.enable_statefulset_autodelete_pvc }},TopologyAwareHints={{ .Cluster.ConfigItems.enable_topology_aware_hints }},CronJobTimeZone={{.Cluster.ConfigItems.cronjob_time_zone_enabled}},MaxUnavailableStatefulSet={{.Cluster.ConfigItems.max_unavailable_statefulset_enabled}}
605605
- --use-service-account-credentials=true
606606
- --configure-cloud-routes=false
607607
- --allocate-node-cidrs=true

test/e2e/stackset/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/zalando-incubator/kubernetes-on-aws/test/e2e/stackset
22

33
go 1.21
44

5-
require github.com/zalando-incubator/stackset-controller v1.4.33
5+
require github.com/zalando-incubator/stackset-controller v1.4.34
66

77
require (
88
github.com/beorn7/perks v1.0.1 // indirect

test/e2e/stackset/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
493493
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
494494
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
495495
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
496-
github.com/zalando-incubator/stackset-controller v1.4.33 h1:DkbUxlROutOnBrBgg5VuPnXoUmABH2iH830WO36Fy5Y=
497-
github.com/zalando-incubator/stackset-controller v1.4.33/go.mod h1:1BOmpWXc2sG7jQ9pM1orQSR8ngUaRZUguAx0SBTdC2k=
496+
github.com/zalando-incubator/stackset-controller v1.4.34 h1:TvdTvVGzkOakCI3W9CABbLVFArsNkBZiV40tPQ/f19I=
497+
github.com/zalando-incubator/stackset-controller v1.4.34/go.mod h1:1BOmpWXc2sG7jQ9pM1orQSR8ngUaRZUguAx0SBTdC2k=
498498
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
499499
go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=
500500
go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=

0 commit comments

Comments
 (0)