Hi, despite the use of the custom timeout my `pulu...
# java
s
Hi, despite the use of the custom timeout my
pulumi up
fall in timeout. The code:
Copy code
//...
KubeArgs kubeDetails = KubeArgs.builder()
                .serviceName(OVH_CLOUD_PROJECT_SERVICE)
                .name("my-kube")
                .region("GRA7")
                .build();
        Kube kube = new Kube("my-kube", kubeDetails, CustomResourceOptions.builder()
            .customTimeouts(
                    CustomTimeouts.builder()
                            .create(Duration.ofSeconds(3600))
                            .build())
            .build());
//...
I think it's not timeout it's happen juste few seconds after run
pulumi up
. I have no idea on how debug this, does anybody have faced to the same issue?
more informations with logs:
Copy code
error:  sdk-v2/provider2.go:509: sdk.helper_schema: timeout while waiting database xxxx to be READY: Get "<https://eu.api.ovh.com/1.0/cloud/project/xxx/database/postgresql/xxx>": dial tcp 141.95.186.223:443: connect: cannot allocate memory: provider=ovh@v2.1.0
  error: 1 error occurred:
    * timeout while waiting database xxx to be READY: Get "<https://eu.api.ovh.com/1.0/cloud/project/xxx/database/postgresql/xxx>": dial tcp 141.95.186.223:443: connect: cannot allocate memory