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
const cluster = await EKSClusterLauncher.create(app, {
rootDomainName: 'example.com', // Domain configured in Route53
instanceTypes: ['t3.small', 't3.medium', 't3.large'] // List of instances to be used for worker nodes
})
is incompatible with the current argument format for the create method
The example usage
is incompatible with the current argument format for the create method
cluster-launcher/src/index.ts
Line 47 in b03180c
The text was updated successfully, but these errors were encountered: