Skip to content

Commit 3b4b1a7

Browse files
aleoliadamjensenbot
authored andcommitted
fix(nftables-monitor): update default nftables monitor configuration to false
1 parent 8c9fc15 commit 3b4b1a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployments/liqo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
| networking.fabric.config.gatewayMasqueradeBypass | bool | `false` | Enable/Disable the masquerade bypass for the gateway pods. It means that the packets from gateway pods will not be masqueraded from the host where the pod is scheduled. This is useful in scenarios where CNIs masquerade the traffic from pod to nodes. For example this is required when using the Azure CNI or Kindnet. |
8989
| networking.fabric.config.healthProbeBindAddressPort | string | `"8081"` | Set the port where the fabric pod will expose the health probe. To disable the health probe, set the port to 0. |
9090
| networking.fabric.config.metricsAddressPort | string | `"8082"` | Set the port where the fabric pod will expose the metrics. To disable the metrics, set the port to 0. |
91-
| networking.fabric.config.nftablesMonitor | bool | `true` | Enable/Disable the nftables monitor for the fabric pod. It means that the fabric pod will monitor the nftables rules and will restore them in case of changes. In some cases (like K3S), this monitor can cause a huge amount of CPU usage. If you are experiencing high CPU usage, you can disable this feature. |
91+
| networking.fabric.config.nftablesMonitor | bool | `false` | Enable/Disable the nftables monitor for the fabric pod. It means that the fabric pod will monitor the nftables rules and will restore them in case of changes. In some cases (like K3S), this monitor can cause a huge amount of CPU usage. If you are experiencing high CPU usage, you can disable this feature. |
9292
| networking.fabric.image.name | string | `"ghcr.io/liqotech/fabric"` | Image repository for the fabric pod. |
9393
| networking.fabric.image.version | string | `""` | Custom version for the fabric image. If not specified, the global tag is used. |
9494
| networking.fabric.pod.annotations | object | `{}` | Annotations for the fabric pod. |

deployments/liqo/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ networking:
123123
# It means that the fabric pod will monitor the nftables rules and will restore them in case of changes.
124124
# In some cases (like K3S), this monitor can cause a huge amount of CPU usage.
125125
# If you are experiencing high CPU usage, you can disable this feature.
126-
nftablesMonitor: true
126+
nftablesMonitor: false
127127
# -- Set the port where the fabric pod will expose the health probe.
128128
# To disable the health probe, set the port to 0.
129129
healthProbeBindAddressPort: "8081"

0 commit comments

Comments
 (0)