Merge pull request #4024 from AkihiroSuda/remove-vagrant-remnants

CI: remove remnants of Vagrant
This commit is contained in:
Kubernetes Prow Robot
2025-10-01 00:42:18 -07:00
committed by GitHub
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
"$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
run: |
"$HELPER" "$KIND_EXPERIMENTAL_PROVIDER" info

3
.gitignore vendored
View File

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