Does pulumi have any default timeouts when interac...
# aws
s
Does pulumi have any default timeouts when interacting eks clusters? After I create a eks cluster and try to install/update a app in the cluster I get the below cluster unreachable error. But when I use kubectl/helm from local machine I can access the cluster and update the k8s objects. And this pulumi error is flaky(but fails most of the times)
Copy code
warning: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: unexpected error when reading response body. Please retry. Original error: net/http: request canceled (Client.Timeout or context cancellation while reading body)
    error: Preview failed: failed to read resource state due to unreachable cluster. If the cluster was deleted, you can remove this resource from Pulumi state by rerunning the operation with the PULUMI_K8S_DELETE_UNREACHABLE environment variable set to "true"