Hello I am using pulumi typescript to upgrade gke...
# typescript
r
Hello I am using pulumi typescript to upgrade gke cluster node pool and clontrol plane of gke takes more than default timeout of 20m how to increase timeout while pulumi up
Copy code
Error waiting for updating GKE node pool version: timeout while waiting for state to become 'DONE' (last state: 'RUNNING', timeout: 20m0s)
r
You can use the customTimeouts resource option: https://www.pulumi.com/docs/intro/concepts/resources/#customtimeouts