mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
e2e: update cni plugins (#26724)
> failed to configure network: plugin type="firewall" failed (add): > incompatible CNI versions; config is "1.0.0", plugin supports ["0.4.0"]
This commit is contained in:
@@ -96,7 +96,7 @@ sudo apt-get install -y openjdk-17-jdk-headless
|
||||
# CNI
|
||||
echo "Installing CNI plugins"
|
||||
wget -q -O - \
|
||||
https://github.com/containernetworking/plugins/releases/download/v1.0.0/cni-plugins-linux-amd64-v1.0.0.tgz \
|
||||
https://github.com/containernetworking/plugins/releases/download/v1.8.0/cni-plugins-linux-amd64-v1.8.0.tgz \
|
||||
| sudo tar -C /opt/cni/bin -xz
|
||||
|
||||
echo "Installing consul-cni plugin"
|
||||
|
||||
Reference in New Issue
Block a user