Peter Hornyack
Peter Hornyack
A later step in the tool includes a helpful link: `ACTION: Do you want to specify an existing presubmit.yml file? (See https://github.com/bazelbuild/bazel-central-registry/tree/main/docs#presubmit) [y/N]:`. Perhaps a helpful link could be added...
I can confirm that this is still not working on Windows Server version 1803: setting the mtu in the docker config file does not affect the MTU of the "vEthernet...
Hi @JMesser81 @PatrickLang @kallie-b @dineshgovindasamy, this MTU issue is a huge pain point for users of Windows containers on Google Compute Engine which only supports an MTU of 1460. I...
I added a uservoice idea for this problem: https://windowsserver.uservoice.com/forums/304624-containers/suggestions/34942090-allow-configuring-a-default-mtu-for-all-containers. Anyone reading this, please add your vote!
Thanks @croemmich. Could you point out the relevant code for this? I've never looked at the Docker code...
Thanks @patricklang. Are you saying that it's possible to set the MTU of the container endpoint interface (not sure if I'm describing that accurately) on the host once, and then...
@croemmich do you have a current link for the monitoring agents you noted a few months ago? The bitbucket link from Feb. 2 is returning 404 now. I'm curious to...
I've confirmed that `Set-NetIPInterface` can be invoked on the host to update the MTU of a running container, e.g.: `Set-NetIPInterface -IncludeAllCompartments -InterfaceAlias "vEthernet (Ethernet) 2" -NlMtuBytes 1234` It seems plausible...
While poking around on my Windows kubernetes nodes I stumbled upon a sort-of workaround for this issue that seems to reduce all container MTUs by 50 bytes (sufficient for my...