This repository contains the source for the calico/node
container.
For users who want to learn more about the project or get started with Calico, see the documentation on docs.projectcalico.org.
The entire build can be run within a container, which means the only dependencies you'll need are a functioning Docker installation.
If you'd like to run the build and tests locally outside of a container, you'll need the following dependencies:
Contributions to this code are welcome! The code in this repository can be built and tested using the Makefile.
make calico/node
will produce a docker image containing the artifacts suitable for deploying to kubernetes.
For more information, see make help
.