incalculable-diamond-5088
04/18/2019, 9:15 PMdazzling-scientist-80826
04/18/2019, 10:04 PMpulumi-nodejs:dynamic:Resource
- Is there some way to override this? It makes it hard to tell what’s happening in previews & means i have to do extra work to namespace resourcessparse-intern-71089
04/18/2019, 10:42 PMdazzling-scientist-80826
04/18/2019, 11:28 PMcloud.timer.interval
& logs show up in cloudwatch, but aren’t showing up in pulumi logs -f
(other logs are) - how does pulumi logs know what to monitor? and is this a bug in the cloud library maybe?faint-gold-95070
04/19/2019, 4:46 AMgray-elephant-37695
04/19/2019, 7:40 AMgray-elephant-37695
04/19/2019, 7:53 AMquick-action-34599
04/19/2019, 2:12 PMincalculable-diamond-5088
04/19/2019, 3:08 PMmake ensure
getting
ENSURE:
GO111MODULE=on go mod vendor
/bin/bash: gomod-doccopy: command not found
make: *** [ensure] Error 127
thousands-summer-48355
04/19/2019, 4:51 PMincalculable-diamond-5088
04/19/2019, 6:12 PMearly-musician-41645
04/19/2019, 7:29 PMeks.Cluster
. I have a need to add tags to the cluster and all related/dependent components, but there's not tags attribute available. Is there any workaround for this?
39 /*
40 * EKS cluster creation
41 */
42 export const cluster = new eks.Cluster(config.environment + "-eks-cluster", {
43 version: config.kubernetesVersion,
44 vpcId: config.vpcId,
45 subnetIds: config.subnetIds,
46 instanceType: config.instanceType,
47 tags: {
48 Project: "Mustang",
49 },
50 nodeAmiId: config.amiId,
51 nodePublicKey: config.workerNodePublicKey,
52 nodeRootVolumeSize: 200,
53 desiredCapacity: config.desiredNodes,
54 maxSize: config.maxNumberOfNodes,
55 minSize: config.minNumberOfNodes,
56 nodeUserData: userData,
57 deployDashboard: false,
58 vpcCniOptions: {
$ pulumi up
Previewing update (redacted):
Type Name Plan Info
pulumi:pulumi:Stack eks-cluster-online-sandbox-vpc 1 error
Diagnostics:
pulumi:pulumi:Stack (eks-cluster-online-sandbox-vpc):
error: Running program '/home/tsi/eshamay/git/cs/infrastructure/pulumi/eks-cluster' failed with an unhandled exception:
TSError: ⨯ Unable to compile TypeScript:
cluster.ts(47,5): error TS2345: Argument of type '{ version: string; vpcId: string; subnetIds: Output<UnwrappedArray<string>>; instanceType: InstanceType; tags: { Project: string; }; nodeAmiId: string; nodePublicKey: string; nodeRootVolumeSize: number; ... 6 more ...; roleMappings: { ...; }[]; }' is not assignable to parameter of type 'ClusterOptions'.
Object literal may only specify known properties, and 'tags' does not exist in type 'ClusterOptions'.
incalculable-diamond-5088
04/19/2019, 10:33 PMinstanceRole
and instanceRoles
are outputs and thus the expression fails even though none of them is setdazzling-scientist-80826
04/20/2019, 12:40 AMlink:../whatever
in a pulumi package.json for a yarn project? I get Could not include required dependency
when i try.shy-army-45455
04/22/2019, 3:18 AMshy-army-45455
04/22/2019, 3:19 AMincalculable-diamond-5088
04/22/2019, 2:19 PMpulumi up
became very slow. From less than 30-50 seconds each run is now taking ~3 minutes. Is it a known issue?jolly-lifeguard-22556
04/22/2019, 5:58 PMNET::ERR_CERT_COMMON_NAME_INVALID
quaint-queen-45003
04/22/2019, 8:06 PM@pulumi/newrelic
package? I'm hitting errors like this
error: Plan apply failed: The API key provided is invalid
.chilly-photographer-60932
04/22/2019, 11:01 PM10
mins timeout. We are stuck and not able to proceed.chilly-photographer-60932
04/22/2019, 11:02 PMbetter-rainbow-14549
04/23/2019, 2:13 PMerror: could not load plugin for azure provider 'urn:pulumi:subscription::subscription::pulumi:providers:azure::default': no resource plugin 'azure-v0.17.3' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource azure v0.17.3`
i'm getting that for a pulumi refresh
on CI - never had it do this before with package updates. Any solution?damp-pillow-67781
04/23/2019, 3:58 PMplain-businessperson-30883
04/23/2019, 6:15 PMprivateCluster
option (as described in https://pulumi.io/reference/pkg/nodejs/@pulumi/gcp/container/#Cluster-privateCluster) but I can't find it in the ClusterArgs
(https://github.com/pulumi/pulumi-gcp/blob/master/sdk/nodejs/container/cluster.ts), despite seeing it in the GetClusterResult
interface (https://github.com/pulumi/pulumi-gcp/blob/master/sdk/nodejs/container/getCluster.ts#L105).
If I set only the privateClusterOptions
I get the following error:
gcp:container:Cluster (my-cluster):
error: Plan apply failed: googleapi: Error 400: Private cluster must be enabled if private endpoint is enabled., badRequest
Anyone ever had this? Am I missing something? Thanks in advance.dazzling-scientist-80826
04/23/2019, 7:55 PMorange-tailor-85423
04/23/2019, 9:28 PMorange-tailor-85423
04/23/2019, 9:28 PMorange-tailor-85423
04/23/2019, 9:30 PMadamant-dress-73325
04/23/2019, 11:34 PMnew aws.acm.CertificateValidation()
is not doing this by default?fierce-dinner-20116
04/24/2019, 12:44 AM