8000 feat: support specific calico host mtu by BSWANG · Pull Request #161 · alibaba/kubeskoop · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: support specific calico host mtu #161

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

Merged
merged 1 commit into from
Jan 26, 2024
Merged

feat: support specific calico host mtu #161

merged 1 commit into from
Jan 26, 2024

Conversation

BSWANG
Copy link
Collaborator
@BSWANG BSWANG commented Jan 26, 2024

fix #155

@BSWANG BSWANG added this to the kubeskoop 1.0 milestone Jan 26, 2024
@BSWANG BSWANG requested a review from Lyt99 January 26, 2024 09:49
@@ -37,6 +38,8 @@ type CalicoConfig struct {
func (c *CalicoConfig) BindFlags(fs *pflag.FlagSet) {
fs.StringVarP(&c.Interface, "calico-host-interface", "", "",
"Host interface for calico plugin.")
fs.IntVarP(&c.NodeMTU, "calico-node-mtu", "", 1500,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May use calico-host-mtu or calico-host-interface-mtu to be consistent with calico-host-interface

fix alibaba#155

Signed-off-by: bingshen.wbs <bingshen.wbs@alibaba-inc.com>
@Lyt99 Lyt99 merged commit 49ae4cf into alibaba:main Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calico node MTU check should be configurable
2 participants
0