koko icon indicating copy to clipboard operation
koko copied to clipboard

Connect containers as point-to-point connection, using veth/vxlan/vlan/macvlan

Results 12 koko issues
Sort by recently updated
recently updated
newest added

How can I install koko in mac os?

When I trying to install koko on ubuntu 16.04TLS I get the following error: $ sudo go get github.com/redhat-nfvpe/koko # github.com/redhat-nfvpe/koko/api go/src/github.com/redhat-nfvpe/koko/api/crio.go:31:112: cannot use dialer (type func("context".Context, string) (net.Conn, error))...

When trying to install koko I get the following error: $ go get github.com/redhat-nfvpe/koko package github.com/kubernetes-sigs/cri-o/client: cannot find package "github.com/kubernetes-sigs/cri-o/client" in any of: /usr/lib/go-1.10/src/github.com/kubernetes-sigs/cri-o/client (from $GOROOT) /home/username1/go/src/github.com/kubernetes-sigs/cri-o/client (from $GOPATH) I...

Hi Tomofumi, it's me again. I've been using your library for quite a while now and occasionally I run into a race condition when two Vxlan links are created with...

Current command line option is very dirty, I understood, so I'd like to reform it with kingpin package.

Todo: - ~~Check travisCI to use container -> now travisCI uses container, hence need to switch sudo-enabled VM. [Build Environment in TravisCI](https://docs.travis-ci.com/user/reference/overview/#Virtualization-environments)~~ - ~~Change TravisCI setting from container (default) to...

enhancement

- Cleanup API - Make structure clear to use it - Setup document

enhancement

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies

https://github.com/redhat-nfvpe/koko/blob/bbe26f6c7e0124815573e22a2f28ff70bfd0db61/api/koko_api.go#L94 I use meshnet-cni which inturn uses koko, i notice that the mtu for veth is fixed to 1500 in this code line, can this be made an arg, any...