Trust cni and flannel on robin to prevent issues when metallb node is assigned to robin
This commit is contained in:
parent
0e65aa19d9
commit
1373fd779e
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
trustedInterfaces = [ "cni0" "flannel.1" ];
|
||||||
|
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
22 # SSH (CRITICAL: Do not remove)
|
22 # SSH (CRITICAL: Do not remove)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue