-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
Handle networking MTUs #1095
Labels
topic:deployment
Bugs in or enhancements to deployment stages
topic:networking
Networking-related issues
Comments
NicolasT
added
topic:networking
Networking-related issues
topic:deployment
Bugs in or enhancements to deployment stages
moonshot
labels
May 8, 2019
For reference: https://docs.projectcalico.org/networking/mtu |
TeddyAndrieux
added a commit
that referenced
this issue
Jul 23, 2020
Add a function in `metalk8s_network` salt module to retrieve MTU configured on an interface from an IP (will be needed to check MTU on workload plane network before configuring calico #1095)
TeddyAndrieux
added a commit
that referenced
this issue
Jul 23, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on service network, this value is used by calico to create the interface for service network. NOTE: We set the calico MTU to the configured MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 23, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on service network, this value is used by calico to create the interface for service network. NOTE: We set the calico MTU to the configured MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 23, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on service network, this value is used by calico to create the interface for service network. NOTE: We set the calico MTU to the configured MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 23, 2020
Add a function in `metalk8s_network` salt module to retrieve MTU configured on an interface from an IP (will be needed to check MTU on workload plane network before configuring calico #1095)
TeddyAndrieux
added a commit
that referenced
this issue
Jul 23, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on service network, this value is used by calico to create the interface for service network. NOTE: We set the calico MTU to the configured MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
6 tasks
TeddyAndrieux
added a commit
that referenced
this issue
Jul 28, 2020
Add a function in `metalk8s_network` salt module to retrieve MTU configured on an interface from an IP (will be needed to check MTU on workload plane network before configuring calico #1095)
TeddyAndrieux
added a commit
that referenced
this issue
Jul 28, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 28, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 28, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 28, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 28, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 28, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 28, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 29, 2020
Add a function in `metalk8s_network` salt module to retrieve MTU configured on an interface from an IP (will be needed to check MTU on workload plane network before configuring calico #1095)
TeddyAndrieux
added a commit
that referenced
this issue
Jul 29, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 29, 2020
Add a function in `metalk8s_network` salt module to retrieve MTU configured on an interface from an IP (will be needed to check MTU on workload plane network before configuring calico #1095)
TeddyAndrieux
added a commit
that referenced
this issue
Jul 29, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 29, 2020
Add a function in `metalk8s_network` salt module to retrieve MTU configured on an interface from an IP (will be needed to check MTU on workload plane network before configuring calico #1095)
TeddyAndrieux
added a commit
that referenced
this issue
Jul 29, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 30, 2020
Add a function in `metalk8s_network` salt module to retrieve MTU configured on an interface from an IP (will be needed to check MTU on workload plane network before configuring calico #1095)
TeddyAndrieux
added a commit
that referenced
this issue
Jul 30, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 30, 2020
Add a function in `metalk8s_network` salt module to retrieve MTU configured on an interface from an IP (will be needed to check MTU on workload plane network before configuring calico #1095)
TeddyAndrieux
added a commit
that referenced
this issue
Jul 30, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 30, 2020
Add a small paragraph about MTU value that may be provided for workloadPlane network in BootstrapConfiguration Refs: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 30, 2020
Add a changelog entry about the ability to use multiple CIDRs for workload and control plane networks and to configure the MTU used by Calico Refs: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 31, 2020
Add a changelog entry about the ability to use multiple CIDRs for workload and control plane networks and to configure the MTU used by Calico Refs: #1095
This was referenced Jul 31, 2020
TeddyAndrieux
added a commit
that referenced
this issue
Jul 31, 2020
Add a `mtu` key in bootstrap configuration to configure the value for MTU on Pod network, this value is used by calico to create the interface for Pod network. NOTE: We set the calico MTU to the workload MTU - 20 so that if IPinIP is enabled the MTU is still valid Fixes: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 31, 2020
Add a small paragraph about MTU value that may be provided for workloadPlane network in BootstrapConfiguration Refs: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 31, 2020
Add a changelog entry about the ability to use multiple CIDRs for workload and control plane networks and to configure the MTU used by Calico Refs: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 31, 2020
Add a function in `metalk8s_network` salt module to retrieve MTU configured on an interface from an IP (will be needed to check MTU on workload plane network before configuring calico #1095)
TeddyAndrieux
added a commit
that referenced
this issue
Jul 31, 2020
Add a small paragraph about MTU value that may be provided for workloadPlane network in BootstrapConfiguration Refs: #1095
TeddyAndrieux
added a commit
that referenced
this issue
Jul 31, 2020
Add a changelog entry about the ability to use multiple CIDRs for workload and control plane networks and to configure the MTU used by Calico Refs: #1095
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
topic:deployment
Bugs in or enhancements to deployment stages
topic:networking
Networking-related issues
We currently hard-code the
veth
MTU to1440
(the Calico self-hosted manifest default). However, this is a 'pessimistic' default, based on GCP deployment infrastructure.Instead, since we don't enable IPIP by default, we should
This would at least allow for 60bytes extra per packet on 'regular' ethernet networks, or 7560 bytes on networks configured with jumbo-frames.
The text was updated successfully, but these errors were encountered: