Skip to content

Commit

Permalink
disable rootless podman linux due to incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Apr 22, 2024
1 parent 905ec70 commit 5f6c211
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,12 @@ jobs:
exit 1
fi
# Rootless Podman doesn't work on Linux
# Rootless Podman doesn't work on Linux due to:
# warning: "Error validating CNI config file /home/runner/.config/cni/net.d/kind.conflist:
# [plugin bridge does not support config version \"1.0.0\" plugin portmap does not support config version \"1.0.0\" plugin firewall does not support config version \"1.0.0\" plugin tuning does not support config version \"1.0.0\"]"
kind-test-podman-rootless-linux:
name: Deploy Podman Rootless Linux
if: false
runs-on: ${{ matrix.os }}
env:
IngressHTTPPort: 30080
Expand Down

0 comments on commit 5f6c211

Please sign in to comment.