File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 8080 # Modify the client config to use the rootless daemon by default
8181 "$HELPER" docker context use rootless
8282
83- - name : Set up Rootless Podman
84- if : ${{ matrix.provider == 'podman' && matrix.rootless == 'rootless' }}
85- run : |
86- # Restart the user session to ensure the cgroup delegation
87- # ref: https://github.com/kubernetes-sigs/kind/pull/2754#issuecomment-1124027063
88- "$HELPER" sudo loginctl terminate-user vagrant || true
89- # We have modprobe ip6_tables in Vagrantfile, but it seems we have to modprobe it once again
90- "$HELPER" sudo modprobe ip6_tables
91-
9283 - name : Show provider info
9384 run : |
9485 "$HELPER" "$KIND_EXPERIMENTAL_PROVIDER" info
Original file line number Diff line number Diff line change 99# macOS
1010.DS_Store
1111
12- # Vagrant
13- .vagrant
14-
1512# files generated by editors
1613.idea /
1714* .iml
You can’t perform that action at this time.
0 commit comments