Package Details: flannel 0.12.0-1

Git Clone URL: https://aur.archlinux.org/flannel.git (read-only, click to copy)
Package Base: flannel
Description: Etcd backed network fabric for containers
Upstream URL: https://github.com/coreos/flannel
Keywords: calico etcd kubernetes SDN
Licenses: Apache
Submitter: irtimmer
Maintainer: None
Last Packager: TheGoliath
Votes: 1
Popularity: 0.000000
First Submitted: 2015-05-29 17:46 (UTC)
Last Updated: 2020-05-08 19:47 (UTC)

Latest Comments

shackra commented on 2021-02-14 19:27 (UTC)

hi!

I'm having problems:

Successfully tagged iperf3:latest
make[2]: se sale del directorio '/home/jorge/.cache/pikaur/build/flannel/src/src/github.com/coreos/flannel/images/iperf3'
FLANNEL_DOCKER_IMAGE=quay.io/coreos/flannel:v0.11.0-amd64 ./bash_unit dist/functional-test.sh
Running tests in dist/functional-test.sh
docker: Error response from daemon: driver failed programming external connectivity on endpoint flannel-e2e-test-etcd (ba46aa1a2d91a151c493b891f449bafe0da36629600af7cefa8fb50d7a9a3b1b): Error starting userland proxy: listen tcp4 0.0.0.0:2379: bind: address already in use.
Running test_hostgw_perf... Error:  client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 172.17.0.1:2379: getsockopt: connection refused

error #0: dial tcp 172.17.0.1:2379: getsockopt: connection refused

Error:  client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 172.17.0.1:2379: getsockopt: connection refused

error #0: dial tcp 172.17.0.1:2379: getsockopt: connection refused

mebbinghaus commented on 2018-05-21 13:40 (UTC)

I am getting the same error as wondertx, I also created an issue for that on the project's github: https://github.com/coreos/flannel/issues/991 as it seems (to me) that tests are failing.

wondertx commented on 2018-05-21 07:57 (UTC)

github.com/coreos/flannel/network

network/ipmasq.go:54: Errorf call has arguments but no formatting directives FAIL github.com/coreos/flannel/network [build failed] make: *** [Makefile:49: test] Error 2 ==> ERROR: A failure occurred in prepare(). Aborting...

metric10 commented on 2016-06-09 17:11 (UTC)

makepkg failed with the following error: ==> ERROR: license should be an array To fix I did: diff --git a/PKGBUILD b/PKGBUILD index d5e9d9e..d577f07 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ arch=('x86_64' 'i686') source=("https://github.com/coreos/flannel/archive/v$pkgver.tar.gz" "flannel.service") url="https://github.com/coreos/flannel" -license="APACHE" +license=("APACHE") sha256sums=('dbbcb08c0e70713b0c920387a9967e5b30ef833c8118c847edbbca4f68ff0562' '3ec927a5a545293541e800057c3c0b85fcd5161071526a8fc9666caa0801c80f') Everything built and installed after that.