green-park-28305
10/26/2021, 7:32 AMcluster:eks.Cluster = eks.Cluster(f"{cluster_name}-cluster",
name=cluster_name,
....
node_group_options=eks.ClusterNodeGroupOptionsArgs(
cloud_formation_tags={
"Name": "EKS Worker Node"
},
encrypt_root_block_device=True,
),
...
)
eks.ManagedNodeGroup(f"{cluster_name}-node-group-" + str(i),
cluster=cluster.core,
node_group_name=f"{cluster_name}-managed-node-group-" + str(i),
....
))
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by