bored-river-53178
08/28/2019, 2:28 PMbest-xylophone-83824
08/28/2019, 3:00 PMcool-egg-852
08/28/2019, 3:08 PMgcp.config.project
I thinkbest-xylophone-83824
08/28/2019, 3:13 PMdamp-room-71337
08/28/2019, 3:14 PMeks.Cluster
would get stuck on destroy when trying to delete a node security group?
aws:ec2:SecurityGroup cluster-nodeSecurityGroup deleting...
damp-room-71337
08/28/2019, 3:16 PMdamp-room-71337
08/28/2019, 3:17 PMmodern-ram-22318
08/28/2019, 3:59 PMpulumi up
all executes fine, but my LaunchConfiguration and AutoScalingGroup never actually get created in AWS, don't show up in my stack Resources. Everything else so far seems to be working fine. Any ideas on why that would be?
Also, any idea if it's possible to add Metadata to LaunchConfiguration resources?flat-guitar-86436
08/28/2019, 6:31 PMsome-doctor-62800
08/28/2019, 7:14 PMflat-guitar-86436
08/28/2019, 9:23 PMexport const rootAccount = new aws.organizations.Account(INFRA_CONFIG.REFERENCE_ACCOUNT_NAME, {
email: INFRA_CONFIG.ROOT_ACCOUNT_EMAIL,
iamUserAccessToBilling: 'ALLOW',
parentId: rootOrgUnit.id
});
is it possible to do that? Pulumi error because this user already existdamp-room-71337
08/29/2019, 9:46 AMvpcCniOptions
on eks.Cluster
doesn’t seem to be taking effect? With this definition:
new eks.Cluster(
"cluster",
{
name: opts.tagName,
version: opts.version,
vpcId: opts.vpcId,
vpcCniOptions: {
logLevel: "INFO",
warmEniTarget: 0
}
}
);
the aws-node
env vars look like:
Environment:
AWS_VPC_K8S_CNI_LOGLEVEL: DEBUG
AWS_VPC_K8S_CNI_LOG_FILE: stdout
MY_NODE_NAME: (v1:spec.nodeName)
damp-room-71337
08/29/2019, 9:47 AMUpdating (dev):
Type Name Status Info
pulumi:pulumi:Stack cluster-infrastructure-dev
└─ cluster-infrastructure:eksCluster cluster
└─ eks:index:Cluster cluster
~ └─ pulumi-nodejs:dynamic:Resource cluster-vpc-cni updated [diff: +logLevel]
I’ve tried deleting instances in the nodegroup and letting the ASG replace them, but the env vars are still the sameflat-lamp-55912
08/29/2019, 12:20 PMincalculable-diamond-5088
08/29/2019, 2:03 PMXXX refers to unknown provider YYY
error with the state remaining inconsistent. That’s a problemsome-doctor-62800
08/29/2019, 3:35 PMsome-doctor-62800
08/29/2019, 3:43 PMsome-doctor-62800
08/29/2019, 3:44 PMgcp.projects.getProject
but on gcp.organizations.getProject
bitter-judge-29436
08/29/2019, 4:35 PMbitter-judge-29436
08/29/2019, 4:35 PMhigh-translator-22614
08/29/2019, 4:48 PMhigh-translator-22614
08/29/2019, 4:48 PMsome-doctor-62800
08/29/2019, 4:53 PMbitter-judge-29436
08/29/2019, 4:54 PMbitter-dentist-28132
08/29/2019, 5:48 PMearly-musician-41645
08/29/2019, 6:01 PMget
an existing database and then manage some users and roles via Pulumiearly-intern-90238
08/29/2019, 6:11 PMlimited-rainbow-51650
08/29/2019, 6:12 PMbitter-dentist-28132
08/29/2019, 6:14 PMearly-intern-90238
08/29/2019, 6:18 PM