glamorous-waitress-51149
08/07/2019, 12:01 PMwide-cat-87818
08/07/2019, 2:13 PMfuture-hydrogen-91224
08/07/2019, 2:20 PMfuture-hydrogen-91224
08/07/2019, 2:21 PMfuture-hydrogen-91224
08/07/2019, 2:23 PMfuture-hydrogen-91224
08/07/2019, 2:23 PMcool-egg-852
08/07/2019, 4:01 PMbetter-rainbow-14549
08/07/2019, 4:06 PMthankful-optician-22583
08/07/2019, 5:08 PMhigh-translator-22614
08/07/2019, 5:11 PMdocker:dind
image?high-translator-22614
08/07/2019, 5:12 PMbest-xylophone-83824
08/07/2019, 7:07 PMpulumi preview/up
just exits with code 255 and no error, not preview what do I do wrong?
index.ts:
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const config = new pulumi.Config("gcp-bootstrap");
// Create a GCP resource (Storage Bucket)
const gke = new gcp.organisations.Project("gke01", {
orgId: config.require("organisation")
});
// Export the DNS name of the bucket
export const gkeId = gke.id;
tail of pulumi preview
Logging in using access token from PULUMI_ACCESS_TOKEN
Previewing update ($CORP/prod):
Permalink: <https://app.pulumi.com/$CORP/gcp-bootstrap/prod/previews/242b9dd0-b832-4f99-94fd-de87398528ca>
billowy-television-23506
08/07/2019, 11:05 PMpulumi preview
, froze the console, broke out and this started to happen. A reboot didn't fix it.millions-judge-24978
08/08/2019, 1:06 AMconst deployment = new k8s.apps.v1.Deployment(...)
and have it create it right then and there.cool-egg-852
08/08/2019, 3:06 AMbest-xylophone-83824
08/08/2019, 10:34 AMbest-xylophone-83824
08/08/2019, 11:58 AMdamp-room-71337
08/08/2019, 12:53 PMgetResourceProperty()
method? All the examples I’ve seen look like this:
guestbook.getResourceProperty("v1/Service", "frontend", "status")
but I get an exception unless I prefix the resource name with the namespace:
mysql.getResourceProperty("v1/Service", "idm-mysql", "spec")
...
TypeError: Cannot read property 'spec' of undefined
whereas this works: mysql.getResourceProperty("v1/Service", "pulimi-test/idm-mysql", "spec")
what am I missing?better-rainbow-14549
08/08/2019, 12:55 PMbetter-rainbow-14549
08/08/2019, 12:55 PMdamp-room-71337
08/08/2019, 12:55 PMdefault
ns? https://github.com/pulumi/kubernetes-the-prod-way/blob/master/services/wordpress/index.tsbetter-rainbow-14549
08/08/2019, 12:56 PMdamp-room-71337
08/08/2019, 12:57 PMpulumi config set k8s-namespace pulumi-test
, then pepper config.require()
throughout my resource definitions?better-rainbow-14549
08/08/2019, 12:59 PMdamp-room-71337
08/08/2019, 1:00 PMdamp-room-71337
08/08/2019, 1:00 PMbetter-rainbow-14549
08/08/2019, 1:00 PMhigh-translator-22614
08/08/2019, 5:30 PMcurved-megabyte-91197
08/08/2019, 5:50 PMserverless-offline
offers? I'm new to Pulumi and excited to work on this!!high-translator-22614
08/08/2019, 5:52 PM