Skip to content

Commit ca0c19d

Browse files
Merge pull request #5402 from sadasu/aws-custom-dns
OCPBUGS-57364: Fix IP address for default AWS DNS resolver
2 parents eeabc73 + 1aac42b commit ca0c19d

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)