-
Notifications
You must be signed in to change notification settings - Fork 405
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
Support Proxy in Ubuntu 22, 24 autoinstall #1541
Comments
If I am not mistaken, the Ubuntu auto install will fail if the VM has an IP address but not internet access(because it runs apt commands and they'll fail). I think we might consider fixing this too. |
@vignesh-goutham / @mohsenkamini Which provider are we talking about here? |
well my case was with prometheus. But I have experienced this issue across ESXi too(not as a provider for image-builder tho). I guess this is the default behaviour of ubuntu installer. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
When image builder is running in an air-gapped proxy available environment, the proxy configs
http_proxy
,https_proxy
&no_proxy
overrides are not used on the Ubuntu autoinstall, leading to failed OS install.Adding proxy variables to the autoinstall should fix this issue.
/kind bug
The text was updated successfully, but these errors were encountered: