modulepackage
3.1.3+incompatible
Repository: https://github.com/containerum/cni-plugin.git
Documentation: pkg.go.dev
# README
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 containernetworking/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. This requires a recent version of Docker.
- To just build the binaries, with no tests, run
make binary
. This will producedist/calico
anddist/calico-ipam
. - To only run the tests, simply run
make test
. - To run a non-containerized build (i.e. not inside a docker container) you need to have Go 1.7+ and glide installed.
# Packages
Copyright 2015 Tigera Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Copyright 2015 Tigera Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
# Variables
VERSION is filled out during the build process (using git describe output).