damp-book-35965
03/26/2019, 7:11 PMcluster.instanceRole.apply(role => role.arn)
This fails as empty or undefined in case of console.log(role.arn)
It shows me all the aws.iam.Role properties fields but none of them exist other than the role itself which is actually a string. So I'm wondering If it's wrongly characterized and just should be a string ?damp-book-35965
03/26/2019, 7:12 PMclusterInstanceRole.apply(role =>
console.log(role)
);
damp-book-35965
03/26/2019, 7:38 PMfull-dress-10026
03/26/2019, 7:52 PMerror: Plan apply failed: [WARN] A duplicate Security Group rule was found on (sg-002c2846717345a56). This may be
a side effect of a now-fixed Terraform issue causing two security groups with
identical attributes but different source_security_group_ids to overwrite each
other in the state. See <https://github.com/hashicorp/terraform/pull/2376> for more
information and instructions for recovery. Error message: the specified rule "peer: 0.0.0.0/0, TCP, from port: 8880, to port: 8880, ALLOW" already exists
It has something to do with awsx.elasticloadbalancingv2.ApplicationLoadBalancer
, passing in securityGroups
, and changing said security groups.orange-tailor-85423
03/26/2019, 9:24 PMorange-tailor-85423
03/26/2019, 9:24 PMorange-tailor-85423
03/26/2019, 9:25 PMincalculable-sundown-82514
03/26/2019, 9:27 PM▶ p stack ls --json | jq '.[] | select(.current == true) | .name'
"webs"
orange-tailor-85423
03/26/2019, 9:30 PMincalculable-sundown-82514
03/26/2019, 9:31 PMincalculable-sundown-82514
03/26/2019, 9:34 PMorange-tailor-85423
03/26/2019, 9:38 PMorange-tailor-85423
03/26/2019, 11:31 PMbrainy-psychiatrist-41826
03/27/2019, 1:23 AMbusy-pizza-73563
03/27/2019, 11:29 AMDiagnostics:
pulumi:pulumi:Stack (aws-infra-aws-infra-dev):
Method handler checkConfig for /pulumirpc.ResourceProvider/CheckConfig expected but not provided
Method handler diffConfig for /pulumirpc.ResourceProvider/DiffConfig expected but not provided
Everything's working fine, they're just a bit annoying. 🙂busy-pizza-73563
03/27/2019, 11:53 AMk8s.Provider
have a kubeconfig
field? I'm now forced to do
const cluster = new eks.Cluster('cluster', { ... });
export const kubeconfig = (<any>cluster.provider).kubeconfig;
billions-lock-73409
03/27/2019, 3:51 PMawsx.ecs.Image.fromDockerBuild
?faint-vegetable-61837
03/27/2019, 5:14 PMcreamy-potato-29402
03/27/2019, 5:15 PMfaint-vegetable-61837
03/27/2019, 5:20 PMHooks allow you, the chart developer, an opportunity to perform operations at strategic points in a release lifecycle
This is done on Tiller - is pulumi doing the same?creamy-potato-29402
03/27/2019, 5:22 PMfaint-vegetable-61837
03/27/2019, 5:23 PMcreamy-potato-29402
03/27/2019, 5:24 PMcreamy-potato-29402
03/27/2019, 5:25 PMcreamy-potato-29402
03/27/2019, 5:25 PMcreamy-potato-29402
03/27/2019, 5:31 PMbusy-pizza-73563
03/27/2019, 5:34 PMaws:region
set to eu-central-1
, how can I pin resources to eu-central-1b
, specifically?stocky-spoon-28903
03/27/2019, 5:35 PMstocky-spoon-28903
03/27/2019, 5:36 PMbusy-pizza-73563
03/27/2019, 5:37 PMconst cluster = new eks.Cluster('cluster', {
skipDefaultNodeGroup: true,
...
});
cluster.createNodeGroup('worker', {
...
});
busy-pizza-73563
03/27/2019, 5:37 PMconst cluster = new eks.Cluster('cluster', {
skipDefaultNodeGroup: true,
...
});
cluster.createNodeGroup('worker', {
...
});