talos/hack/cloud-image-uploader
Andrey Smirnov 4f978a7474
fix: correctly calculate end ranges for nftables sets
If the end range reaches "max value", we need to drop it instead of
overflowing.

Fixes #12890

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit 720a2148ab023d19f3653625d785d3568f983035)
2026-03-06 22:07:38 +04:00
..
2025-03-24 18:30:21 +04:00

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 ID
  • GOOGLE_CREDENTIALS_JSON - Google Cloud Service Account JSON