Hi, I’m trying to provision an EKS Nodegroup attac...
# aws
k
Hi, I’m trying to provision an EKS Nodegroup attached to an EKS cluster, but keep getting the following:
Copy code
error: Error: 'dependsOn' was passed a value that was not a Resource.
I’m not using any ResourceOpts (depends on or parent) in the NodeGroup resource. Anyone have any ideas on how to get around this?
Full Stack Trace:
Copy code
unhandled rejection: CONTEXT(1914): resource:andrew-py-dev-system-nodes[aws:cloudformation/stack:Stack]
    STACK_TRACE:
    Error
        at Object.debuggablePromise (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/runtime/debuggable.js:69:75)
        at Object.registerResource (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/runtime/resource.js:219:18)
        at new Resource (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/resource.js:215:24)
        at new CustomResource (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/resource.js:307:9)
        at new Stack (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/cloudformation/stack.ts:189:9)
        at createNodeGroup (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/nodegroup.ts:570:22)
        at new NodeGroup (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/nodegroup.ts:319:23)
        at Object.construct (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/cmd/provider/nodegroup.ts:21:31)
        at Provider.construct (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/cmd/provider/index.ts:88:24)
        at Server.<anonymous> (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/provider/server.js:311:52)
    unhandled rejection: CONTEXT(1914): resource:andrew-py-dev-system-nodes[aws:cloudformation/stack:Stack]
    STACK_TRACE:
    Error
        at Object.debuggablePromise (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/runtime/debuggable.js:69:75)
        at Object.registerResource (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/runtime/resource.js:219:18)
        at new Resource (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/resource.js:215:24)
        at new CustomResource (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/resource.js:307:9)
        at new Stack (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/cloudformation/stack.ts:189:9)
        at createNodeGroup (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/nodegroup.ts:570:22)
        at new NodeGroup (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/nodegroup.ts:319:23)
        at Object.construct (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/cmd/provider/nodegroup.ts:21:31)
        at Provider.construct (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/cmd/provider/index.ts:88:24)
        at Server.<anonymous> (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/provider/server.js:311:52)
    unhandled rejection: CONTEXT(1914): resource:andrew-py-dev-system-nodes[aws:cloudformation/stack:Stack]
    STACK_TRACE:
    Error
        at Object.debuggablePromise (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/runtime/debuggable.js:69:75)
        at Object.registerResource (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/runtime/resource.js:219:18)
        at new Resource (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/resource.js:215:24)
        at new CustomResource (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/resource.js:307:9)
        at new Stack (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/cloudformation/stack.ts:189:9)
        at createNodeGroup (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/nodegroup.ts:570:22)
        at new NodeGroup (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/nodegroup.ts:319:23)
        at Object.construct (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/cmd/provider/nodegroup.ts:21:31)
        at Provider.construct (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/cmd/provider/index.ts:88:24)
        at Server.<anonymous> (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/provider/server.js:311:52)
 
    error: Error: 'dependsOn' was passed a value that was not a Resource.
        at /Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/runtime/resource.js:535:27
        at Generator.next (<anonymous>)
        at /Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/runtime/resource.js:21:71
        at new Promise (<anonymous>)
        at __awaiter (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/runtime/resource.js:17:12)
        at gatherExplicitDependencies (/Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/runtime/resource.js:513:12)
        at /Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/runtime/resource.js:527:50
        at /Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/output.js:250:35
        at Generator.next (<anonymous>)
        at /Users/andrew.denhertog/.pulumi/plugins/resource-eks-v0.30.0/node_modules/@pulumi/pulumi/output.js:21:71
    error: preview canceled