I'm facing an issue when trying to do a `pulumi up...
# aws
p
I'm facing an issue when trying to do a
pulumi up
or a
pulumi preview
. The process hangs indefinitely and does not return any errors or information around what is going on when it hangs. I started a preview last night and let it run until I started again this morning and it was still hanging at the same place again with no messaging on screen of any activity or errors. I cancelled the process and then I get dozens of these types of error messages back. This stack has worked prior and I am not sure what is causing this issue. Any help is very appreciated.
Copy code
Diagnostics:
  pulumi:pulumi:Stack (aws-us-east-1-eks-temp):
    xxxxxxxx us-east-1
    xxx c5.large 1
    unhandled rejection: CONTEXT(1681): Invoking function: tok=kubernetes:helm:template asynchronously
    STACK_TRACE:
    Error
        at Object.debuggablePromise (/Users/tonyelliott/repos/temp-platform/node_modules/@pulumi/pulumi/runtime/debuggable.js:69:75)
        at /Users/tonyelliott/repos/temp-platform/node_modules/@pulumi/pulumi/runtime/invoke.js:126:45
        at Generator.next (<anonymous>)
        at fulfilled (/Users/tonyelliott/repos/temp-platform/node_modules/@pulumi/pulumi/runtime/invoke.js:18:58)
        at processTicksAndRejections (internal/process/task_queues.js:93:5)
    unhandled rejection: CONTEXT(1681): Invoking function: tok=kubernetes:helm:template asynchronously
180 Views