mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-14 18:47:09 +02:00
Fix UKI boot detection Also fix bug introduced by #10640 which imported the unix package making talosctl non-unix builds broken. Signed-off-by: Noel Georgi <git@frezbo.dev> |
||
---|---|---|
.. | ||
aws.go | ||
gcp.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
Google Cloud Pre-requisites
GOOGLE_PROJECT_ID
- Google Cloud Project IDGOOGLE_CREDENTIALS_JSON
- Google Cloud Service Account JSON