Skip to content

Commit 0ccee02

Browse files
authored
Merge pull request #6800 from zalando-incubator/remove-dynamodb-slr
remove dynamodb autoscaling slr
2 parents 8e9ef4e + 588f72b commit 0ccee02

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

cluster/cluster.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,13 +1979,6 @@ Resources:
19791979
PolicyName: root
19801980
RoleName: "{{.Cluster.LocalID}}-audittrail-adapter"
19811981
Type: 'AWS::IAM::Role'
1982-
{{- if eq .Cluster.ConfigItems.dynamodb_service_link_enabled "true" }}
1983-
ServiceLinkedRoleAutoScalingDynamoDB:
1984-
Properties:
1985-
AWSServiceName: "dynamodb.application-autoscaling.amazonaws.com"
1986-
Description: "AWS service role for application autoscaling DynamoDB"
1987-
Type: "AWS::IAM::ServiceLinkedRole"
1988-
{{- end }}
19891982
RemoteFilesEncryptionKey:
19901983
Type: "AWS::KMS::Key"
19911984
Properties:

cluster/config-defaults.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,6 @@ etcd_ami: {{ amiID "zalando-ubuntu-etcd-production-v3.5.9-amd64-main-27" "861068
632632
etcd_ami: {{ amiID "zalando-ubuntu-etcd-production-v3.5.9-amd64-main-24" "861068367966"}}
633633
{{end}}
634634

635-
dynamodb_service_link_enabled: "false"
636-
637635
cluster_dns: "coredns"
638636
coredns_log_svc_names: "true"
639637
coredns_log_forward: "false"

test/e2e/cluster_config.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ clusters:
2929
zmon_worker_replicas: '0'
3030
node_pool_feature_enabled: "true"
3131
enable_rbac: "true"
32-
dynamodb_service_link_enabled: "false"
3332
skipper_ingress_refuse_payload: "refused-pattern-1[cf724afc]refused-pattern-2"
3433
efs_id: ${EFS_ID}
3534
webhook_id: ${INFRASTRUCTURE_ACCOUNT}:${REGION}:kube-aws-test

0 commit comments

Comments
 (0)