This message was deleted.
# general
s
This message was deleted.
😭 1
s
sometimes pulumi has a slow timeout for deleting kubernetes because of the cloud api provider is slow. I sometimes have to manually delete the nodegroup and eks cluster to move it forward.
h
Is there anyway to increase the timeout, this happens consistently for me it isn't a once in awhile failure.
s
that indicates there is something wrong with your code. it shouldnt take more then 15 minutes usually.
h
my code, doesn't cause an issue when running
pulumi destroy
without the
--exclude-protected
option.
The preview is displayed without issue, it's only when I add
--exclude-protected
I get this error relating to a grpc client.