sparse-intern-71089
12/13/2018, 7:30 PMcreamy-potato-29402
12/13/2018, 7:35 PMcreamy-potato-29402
12/13/2018, 7:35 PMcreamy-potato-29402
12/13/2018, 7:36 PMdockercon-talk
abundant-airplane-93796
12/13/2018, 7:41 PMabundant-airplane-93796
12/13/2018, 7:44 PMcluster = gcp.container.Cluster.get('standard-cluster-1', 'standard-cluster-1', {zone: 'us-east1-d'})
but i'm getting this when I run pulumi up
error: Preview failed: refreshing urn:pulumi:irisvr-sandbox::irisvr::gcp:container/cluster:Cluster::standard-cluster-1: Error reading Container Cluster "": Cluster "" has status "" with message ""
creamy-potato-29402
12/14/2018, 6:27 AMabundant-airplane-93796
12/14/2018, 6:31 AMcreamy-potato-29402
12/14/2018, 6:31 AMcreamy-potato-29402
12/14/2018, 6:31 AMabundant-airplane-93796
12/14/2018, 6:32 AMcreamy-potato-29402
12/14/2018, 6:32 AMabundant-airplane-93796
12/14/2018, 6:32 AMcreamy-potato-29402
12/14/2018, 6:44 AMgcp.container.Cluster.get("<cluster-name>", "<cluster-name>", {
project: "<cluster-name>"
});
creamy-potato-29402
12/14/2018, 7:49 AMgcp.container.Cluster.get("<cluster-name>", "<cluster-name>", {
name: "<cluster-name>",
project: "<project-name>"
});
creamy-potato-29402
12/14/2018, 7:49 AMcreamy-potato-29402
12/14/2018, 7:53 AM