adamant-translator-31969
02/04/2021, 9:21 PMError creating EKS Fargate Profile (origination-eks-stgfg:Profile-1): ResourceInUseException: Cannot create Fargate Profile Profile-1 because cluster origination-eks-stgfg currently has Fargate profile Profile-2 in status CREATING
billowy-army-68599
02/04/2021, 9:43 PMadamant-translator-31969
02/05/2021, 2:12 AMfor (let i = 0; i < args.eksFgCfg.length; i++ ) {
fgProfile = new aws.eks.FargateProfile('fgProfile-' + args.eksFgCfg[i].profileName, {
fargateProfileName: args.eksFgCfg[i].profileName,
clusterName: args.eksFgCfg[i].eksClusterName,
podExecutionRoleArn: fgPodExecutionRole.arn,
selectors: args.eksFgCfg[i].eksFgSelect,
}, defaultResourceOptions);
}
billowy-army-68599
02/05/2021, 2:39 AMadamant-translator-31969
02/05/2021, 11:12 AM