mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-08 06:01:12 +02:00
There were some upstream code changes in etcd, some code got moved around. PRs #3651 #3652 #3653 #3654 #3655 #3655 #3656 #3657 #3658 #3659 #3660 #3661 #3662 #3663 Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.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