Skip to content

Commit

Permalink
Remove crio bridge configuration that forces to use only ipv4
Browse files Browse the repository at this point in the history
It seems that the documentation does not say anymore about only ipv4,
so let's drop unnecessary configuration.
  • Loading branch information
danpawlik committed Jan 16, 2025
1 parent 8902df5 commit 031c0fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
22 changes: 0 additions & 22 deletions files/crio-bridge.conf

This file was deleted.

8 changes: 0 additions & 8 deletions tasks/crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@
enablerepo: microshift-deps-rpms
notify: Restart crio

- name: Use only ipv4
become: true
ansible.builtin.copy:
src: crio-bridge.conf
dest: /etc/cni/net.d/100-crio-bridge.conf
mode: "0644"
notify: Restart crio

- name: Apply container policy from crc
become: true
ansible.builtin.copy:
Expand Down

0 comments on commit 031c0fa

Please sign in to comment.