Skip to content

Commit

Permalink
provision: Install ipset binary
Browse files Browse the repository at this point in the history
The ipset binary is required in the VMs because of
cilium/cilium#16603 when Cilium is running as a
service (e.g., for development VMs and for Runtime tests).

Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno committed Oct 4, 2021
1 parent c4a6161 commit 375ca8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/ubuntu/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sudo apt-get install -y --allow-downgrades \
po-debconf autoconf autopoint moreutils \
libseccomp2 libenchant1c2a ninja-build \
golang-cfssl ntp \
wireguard
wireguard ipset

# Install nodejs and npm, needed for the cilium rtd sphinx theme
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add -
Expand Down

0 comments on commit 375ca8f

Please sign in to comment.