k3s/cluster/images/flannel
Tim Hockin 92da8e6f1c Make it possible to use kube-cross as non-root
The extra TMPDIR was not writable except as root.  This is not the only fix
needed for this goal, but is necessary.
2016-05-10 10:06:56 -07:00
..
Dockerfile Add a flannel image for arm and amd64. Cross-build debian-iptables for arm, arm64 and ppc64le. Build and push hyperkube for arm on every release 2016-04-04 23:33:32 +03:00
Makefile Make it possible to use kube-cross as non-root 2016-05-10 10:06:56 -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