mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-20 22:21:13 +02:00
Update k8s to 1.21.2. See #3787 #3788 #3789 #3790 #3791 #3792 #3793 #3794 #3795 #3796 #3798. Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@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