worried-city-86458
09/10/2019, 11:37 PMDev-EksPulumi-eksCluster (eks:index:Cluster$aws:eks/cluster:Cluster)
error: Plan apply failed: 1 error occurred:
* updating urn:pulumi:dev::k8s-infra::eks:index:Cluster$aws:eks/cluster:Cluster::Dev-EksPulumi-eksCluster: error waiting for EKS Cluster (Dev-EksPulumi-eksCluster-d16ec52) version update (3222e27e-b126-4546-9e37-d6b251e4a025): timeout while waiting for state to become 'Cancelled, Failed, Successful' (last state: 'InProgress', timeout: 20m0s)
Is this configurable somewhere?white-balloon-205
customTimeouts
- but it is possible that we don't yet thread through control of the timeouts on the ASG here from the eks.Cluster
component. We are working on a general mechanism to allow this sort of customization in https://github.com/pulumi/pulumi/issues/2068.worried-city-86458
09/11/2019, 12:53 AM