Skip to content

Commit 1aac42b

Browse files
committed
AWS ClusterHostedDNS: Fix IP address for AWS DNS resolution
The IP address for the Nameserver to be used as resolver for everything other than API, API-Int and *.apps was incorrect. Fixed it based on AWS documentation.
1 parent 9db4a37 commit 1aac42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/aws/units/aws-update-dns.service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ contents: |
1313
[Service]
1414
Type=oneshot
1515
RemainAfterExit=yes
16-
ExecStart=/usr/local/bin/update-dns-server 169.254.169.254
16+
ExecStart=/usr/local/bin/update-dns-server 169.254.169.253
1717
1818
[Install]
1919
RequiredBy=kubelet-dependencies.target

0 commit comments

Comments
 (0)