CI: remove remnants of Vagrant

Follow-up to PR 3753

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2025-10-01 15:49:46 +09:00
parent f20102c99e
commit d0388f5417
2 changed files with 0 additions and 12 deletions

View File

@@ -80,15 +80,6 @@ jobs:
# Modify the client config to use the rootless daemon by default # Modify the client config to use the rootless daemon by default
"$HELPER" docker context use rootless "$HELPER" docker context use rootless
- name: Set up Rootless Podman
if: ${{ matrix.provider == 'podman' && matrix.rootless == 'rootless' }}
run: |
# Restart the user session to ensure the cgroup delegation
# ref: https://github.com/kubernetes-sigs/kind/pull/2754#issuecomment-1124027063
"$HELPER" sudo loginctl terminate-user vagrant || true
# We have modprobe ip6_tables in Vagrantfile, but it seems we have to modprobe it once again
"$HELPER" sudo modprobe ip6_tables
- name: Show provider info - name: Show provider info
run: | run: |
"$HELPER" "$KIND_EXPERIMENTAL_PROVIDER" info "$HELPER" "$KIND_EXPERIMENTAL_PROVIDER" info

3
.gitignore vendored
View File

@@ -9,9 +9,6 @@
# macOS # macOS
.DS_Store .DS_Store
# Vagrant
.vagrant
# files generated by editors # files generated by editors
.idea/ .idea/
*.iml *.iml