thousands-librarian-6697
12/19/2024, 6:43 AMmanagedNodeGroupArgs = &eks.ManagedNodeGroupArgs{
			KubeletExtraArgs:    pulumi.StringRef(nodeGroupInfo.KubeletExtraArgs),
			Cluster:             eksClusterInfo,
			DiskSize:            pulumi.Int(nodeGroupInfo.ManagedNodeGroupDiskSize),
			SubnetIds:           subnetIds,
			ScalingConfig: awseks.NodeGroupScalingConfigArgs{
				DesiredSize: pulumi.Int(nodeGroupInfo.ManagedNodeGroupDesiredSize),
				MaxSize:     pulumi.Int(nodeGroupInfo.ManagedNodeGroupMaxSize),
				MinSize:     pulumi.Int(nodeGroupInfo.ManagedNodeGroupMinSize),
			},
		}thousands-librarian-6697
12/19/2024, 7:07 AMmanagedNodeGroupArgs.NodeadmExtraOptions = &eks.NodeadmOptionsArray{
				&eks.NodeadmOptionsArgs{
					Content:     pulumi.String("mkdir /test/123213"),
					ContentType: pulumi.String(`text/x-shellscript; charset="us-ascii"`),
				},
			}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