-
Notifications
You must be signed in to change notification settings - Fork 28
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
update-strategies: Document workarounds for update problems #320
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-320.westeurope.1.azurestaticapps.net |
@@ -241,12 +241,14 @@ echo "$VER" | |||
# or if you know which version to update to, set it like VER=3033.2.1 (no channel info needed) | |||
wget "https://update.release.flatcar-linux.net/${ARCH}-usr/${VER}/flatcar_production_update.gz" | |||
``` | |||
If you run a Flatcar cloud vendor image that needs OEM tools, also download the `oem-NAME.gz` file, same for Flatcar extensions which need the `flatcar-NAME.gz` files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe mention that these OEM files are in the same location as the flatcar_production_update.gz itself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, added this info
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-320.westeurope.1.azurestaticapps.net |
This came up in GitHub issues and it's helpful to document workarounds.
b2d67c8
to
a8fb65e
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-320.westeurope.1.azurestaticapps.net |
tutorial: add Flatcar tutorial
This came up in GitHub issues and it's helpful to document workarounds.