2022-08-03 16:00:16 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
# Version of the CNI plugins to install
|
2024-10-16 16:00:23 +02:00
|
|
|
cni_version: 1.6.0
|
2022-08-03 16:00:16 +02:00
|
|
|
# Archive where the pre compiled bin archive will be downloaded
|
|
|
|
cni_archive_url: https://github.com/containernetworking/plugins/releases/download/v{{ cni_version }}/cni-plugins-linux-amd64-v{{ cni_version }}.tgz
|
|
|
|
# Expected checksum of the archive
|
2024-10-16 16:00:23 +02:00
|
|
|
cni_archive_sha256: 682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d
|
2022-08-03 16:00:16 +02:00
|
|
|
|
|
|
|
# Where the plugins will be installed (binaries will be extracted in a /bin sub-directory)
|
|
|
|
cni_root_dir: /opt/cni
|