mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
CI: fix Fedora 34 VM
Fix issue 2361 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
3
hack/ci/Vagrantfile
vendored
3
hack/ci/Vagrantfile
vendored
@@ -20,6 +20,9 @@ Vagrant.configure("2") do |config|
|
||||
# Ensure network-related modules to be loaded
|
||||
modprobe tap ip_tables iptable_nat ip6_tables ip6table_nat
|
||||
|
||||
# Workaround for https://github.com/containers/podman/issues/10928
|
||||
dnf upgrade -y
|
||||
|
||||
# The moby-engine package included in Fedora lacks support for rootless,
|
||||
# So we need to install docker-ce and docker-ce-rootless-extras from the upstream.
|
||||
curl -fsSL https://get.docker.com | sh
|
||||
|
||||
Reference in New Issue
Block a user