所需要安装的YAML文件都是需要做sed替换的
1. 可以从 kubernetes/cluster/addons/dns/coredns 目录下找到
2. 可以从 https://github.com/coredns/deployment/tree/master/kubernetes 地址找到
根据README.md来生成coredns的manifest文件
** 安装 CoreDNS 之前记得安装 overlay network 不然有的节点访问不到CoreDNS的Pod 导致域名解析失败
参考链接
https://www.jianshu.com/p/57d7c9e9f125
原文:https://www.cnblogs.com/xuchenCN/p/12164831.html