/dns

DNS server and related things

Primary LanguageGoApache License 2.0Apache-2.0

Kubernetes DNS

Build Status Coverage Status

This is the repository for Kubernetes DNS.

Subprojects

Building

make targets:

target description
all, build build all binaries
containers build the containers
push push containers to the registry
help this help message
version show package version
{build,containers,push}-ARCH do action for specific ARCH
all-{build,containers,push} do action for all ARCH
only-push-BINARY push just BINARY
  • Setting VERBOSE=1 will show additional build logging.
  • Setting VERSION will override the container version tag.