You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expectedErr: fmt.Errorf("all private subnets from vpc-1, that the cluster was originally created on, have been deleted; to create private nodegroups within vpc-1 please manually set valid private subnets via nodeGroup.SubnetIDs"),
271
271
}),
272
+
272
273
Entry("fails when nodegroup uses privateNetworking:false and there's no public subnet within vpc", ngEntry{
expectedErr: fmt.Errorf("all public subnets from vpc-1, that the cluster was originally created on, have been deleted; to create public nodegroups within vpc-1 please manually set valid public subnets via nodeGroup.SubnetIDs"),
279
280
}),
281
+
280
282
Entry("fails when nodegroup uses privateNetworking:true and there's no private subnet within az", ngEntry{
expectedErr: fmt.Errorf("all private subnets from us-west-2b, that the cluster was originally created on, have been deleted; to create private nodegroups within us-west-2b please manually set valid private subnets via nodeGroup.SubnetIDs"),
292
294
}),
295
+
293
296
Entry("fails when nodegroup uses privateNetworking:false and there's no private subnet within az", ngEntry{
0 commit comments