-
Notifications
You must be signed in to change notification settings - Fork 59
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
Uploading to cloud platforms: Azure #148
Comments
I think this involves the following:
|
Generation 2 VMs are in public preview. Among other things, they boot via UEFI. The generation is a property of the image, not the disk; the typical approach is apparently to create two linked images (for each of gens 1 and 2) backed by the same disk. That approach would require coreos/coreos-assembler#334. |
We just added Azure images to be output by our build pipeline. We are not uploading to Azure yet, but a user can workaround by uploading the image to their account directly. |
Great! I'll try it out today :-) |
Looks good. It seems as if the VM needs one (sometimes a few) reboot before it gets Azure DNS servers in /etc/resolv.conf. Don't know where that comes from. |
xref: #361 |
how can we push this forward? |
assuming you're talking about uploading directly to Azure:
Our hands are tied right now. We need a legal agreement and then accounts created. It's being worked on in the background. |
Hi. Any news about that? Will FCOS ever get on the Azure Marketplace? Azure is the only major Cloud Provider of the "big three" not having FCOS in the Marketplace that's embarassing. |
No update. |
@dustymabe : |
The situation is still as described in #148 (comment). Locking the issue to reduce noise. |
It appears Azure now has a community gallery (preview) that we should be able to use to share images that we create publicly. |
This is part of #146 and tracks the work/discussion around uploading to Azure.
The text was updated successfully, but these errors were encountered: