early-musician-41645
02/28/2019, 11:20 PMnew eks.Cluster
how can I specify the tags to set on all the EC2 hosts, ASG, launch config, etc.?tall-librarian-49374
03/01/2019, 8:14 AMkind-magazine-81706
03/01/2019, 11:38 AMpolite-yacht-41549
03/01/2019, 12:09 PM* provider.huaweicloud: version = "~> 1.3"
* provider.mysql: version = "~> 1.5"
* provider.tls: version = "~> 1.2"*
* provider.kubernetes : version = custom fork
loud-plumber-25281
03/01/2019, 4:44 PMbusy-pizza-73563
03/01/2019, 5:09 PMerror: Plan apply failed: some_resource_here already exists
?busy-pizza-73563
03/01/2019, 5:11 PMsystem:heapster
ClusterRole. Workaround: remove the role before running pulumi up
.full-dress-10026
03/01/2019, 5:51 PMawsx.ecs.FargateService
.
aws:ecs:TaskDefinition (http-backend):
error: Plan apply failed: ClientException: The sum of all container 'cpu' values cannot be greater than the value of the task 'cpu'.
status code: 400, request id: bff208c6-3c49-11e9-a829-c73da6c6ad94
I have one container with cpu 1024 and memory 2048 and another with cpu 256 memory 512. Both of those are valid Fargate task definitions: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-cpu-memory-error.htmlbusy-pizza-73563
03/01/2019, 6:17 PMcold-piano-21918
03/01/2019, 7:29 PMpreview
, up
just hang? I was making changes and backed them all out and still hangs? Tried -v 5
but didn't see any additional loggingcold-piano-21918
03/01/2019, 7:30 PMmillions-judge-24978
03/01/2019, 7:43 PMbaseUrl
option with Pulumi in typescript? https://www.typescriptlang.org/docs/handbook/module-resolution.html
I am finding that I can compile manually with tsc
fine, but when running the pulumi
CLI, modules depending on resolution from baseUrl
cause errors.abundant-exabyte-33805
03/01/2019, 7:50 PMabundant-exabyte-33805
03/01/2019, 7:50 PMcold-piano-21918
03/01/2019, 8:21 PMtall-army-76869
03/01/2019, 9:14 PMcold-piano-21918
03/01/2019, 10:26 PMrepositoryUrl
of a ECR repo as a string so I can update my task definition (which takes containerDefinitions
as a string)?millions-judge-24978
03/01/2019, 10:55 PMpulumi preview
has become incredibly slow as soon as a k8s.yaml.ConfigFile
resource is instantiated. Comment it out: quick. Uncomment: slow.
I have been using lots of these, and only just recently encountered this issue. They did not previously cause any slowness. Any ideas what could have changed or be causing this?fancy-magazine-29876
03/02/2019, 12:42 AMpulumi destroy
and everything appears to have deleted but I got this message:
Diagnostics:
pulumi:pulumi:Stack (infra-dev):
E0301 17:38:17.968812 54963 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=85, ErrCode=NO_ERROR, debug=""
E0301 17:38:17.968812 54963 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=85, ErrCode=NO_ERROR, debug=""
E0301 17:38:17.968814 54963 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=85, ErrCode=NO_ERROR, debug=""
E0301 17:38:17.968814 54963 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=85, ErrCode=NO_ERROR, debug=""
lemon-greece-30910
03/03/2019, 5:09 PMDockerfile
with awsx.ecs.Image.fromPath
as show in the example on https://pulumi.io/quickstart/aws/tutorial-service.html... i would like something similar so i can build an image for kubernetes to work on an example like shown at: https://github.com/pulumi/examples/tree/master/kubernetes-ts-exposed-deployment.
how i am trying to create a caddy server:
image: awsx.ecs.Image.fromPath("caddy", {dockerfile: "./src" }),
unlike in the example on the pulumi tutorial, it seems fromPath
in the latest version (0.16.5) requires 2 parameters. but i cant figure out how the second parameter needs to be specified.
i have tried searching the documentation but i am unable to find what i am looking for. perhaps i am searching in the wrong place?busy-daybreak-68237
03/04/2019, 4:56 PMbusy-umbrella-36067
03/04/2019, 5:08 PMsome-waitress-78905
03/04/2019, 5:17 PM+ pulumi:providers:kubernetes kubeconfig create
kubernetes:core:Secret docker-secret-1a error: failed to parse kubeconfig: yaml: line 12: could not find expected ':'
kubernetes:core:Secret docker-secret-1a 1 error
Diagnostics:
kubernetes:core:Secret (docker-secret-1a):
error: failed to parse kubeconfig: yaml: line 12: could not find expected ':'
polite-beard-77602
03/04/2019, 5:21 PMDiagnostics:
kubernetes:<http://rbac.authorization.k8s.io:Role|rbac.authorization.k8s.io:Role> (default/prometheus-operator-prometheus):
error: Duplicate resource URN 'urn:pulumi:prometheus-monitoring-test::eks-devops-metrics-server::kubernetes:<http://helm.sh/v2:Chart$kubernetes:rbac.authorization.k8s.io/v1:Role::default/prometheus-operator-prometheus';|helm.sh/v2:Chart$kubernetes:rbac.authorization.k8s.io/v1:Role::default/prometheus-operator-prometheus';> try giving it a unique name
cold-coat-35200
03/04/2019, 5:24 PMorange-policeman-59119
03/04/2019, 8:52 PMpulumi up
to destroy a persistent volume in my CI/CD scripts. (Molly guard from the jargon file: http://www.catb.org/jargon/html/M/molly-guard.html)busy-daybreak-68237
03/04/2019, 10:24 PMbusy-daybreak-68237
03/05/2019, 8:51 AMbusy-daybreak-68237
03/05/2019, 10:02 AMbitter-island-28909
03/05/2019, 4:26 PM