mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-17 20:17:03 +02:00
I wasn't able to find a more elegant way to get Vue content into Markdown, so a bit of a hack with the template. Looks like frontmatter parsing is also incomplete, so I could rely only on the page title. Also changed the format of the image export to make it much easier to work on that data in Vue. Fixes #2834 Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com> |
||
---|---|---|
.. | ||
aws.go | ||
extract.go | ||
go.mod | ||
go.sum | ||
main.go | ||
options.go | ||
README.md | ||
role-policy.json | ||
trust-policy.json |
cloud-image-uploader
vmimport role
Role should be pre-created before running this command.
aws iam create-role --role-name vmimport --assume-role-policy-document file://trust-policy.json
aws iam put-role-policy --role-name vmimport --policy-name vmimport --policy-document file://role-policy.json