File tree Expand file tree Collapse file tree 5 files changed +23
-6
lines changed
manifests/stackset-controller Expand file tree Collapse file tree 5 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -886,8 +886,13 @@ stackset_configmap_support_enabled: "false"
886
886
{{end}}
887
887
888
888
# enable/disable traffic segment support for stackset
889
+ {{if eq .Cluster.Environment "e2e"}}
890
+ stackset_enable_traffic_segments : " true"
891
+ stackset_annotated_traffic_segments : " true"
892
+ {{else}}
889
893
stackset_enable_traffic_segments : " false"
890
894
stackset_annotated_traffic_segments : " false"
895
+ {{end}}
891
896
892
897
# Enable/Disable profiling for Kubernetes components
893
898
enable_control_plane_profiling : " false"
Original file line number Diff line number Diff line change 1
- {{ $version := "v1.4.23 " }}
1
+ {{ $version := "v1.4.26 " }}
2
2
apiVersion : apps/v1
3
3
kind : Deployment
4
4
metadata :
46
46
{{- if eq .Cluster.ConfigItems.stackset_annotated_traffic_segments "true" }}
47
47
- " --annotated-traffic-segments"
48
48
{{- end }}
49
+ {{if eq .Cluster.Environment "e2e"}}
50
+ - " --sync-ingress-annotation=example.org/i-haz-synchronize"
51
+ - " --sync-ingress-annotation=teapot.org/the-best"
52
+ {{else}}
53
+ - " --sync-ingress-annotation=alb.ingress.kubernetes.io/ip-address-type"
54
+ - " --sync-ingress-annotation=zalando.org/aws-load-balancer-ssl-cert"
55
+ - " --sync-ingress-annotation=zalando.org/aws-load-balancer-scheme"
56
+ - " --sync-ingress-annotation=zalando.org/aws-load-balancer-security-group"
57
+ - " --sync-ingress-annotation=zalando.org/aws-load-balancer-ssl-policy"
58
+ - " --sync-ingress-annotation=zalando.org/aws-load-balancer-type"
59
+ - " --sync-ingress-annotation=zalando.org/aws-load-balancer-http2"
60
+ - " --sync-ingress-annotation=zalando.org/aws-waf-web-acl-id"
61
+ - " --sync-ingress-annotation=kubernetes.io/ingress.class"
62
+ {{ end}}
49
63
- " --cluster-domain={{ .Values.hosted_zone }}"
50
64
- " --cluster-domain=ingress.cluster.local"
51
65
resources :
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ clusters:
43
43
stackset_ingress_source_switch_ttl: "1m"
44
44
teapot_admission_controller_daemonset_reserved_cpu: "518m"
45
45
karpenter_pools_enabled: "true"
46
- stackset_enable_traffic_segments: "true"
47
- stackset_annotated_traffic_segments: "true"
48
46
criticality_level: 1
49
47
environment: e2e
50
48
id: ${CLUSTER_ID}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/zalando-incubator/kubernetes-on-aws/test/e2e/stackset
2
2
3
3
go 1.21
4
4
5
- require github.com/zalando-incubator/stackset-controller v1.4.25
5
+ require github.com/zalando-incubator/stackset-controller v1.4.26
6
6
7
7
require (
8
8
github.com/beorn7/perks v1.0.1 // indirect
Original file line number Diff line number Diff line change @@ -438,8 +438,8 @@ github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:
438
438
github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
439
439
github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
440
440
github.com/yuin/goldmark v1.3.5 /go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k =
441
- github.com/zalando-incubator/stackset-controller v1.4.25 h1:iKZa4028gcNcgMsKEvIuLL3VFLU73zTM3gDnNQQFJ8M =
442
- github.com/zalando-incubator/stackset-controller v1.4.25 /go.mod h1:9sGmpa7ABBiAI/uBUPEkyzN+P+hNlOIVc+naGh6m1ro =
441
+ github.com/zalando-incubator/stackset-controller v1.4.26 h1:BdxjU2Nn6HJov7Stec4jNuA+a/XFR0jSBuFm5oo8loA =
442
+ github.com/zalando-incubator/stackset-controller v1.4.26 /go.mod h1:9sGmpa7ABBiAI/uBUPEkyzN+P+hNlOIVc+naGh6m1ro =
443
443
go.etcd.io/bbolt v1.3.2 /go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU =
444
444
go.etcd.io/bbolt v1.3.3 /go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU =
445
445
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 /go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg =
You can’t perform that action at this time.
0 commit comments