Skip to content

Commit

Permalink
fix: bump coredns version
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangmaihuy committed Oct 27, 2022
1 parent 8a9777b commit 190101e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export KUBERNETES_VERSION=v1.22.6
export KUBERNETES_MINIKUBE_VERSION=v1.22.6
export DOCKER_VERSION=18.09.6
export IMLADRIS_VERSION=0.13.1
export COREDNS_VERSION=1.5.2
export COREDNS_VERSION=1.10.0
export EXTRA_NAT_NETWORK_NAME=minikube
export EXTRA_NAT_NETWORK_NET=10.0.72.0/24

Expand Down
1 change: 0 additions & 1 deletion lib/coredns-config/coredns.core
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
kube:53, kube-local.io:53 {
rewrite type ANY A
kubernetes kube kube-local.io {
resyncperiod 60s
endpoint https://192.168.144.100:8443
tls __HOME__/.minikube/profiles/minikube/apiserver.crt __HOME__/.minikube/profiles/minikube/apiserver.key __HOME__/.minikube/ca.crt
}
Expand Down

0 comments on commit 190101e

Please sign in to comment.