Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 441 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 441 Bytes

coredns-multicluster-build

Steps to build coredns with multicluster plugin.

Build binaries:

make build

Build docker images for each architecture, with version v1.8.6 and default latest tags:

make VERSION=v1.8.6 DOCKER=runakash docker-build

Push docker images:

make VERSION=v1.8.6 DOCKER=runakash docker-push