mirror of
https://github.com/lingble/talos.git
synced 2026-03-20 04:03:37 +00:00
Bump protoenc to custom branch/commit that supports that. Add additional prechecks to custom decoder to support that. Add tests to verify that it's working. Also - run `go work sync` and `go mod tidy`. Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
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