k3s/cluster/images/flannel
David McMahon ef0c9f0c5b Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
..
Dockerfile Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
Makefile Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
README.md Build Kubernetes, etcd and flannel for arm64 and ppc64le 2016-04-14 07:29:10 +03:00

README.md

flannel

This is used mostly for the docker-multinode config, but also in other places where flannel runs in a container.

For amd64, this image equals to quay.io/coreos/flannel to maintain official support. For other architectures, flannel is cross-compiled. The debian-iptables image serves as base image.

How to release

# Build for linux/amd64 (default)
$ make push ARCH=amd64
# ---> gcr.io/google_containers/flannel-amd64:TAG

$ make push ARCH=arm
# ---> gcr.io/google_containers/flannel-arm:TAG

$ make push ARCH=arm64
# ---> gcr.io/google_containers/flannel-arm64:TAG

$ make push ARCH=ppc64le
# ---> gcr.io/google_containers/flannel-ppc64le:TAG

If you don't want to push the images, run make or make build instead

Analytics