Hello All, I am using pulumi to deploy fargate on EKS with python. I am not getting any error but all the 3 nodes in the cluster are created as EC2 instances but not as fargate instances. My fargate profile namespace and coredns namespace is same. Any suggestions how I can get Fargate instances ? Scenario 1 : I used fargate=True while creating EKS cluster, EKS cluster ,
fargate profile is created and Fargate instances are created – No issue.
*Scenario 2: (*My fargate profile namespace and coredns namespace is same)
1. Create EKS cluster without using Fargate =True
2. Add fargate pod role
3. Create Fragate profile
EKS cluster, IAM role & Fargate profile is created but all the 3 nodes in the cluster are created as EC2 instances but not as fargate instances