quiet-wolf-18467
provider
is passed along to many smaller projects / repositories - is this going to blow them all away? 😞quiet-wolf-18467
Resources:
~ 1 updated
9 unchanged
quiet-wolf-18467
quiet-wolf-18467
helm
CLI. Be sure to install that first! See
instructions below." but I don't can't find anything in the code that would explain why its required
agreeable-australia-82656
10/30/2019, 3:53 PMloud-journalist-52263
10/30/2019, 3:54 PMIngress .status.loadBalancer field was not updated with a hostname/IP address
as described in https://www.pulumi.com/docs/troubleshooting/#ingress-status-loadbalancer
I'm using the Nginx ingress controller and I haven't been able to find any information about what configurations might affect the status.loadBalancer
field. Does anyone have any tips on resolving this with Nginx? If I revert to 1.0, the timeout goes away.important-leather-28796
10/30/2019, 3:58 PMpulumi up
referenced something about deleting the old cluster still in progress. Regardless, old cluster is gone, but my stack thinks not. A pulumi refresh
yields Preview failed: Get <https://34.70.69.68/api?timeout=32s>: dial tcp 34.70.69.68:443: i/o timeout
. I’m just looking to fully destroy, then move forward again - how can I get synced and destroyed when refresh
is failing?ancient-memory-38025
10/30/2019, 4:02 PMStackReference
to refer to the ECS cluster created in project 1 but when I run p up
in project 2 it's generating a a whole new cluster?!ancient-memory-38025
10/30/2019, 4:03 PMconst tvxClusterS = aws.ecs.Cluster.get(`${identifier}-clustera`, stackCluster.getOutput(config.require("clusterName")))
const tvxVpcIdS = awsx.ec2.Vpc.fromExistingIds(`${identifier}-networka`, {
vpcId: stackCluster.getOutput(config.require("vpcId"))
})
// const tvxVpcIdS = aws.ec2.Vpc.get(`${identifier}-networka`, stackCluster.getOutput(config.require("vpcId")))
const tvxCluster = new awsx.ecs.Cluster(`${identifier}-clusterb`, {
cluster: tvxClusterS,
vpc: tvxVpcIdS
})
const ecsService = new awsx.ecs.EC2Service(`${identifier}-svc`, {
cluster: tvxCluster,
taskDefinitionArgs: {
containers: {
app: {
image: awsx.ecs.Image.fromPath(`${identifier}-img`, "./app"),
portMappings: [{
containerPort: 3000,
hostPort: 80,
protocol: "tcp"
}]
}
},
},
desiredCount: 2
})
const app = new Service(`${identifier}-svc-instance`, ecsService)
ancient-memory-38025
10/30/2019, 4:03 PMhallowed-pilot-33885
10/30/2019, 4:53 PMambitious-ram-5811
10/30/2019, 5:57 PMrg
search revealed nadabroad-dog-22463
10/30/2019, 5:58 PMambitious-ram-5811
10/30/2019, 5:58 PMbroad-dog-22463
10/30/2019, 5:59 PMazure.compute.BastionHost
important-leather-28796
10/30/2019, 7:50 PMf1-micro
, specifically invalid machine type fl-micro in zone us-central1-a: googleapi: Error 404: The resource 'projects/acme/zones/us-central1-a/machineTypes/fl-micro' was not found, notFound
, but I can manually create the same thing in the gcp console. What am I missing?broad-dog-22463
10/30/2019, 7:54 PMimportant-leather-28796
10/30/2019, 7:57 PMglamorous-television-20475
10/30/2019, 8:00 PMkustomize build
command to generate the final resource yaml and use that with from pulumi_kubernetes.yaml import ConfigFile
.ambitious-helmet-24352
10/30/2019, 8:22 PMambitious-helmet-24352
10/30/2019, 8:34 PMbreezy-butcher-78604
10/31/2019, 5:41 AMnice-cat-91582
10/31/2019, 11:50 AMnice-cat-91582
10/31/2019, 11:50 AMiam.Role.get()
in order to actually get the role from a different policy. I have the ARN/URN/Name/Id all easily available, it's just a matter of what to do with those. Anyone know the right way to make that work?breezy-mechanic-41259
10/31/2019, 1:19 PMbillowy-laptop-45963
10/31/2019, 3:31 PMpulumi refresh
shows no changes. If I remove the import: from the resource pulumi up
shows no changes. Is this normal behaviour? Will this cause infrastructure changes? Can I get to a point where pulumi up
doesn't return changes without removing the import?elegant-crayon-4967
10/31/2019, 6:03 PMsome-carpenter-53382
11/01/2019, 7:12 AMsome-carpenter-53382
11/01/2019, 7:12 AMsome-carpenter-53382
11/01/2019, 7:59 AM