nice-toothbrush-68985
12/16/2025, 11:24 AMnice-toothbrush-68985
12/16/2025, 11:38 AMnice-toothbrush-68985
12/16/2025, 11:41 AMpulumi/actions@v2 ā> pulumi/actions@v6
⦠actions/checkout@v2 ā> actions/checkout@v6
⦠softprops/turnstyle@v1 ā> softprops/turnstyle@v3
⦠actions/setup-python@v2 ā> actions/setup-python@v6
⢠Missing workflow permissions - either at global or job level:
permissions:
actions: read # for turnstyle
contents: read
⢠Out dated python3 version:
⦠python-version: 3.6.x ā> python-version: 3.13.xnice-toothbrush-68985
12/16/2025, 11:43 AMnice-toothbrush-68985
12/16/2025, 11:43 AMnice-toothbrush-68985
12/16/2025, 11:46 AMstocky-restaurant-98004
12/16/2025, 4:06 PMpulumi preview output as a comment in a PR. I believe it's required in order to use Deployments as well.
The GH Action is basically the Pulumi CLI with a well-defined interface so that you don't have to Bash your way through Pulumi commands.
We are aware of the difficulties using Deployments at scale (because they are per-stack) and actively working on solutions for that problem.nice-toothbrush-68985
12/17/2025, 3:09 PMnice-toothbrush-68985
12/17/2025, 3:12 PMencrypt_root_block_device=True
node_root_volume_encrypted=True
Docs:
node_root_volume_encrypted: Whether to encrypt a cluster node's root volume. Defaults to false.
encrypt_root_block_device: Encrypt the root block device of the nodes in the node group.nice-toothbrush-68985
12/17/2025, 3:15 PMstocky-restaurant-98004
12/17/2025, 3:40 PM