tanshanshan / dns

DNS server and related things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

DNS server and related things

License:Apache License 2.0


Languages

Language:Go 64.4%Language:Makefile 17.9%Language:Shell 17.8%