steep-flower-90579
03/31/2025, 9:15 PMpulumi up
fall in timeout.
The 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?steep-flower-90579
04/01/2025, 2:58 PMerror: 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