Skip to content

Commit

Permalink
EKS kubernetes 1.21 actually uses coredns 1.8.4 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 authored Aug 17, 2021
1 parent 958d02e commit c5ddc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (

// Reference: https://docs.aws.amazon.com/eks/latest/userguide/managing-coredns.html
coreDNSVersionLookupTable = map[string]string{
"1.21": "1.8.3-eksbuild.1",
"1.21": "1.8.4-eksbuild.1",
"1.20": "1.8.3-eksbuild.1",
"1.19": "1.8.0-eksbuild.1",
"1.18": "1.7.0-eksbuild.1",
Expand Down

0 comments on commit c5ddc93

Please sign in to comment.