Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Project ID:
Issue summary: The customer is using Vertex AI Notebooks with a custom container and have problems connecting to the internet. They assume that the problem is due to the MTU settings of the docker daemon / notebooks container when connecting to the internet over a VPN tunnel.
They have to use VPN, they cannot use external IP.
Current workaround it is to resize the container NIC with the following command:
sudo bash -c 'echo "{ "mtu": 1460 }" > /etc/docker/daemon.json'
sudo systemctl daemon-reload
sudo systemctl restart docker.service
Their ask this feature request to allow them to set a default container size.