I have created EKS cluster manually. Now when I am trying to create a nodegroup for Windows by following this link launch-windows-workers
I am getting this below error:-
2021-09-03 06:28:02 [!] no eksctl-managed CloudFormation stacks found for "testEnv-cluster", will attempt to create nodegroup(s) on non eksctl-managed cluster Error: loading VPC spec for cluster "testEnv-cluster": VPC configuration required for creating nodegroups on clusters not owned by eksctl: vpc.subnets, vpc.id, vpc.securityGroup
- How do I own this cluster for eksctl which was earlier manually created by eks and then following process was accomplished by kubectl ?
- How do I create node-group for Windows instance under my cluster ?
- How to create the cloudformation stack for the Windows NodeGroup ?
any help