https://pulumi.com logo
Join the conversationJoin Slack
Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
plugin-framework
pulumi-cdk
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumi-service
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by Linen
general
  • f

    full-dress-10026

    03/15/2019, 11:40 PM
    Would it be possible to get https://www.terraform.io/docs/providers/datadog/index.html added to Pulumi?
    g
    • 2
    • 2
  • c

    curved-tent-22690

    03/16/2019, 4:08 PM
    Hi, I would like to try to create a ECS cluster like this link https://containersonaws.com/architecture/private-load-balanced-service/, any good example or tutorial recommended ? thanks!
    w
    • 2
    • 2
  • i

    important-carpenter-15282

    03/16/2019, 7:14 PM
    Hey y'all, I'm trying to model something from Rook in Pulumi and I'm not sure the best way to do it. Rook's object storage CRDs have a
    CephObjectStoreUser
    CRD that the operator will use to create a user, and the access key/secret key for the user (object store = S3 API) are created in a Secret--can I/how do I get that secret/link it to the Pulumi object? See https://rook.github.io/docs/rook/v0.9/ceph-object.html#create-a-user for the CRD and explanation of the CRD -> Secret chain.
    • 1
    • 1
  • i

    incalculable-diamond-5088

    03/17/2019, 8:48 PM
    Hi, is there a way to import existing terraform state into pulumi stack? Or what is the recommended way to migrate from terraform?
    f
    • 2
    • 6
  • b

    billions-lock-73409

    03/18/2019, 1:48 AM
    How are people structuring their larger pulumi infrastructure projects? I think I’ve abstracted the pieces of my application a bit too far and have circular dependencies happening now, is it common to just have all your infrastructure in a single file (IAM roles, lambdas, ECS task def. etc)?
    p
    i
    • 3
    • 9
  • c

    curved-tent-22690

    03/18/2019, 12:58 PM
    Hi, I tried this example https://github.com/pulumi/examples/tree/master/cloud-ts-voting-app . it works fine with this configuration
    config:
      aws:region: us-west-2
      cloud-aws:useFargate: "true"
      cloud:provider: aws
      voting-app:redisPassword:
        secure: AAABAClasQmklI5a4Nk4CBUJMlJYa6rzbw5ZuEykGpArD3DT4zBElAB1IC8Z3w==
  • c

    curved-tent-22690

    03/18/2019, 12:59 PM
    However, if I changed
    cloud-aws:useFargate
    to
    cloud-aws:ecsAutoCluster
    , it results
    502 Bad Gateway
    
    nginx/1.15.8
    g
    • 2
    • 6
  • c

    colossal-room-15708

    03/18/2019, 1:54 PM
    I was wondering if people have any good guidance on testing pulumi scripts during build? Or do you just run
    pulumi preview
    and have a human review the changes?
    f
    • 2
    • 5
  • b

    better-rainbow-14549

    03/18/2019, 3:03 PM
    error: azure:keyvault/keyVault:KeyVault resource 'test' has a problem: expected sku.0.name to be one of [standard premium], got Standard
  • b

    better-rainbow-14549

    03/18/2019, 3:03 PM
    thanks!
  • m

    millions-judge-24978

    03/18/2019, 4:52 PM
    Is there a way to add
    docker build
    parameters to https://pulumi.io/reference/pkg/nodejs/@pulumi/docker/index.html#buildAndPushImageAsync? i.e.
    docker build --network host
    ?
    b
    • 2
    • 3
  • a

    adamant-dress-73325

    03/18/2019, 5:42 PM
    Hi, Is there a way for the pulumi/awsx package to support TLS protocol on NetworkListener? It looked like a nice abstraction but I was unable to figure it out.
  • o

    orange-policeman-59119

    03/18/2019, 6:12 PM
    What's the canonical way to inject dynamic configuration? Use case: Our CI/CD process will in two separate runners: 1. build, tag, and push an image with the SHA1 of the repo 2. (in a more privileged runner later) use the SHA1 of the repo as the image tag for a Kubernetes deployment The runner can't mutate the Pulumi config (or commit it) between steps. Is the canonical solution to
    pulumi config set
    before
    pulumi up
    ... or?
    i
    • 2
    • 4
  • i

    important-leather-28796

    03/18/2019, 7:38 PM
    Any strategies for running/cleaning up k8s job as a
    dependsOn
    for the remainder of a deployment? I’m expecting one job to be run per deployment, and I know I’ve run into unique job name problems, as well as cleanup problems in past attempts. Another concern is that the job (db migration) may end up taking some time in the future - thinking about bigger column or table migrations and timeouts. Any thoughts/strategies that are working well?
    g
    b
    • 3
    • 13
  • d

    damp-book-35965

    03/18/2019, 7:39 PM
    How can I add taints to a given node in k8s through pulumi ? Did not find any examples @gentle-diamond-70147
    g
    i
    +3
    • 6
    • 34
  • i

    important-leather-28796

    03/18/2019, 9:19 PM
    Secrets in k8s container env variable: I’m guessing a config secret would end up plain text in a manifest (?) - so I should continue to create a k8s secret and use a
    secretKeyRef
    ?
    c
    • 2
    • 5
  • c

    curved-ghost-20494

    03/18/2019, 10:33 PM
    Hello All! I'm using the
    @pulumi/cloud-aws
    package with typescript, and defining a
    new aws.Endpoint('foo')
    isn't triggering new API Gateway config
  • c

    curved-ghost-20494

    03/18/2019, 10:33 PM
    has anyone come across that before?
  • c

    curved-ghost-20494

    03/18/2019, 10:36 PM
    oh I just figured out
  • c

    curved-ghost-20494

    03/18/2019, 10:36 PM
    3 minutes 😓
  • c

    curved-ghost-20494

    03/18/2019, 10:36 PM
    let endpoint = new aws.API('foo'); endpoint.publish()
    👍 1
  • c

    curved-tent-22690

    03/19/2019, 5:34 AM
    In voting-app example, the redis service has a internal balancer. If I scale up the redis service, there would be some independent redis instances and front-end app may connect to different redis randomly. Does that make sense? Please correct me if I misunderstood something. Thanks!
  • f

    few-processor-86645

    03/19/2019, 9:15 AM
    What is the best way to exit a pulumi script if something failed in custom code (ie failing rest call)
    w
    • 2
    • 2
  • c

    cuddly-eye-68174

    03/19/2019, 10:55 AM
    Hi Guys, I ran into a compatibility issue between Pulumi/Kubernetes Helm deployment and Prometheus Operator - actually it's not an issue with Pulumi, neither with Prometheus Operator. The problem is in the operator they use the same name for ingress and the role too and many other things, so this why the automatic URN generation fails in Pulumi. I can make a workaround with local templates (I checked it 🙂 it's huge ), but my question would be if you have time. What would be the best solution to handle this? Is there any?
    f
    c
    • 3
    • 14
  • t

    tall-monitor-77779

    03/19/2019, 12:10 PM
    guys, last time I checked, there was no way to unit test pulumi stacks (eg. the desired resource output for complex apps). Has this changed? Specifically TypeScript/Javascript
    p
    c
    • 3
    • 7
  • f

    fresh-chef-62390

    03/19/2019, 1:08 PM
    Hi guys, does pulumi support google cloud identity?
    i
    • 2
    • 1
  • b

    brave-salesmen-42327

    03/19/2019, 3:24 PM
    Is there a working example of awsx.ecs.Cluster.createAutoScalingGroup ?
  • i

    important-leather-28796

    03/19/2019, 6:36 PM
    GKE/Cloud sql and private networking a.k.a vpc native, private clusters, private networking. Has anyone done it?
    • 1
    • 6
  • c

    clever-postman-36451

    03/19/2019, 7:54 PM
    curious - is anyone leveraging pulumi in an automated way? as in, creating, configuring, and deploying a stack programmatically?
    c
    • 2
    • 2
  • i

    important-leather-28796

    03/19/2019, 9:08 PM
    If I create a
    gcp.compute.Network
    , should that appear in the gcp console under
    VPC networks
    ? Currently I don’t see one, only the
    default
    .
    g
    • 2
    • 6
Powered by Linen
Title
i

important-leather-28796

03/19/2019, 9:08 PM
If I create a
gcp.compute.Network
, should that appear in the gcp console under
VPC networks
? Currently I don’t see one, only the
default
.
I found this was my mistake, I was still using
.get
, but surprisingly this returned a result (and probably should have errored since it did not exist)
g

gentle-diamond-70147

03/19/2019, 9:34 PM
Can you open an issue? Definitely unexpected.
i

important-leather-28796

03/19/2019, 9:35 PM
sure
https://github.com/pulumi/pulumi-gcp/issues/111
g

gentle-diamond-70147

03/19/2019, 10:11 PM
Excellent thanks.
I owe you an email btw. Thanks for being patient. 🙂
View count: 1