CNI Plugins
Some reference and example networking plugins, maintained by the CNI team. Used by containerd
Installation Instructions
Linux
Linux
Download CNI
{
"url": "{{ .SVar `.tool.cni.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.cni.download.filename` }}",
"overwrite": false
} Extract CNI Release
{
"destination": "{{ .PTools }}/cni/{{ .SVar `.tool.cni.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.cni.download.filename` }}"
}