mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
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:
9
.github/workflows/vm.yaml
vendored
9
.github/workflows/vm.yaml
vendored
@@ -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
3
.gitignore
vendored
@@ -9,9 +9,6 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Vagrant
|
||||
.vagrant
|
||||
|
||||
# files generated by editors
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
Reference in New Issue
Block a user