wet-soccer-72485
10/23/2020, 9:13 PMconst k8sCluster = new gcp.container.Cluster();
k8sCluster.on('update', () => {
pulumi.log.warn(
`NOTE: It takes upwards of 35 minutes to update the Cluster. The current timeout for updates and deletes is hardcoded and the supplied create timeout is "${clusterTimeout}"`,
this.k8sCluster
);
});
hundreds-musician-51496
10/24/2020, 4:21 AMwet-soccer-72485
10/24/2020, 6:22 PMimport { InlineProgramArgs, LocalWorkspace } from "@pulumi/pulumi/x/automation";