Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
936dc92 to
4759bb8
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
4759bb8 to
5746830
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
| $ bzip2 --decompress ./flatcar_production_scaleway_image.img.bz2 | ||
| $ mv flatcar_production_scaleway_image.{img,qcow2} | ||
| $ aws s3api create-bucket --bucket flatcar | ||
| $ aws s3 cp flatcar_production_scaleway_image.qcow2 s3://flatcar/flatcar_production_scaleway_image.qcow2 |
There was a problem hiding this comment.
Is this renaming to qcow2 necessary? If so, maybe we should think about creating scaleway images with qcow2.bz2 extension instead of img.bz2?
There was a problem hiding this comment.
Yes, that's necessary. That's actually a good idea to rename images, I did not check if we can do this.
|
|
||
| ## Launch machine | ||
|
|
||
| Boot the machine with the CLI, referencing the snapshot ID from the import step above and your [Ignition file from Butane][butane-configs]: |
There was a problem hiding this comment.
Maybe mention that the command will print the ID of the instance, which will be used in follow-up commands? Or add an example output of the scw instance server create?
There was a problem hiding this comment.
Thanks for the suggestion. I modified the commands to use JSON output and get the ID(snapshot, instance) in a variable. One can just copy paste the commands without editing. :)
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
435fe46 to
e33e758
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
|
Freezing the PR until the next release to provide |
|
is this the only thing to fix to declare support? |
@andypost you can already try Flatcar on Scaleway, the image is available on Alpha / Beta: https://beta.release.flatcar-linux.net/amd64-usr/current/flatcar_production_scaleway_image.img.bz2 This PR is just about adding some user documentation (which was one of the final steps: flatcar/Flatcar#1368) |
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
e33e758 to
9acbfac
Compare
|
@krnowak nothing has changed for the review, I just rebased and asked for a new review since approval is required to merge in this repository. |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
Scaleway documentation: from the upload to the deployment.
TODO:
qcow2images to be in sync with the documentation