Merge pull request #306 from musaprg/patch-1 Support Kubernetes 1.33
Merge pull request #306 from musaprg/patch-1
Support Kubernetes 1.33
Scripts, utilities, and examples for deploying CoreDNS.
On a debian system:
dpkg-buildpackage -us -uc -b --target-arch ARCH
dpkg-buildpackage -us -uc -b
VERSION
To install:
dpkg -i coredns_0.9.10-0~9.20_amd64.deb
This installs the coredns binary in /usr/bin, adds a coredns user (homedir set to /var/lib/coredns) and a small Corefile /etc/coredns.
The repository providing the helm chart repo is available under
https://github.com/coredns/helm
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Deployment
Scripts, utilities, and examples for deploying CoreDNS.
Debian
On a debian system:
dpkg-buildpackage -us -uc -b --target-arch ARCHWhere ARCH can be any of the released architectures, like “amd64” or “arm”.dpkg-buildpackage -us -uc -bVERSIONenvironment variableTo install:
dpkg -i coredns_0.9.10-0~9.20_amd64.deb.This installs the coredns binary in /usr/bin, adds a coredns user (homedir set to /var/lib/coredns) and a small Corefile /etc/coredns.
Kubernetes
Helm Chart
The repository providing the helm chart repo is available under
https://github.com/coredns/helm