Skip to content

Commit

Permalink
add external dns addon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Mar 16, 2018
1 parent 9af5d46 commit 4e2f184
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion policies/iam.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"route53:GetHostedZone"
],
"Resource": [
"arn:aws:route53:::hostedzone/ZDTFQ26XMAF14"
"arn:aws:route53:::hostedzone/*"
]
},
{
Expand Down
5 changes: 5 additions & 0 deletions scripts/3_addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ EOF
helm install ./cluster-autoscaler --name autoscaler -f /tmp/autoscaler.yml --namespace kube-system
}

function setup_external_dns {
helm install --name external-dns stable/external-dns --set rbac.create=true --namespace kube-system
}

install_helm
setup_helm
setup_autoscaler
setup_external_dns

0 comments on commit 4e2f184

Please sign in to comment.