Skip to content

Commit

Permalink
Merge pull request #5888 from zalando-incubator/dev-to-kube-1.23
Browse files Browse the repository at this point in the history
dev to kube-1.23
  • Loading branch information
linki authored Apr 3, 2023
2 parents a384a68 + b330bd8 commit 779895f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1947,11 +1947,13 @@ Resources:
Description: "AWS service role for application autoscaling DynamoDB"
Type: "AWS::IAM::ServiceLinkedRole"
{{- end }}
{{- if eq .Cluster.ConfigItems.quotas_service_link_enabled "true" }}
ServiceLinkedRoleServiceQuotas:
Properties:
AWSServiceName: "servicequotas.amazonaws.com"
Description: "AWS service role for Service Quotas"
Type: "AWS::IAM::ServiceLinkedRole"
{{- end }}
RemoteFilesEncryptionKey:
Type: "AWS::KMS::Key"
Properties:
Expand Down
5 changes: 5 additions & 0 deletions cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,11 @@ etcd_scalyr_key: ""
etcd_ami: {{ amiID "zalando-ubuntu-etcd-production-v3.4.16-amd64-main-10" "861068367966"}}

dynamodb_service_link_enabled: "false"
{{if eq .Cluster.Environment "e2e"}}
quotas_service_link_enabled: "false"
{{else}}
quotas_service_link_enabled: "true"
{{end}}

cluster_dns: "coredns"
coredns_log_svc_names: "true"
Expand Down

0 comments on commit 779895f

Please sign in to comment.