Skip to content

Commit

Permalink
Disable macspoofchk
Browse files Browse the repository at this point in the history
Part of #85
  • Loading branch information
rbo committed Jan 8, 2025
1 parent e8c623a commit 0270ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cluster/tasks/deploy-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
# name: coe-bridge
# namespace: "{{ target_namespace }}"
# spec:
# config: '{"name":"coe-bridge","type":"cnv-bridge","cniVersion":"0.3.1","bridge":"coe-bridge","macspoofchk":true,"ipam":{}}'
# config: '{"name":"coe-bridge","type":"cnv-bridge","cniVersion":"0.3.1","bridge":"coe-bridge","macspoofchk":false,"ipam":{}}'

# https://github.com/kubevirt/containerized-data-importer/blob/main/doc/upload.md
- name: Create DataVolume agent-iso
Expand Down

0 comments on commit 0270ccf

Please sign in to comment.