Hi, My token expired during a pulumi up and it fai...
# general
b
Hi, My token expired during a pulumi up and it failed. Then my eks cluster got created but pulumi did not see it. I did a refresh, which complains so I remove the eks creating from stack export. And do a stack import. Now the stack does not have knowledge of the eks cluster. So when I do a pulumi up, this fails because the cluster has already been created. What can I do from there to have a successful pulumi up? And did I do something wrong when removing the ongoing operation in the export. Should I have changed it to ‘created’?
👀 1