Skip to content

Commit

Permalink
k3d network
Browse files Browse the repository at this point in the history
  • Loading branch information
apinske committed Mar 30, 2023
1 parent 8620dbd commit 3c64035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion root/setup-k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ if [ ! -f /usr/local/bin/kubectl ]; then
chmod +x /usr/local/bin/kubectl
fi

k3d cluster create --network podman --k3s-arg --flannel-backend=host-gw@server:* --env IPTABLES_MODE=legacy@server:* --no-lb --api-port 127.0.0.1:6443
podman network create k3d
k3d cluster create --network k3d --k3s-arg --flannel-backend=host-gw@server:* --env IPTABLES_MODE=legacy@server:* --no-lb --api-port 127.0.0.1:6443

0 comments on commit 3c64035

Please sign in to comment.