sandpiper-io / cni-plugin

Calico CNI plugin

Home Page:http://www.projectcalico.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Slack Status IRC Channel

Calico Networking for CNI

Note that the documentation in this repo is targeted at Calico contributors.

Documentation for Calico users is here:
http://docs.projectcalico.org

This repository contains the Project Calico network plugin for CNI. This plugin allows you to use Calico networking for any orchestrator which makes use of the CNI networking specification.

This repository includes a top-level CNI networking plugin, as well as a CNI IPAM plugin which makes use of Calico IPAM.

To learn more about CNI, visit the appc/cni repo.

Building the plugins and running tests

To build the Calico Networking Plugin for CNI locally, clone this repository and run make. This will build both CNI plugin binaries and run the tests.

  • To just build the binaries, with no tests, run make binary. This will produce dist/calico and dist/calico-ipam.
  • To only run the tests, simply run make test.

Analytics

About

Calico CNI plugin

http://www.projectcalico.org/

License:Apache License 2.0


Languages

Language:Go 73.9%Language:Makefile 16.2%Language:Shell 5.9%Language:Python 4.0%