Skip to content

Commit

Permalink
Update default value of checksum offload
Browse files Browse the repository at this point in the history
  • Loading branch information
lou-lan committed Oct 16, 2023
1 parent ce4ec22 commit 966033a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ helm install egressgateway egressgateway/egressgateway --namespace kube-system
| `feature.vxlan.name` | The name of VXLAN device | `egress.vxlan` |
| `feature.vxlan.port` | VXLAN port | `7789` |
| `feature.vxlan.id` | VXLAN ID | `100` |
| `feature.vxlan.disableChecksumOffload` | Disable checksum offload | `true` |
| `feature.vxlan.disableChecksumOffload` | Disable checksum offload | `false` |
| `feature.clusterCIDR.autoDetect.podCidrMode` | cni cluster used, it can be specified as `k8s`, `calico`, `auto` or `""`. The default value is `auto`. | `auto` |
| `feature.clusterCIDR.autoDetect.clusterIP` | if ignore service ip | `true` |
| `feature.clusterCIDR.autoDetect.nodeIP` | if ignore node ip | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ feature:
## @param feature.vxlan.id VXLAN ID
id: 100
## @param feature.vxlan.disableChecksumOffload Disable checksum offload
disableChecksumOffload: true
disableChecksumOffload: false
clusterCIDR:
autoDetect:
## @param feature.clusterCIDR.autoDetect.podCidrMode cni cluster used, it can be specified as `k8s`, `calico`, `auto` or `""`. The default value is `auto`.
Expand Down

0 comments on commit 966033a

Please sign in to comment.