mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-07 22:03:22 +00:00
31 lines
936 B
Markdown
31 lines
936 B
Markdown
# skydns for kubernetes
|
|
=======================
|
|
|
|
This container only exists until skydns itself is reduced in some way. At the
|
|
time of this writing, it is over 600 MB large.
|
|
|
|
#### How to release
|
|
|
|
This image is compiled for multiple architectures.
|
|
If you're rebuilding the image, please bump the `TAG` in the Makefile.
|
|
|
|
```console
|
|
# Build for linux/amd64 (default)
|
|
$ make push ARCH=amd64
|
|
# ---> gcr.io/google_containers/skydns-amd64:TAG
|
|
# ---> gcr.io/google_containers/skydns:TAG (image with backwards-compatible naming)
|
|
|
|
$ make push ARCH=arm
|
|
# ---> gcr.io/google_containers/skydns-arm:TAG
|
|
|
|
$ make push ARCH=arm64
|
|
# ---> gcr.io/google_containers/skydns-arm64:TAG
|
|
|
|
$ make push ARCH=ppc64le
|
|
# ---> gcr.io/google_containers/skydns-ppc64le:TAG
|
|
```
|
|
|
|
If you don't want to push the images, run `make` or `make build` instead
|
|
|
|
[]()
|