We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source: localnet-dhcp-issue
The coe-bridge at ISAR cluster drops the DHCP Request from VM's running nested in the stormshift-ocp1 cluster.
Thanks to @rguske, we have to disable mac spoofing: "macspoofchk": false
"macspoofchk": false
automation/roles/cluster/tasks/deploy-cluster.yaml
Line 236 in e8c623a
automation/isar-baselayer-config/060_networkattachments.yaml
Line 9 in e8c623a
Line 19 in e8c623a
Line 29 in e8c623a
The text was updated successfully, but these errors were encountered:
Disable macspoofchk globaly
2501144
Because of stormshift/automation#85
GitOps at ISAR cluster is fixed.
Sorry, something went wrong.
@DanielFroehlich should I change macspoofchk for you as well:
isar-baselayer-config/060_networkattachments.yaml: config: '{"name":"coe-bridge","type":"cnv-bridge","cniVersion":"0.3.1","bridge":"coe-bridge","macspoofchk":true,"ipam":{}}' isar-baselayer-config/060_networkattachments.yaml: config: '{"name":"coe-bridge","type":"cnv-bridge","cniVersion":"0.3.1","bridge":"coe-bridge","macspoofchk":true,"ipam":{}}' isar-baselayer-config/060_networkattachments.yaml: config: '{"name":"coe-bridge","type":"cnv-bridge","cniVersion":"0.3.1","bridge":"coe-bridge","macspoofchk":true,"ipam":{}}'
Disable macspoofchk
0270ccf
Part of #85
No branches or pull requests
Source: localnet-dhcp-issue
The coe-bridge at ISAR cluster drops the DHCP Request from VM's running nested in the stormshift-ocp1 cluster.
Thanks to @rguske, we have to disable mac spoofing:
"macspoofchk": false
automation/roles/cluster/tasks/deploy-cluster.yaml
Line 236 in e8c623a
automation/isar-baselayer-config/060_networkattachments.yaml
Line 9 in e8c623a
automation/isar-baselayer-config/060_networkattachments.yaml
Line 19 in e8c623a
automation/isar-baselayer-config/060_networkattachments.yaml
Line 29 in e8c623a
The text was updated successfully, but these errors were encountered: