Add AWS ingress_zone_id output with NLB DNS name's Route53 zone id

* DNS zones served by AWS Route53 may use AWS's special alias records
(other DNS providers would use a CNAME) to resolve the ingress NLB.
Alias records require the NLB DNS name's DNS zone id (not the cluster
`dns_zone_id`)
This commit is contained in:
Dalton Hubble
2019-01-13 16:37:12 -08:00
parent 1d27dc6528
commit 679079b242
3 changed files with 14 additions and 0 deletions

View File

@ -6,6 +6,10 @@ Notable changes between versions.
* Update etcd from v3.3.10 to [v3.3.11](https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md#v3311-2019-1-11)
#### AWS
* Add `ingress_zone_id` output with the NLB DNS name's Route53 zone for use in alias records ([#380](https://github.com/poseidon/typhoon/pull/380))
#### Addons
* Update kube-state-metrics from v1.4.0 to v1.5.0