https://pulumi.com logo
Docs
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
  • c

    creamy-potato-29402

    10/02/2018, 5:01 PM
    I agree lol
  • b

    busy-umbrella-36067

    10/02/2018, 5:56 PM
    are stack configs not uploaded along with the stack to app.pulumi.com? i.e. should we be adding the stack specific yaml to git
    w
    • 2
    • 1
  • a

    adamant-restaurant-73893

    10/02/2018, 7:55 PM
    New blog from @lemon-spoon-91807 on
    cloud.HttpServer
    https://blog.pulumi.com/running-a-serverles-nodejs-http-server-on-aws-and-azure
  • t

    tall-librarian-49374

    10/02/2018, 8:18 PM
    Why would one call a function to do serverless web app Http Server. Great post btw!
    w
    a
    • 3
    • 3
  • w

    wooden-toddler-96888

    10/02/2018, 8:18 PM
    This is awesome!
  • t

    tall-librarian-49374

    10/02/2018, 8:21 PM
    On the front of converting callbacks to lambda/functions. AFAIK one has to
    require
    any modules inside the callback. How do I make instances reusable between requests then, e.g. a request with a static agent?
  • w

    white-balloon-205

    10/02/2018, 8:21 PM
    AFAIK one has to
    require
    any modules inside the callback.
    This is no longer true actually (as of a couple releases ago).
    How do I make instances reusable between requests then, e.g. a request with a static agent?
    What do you have in mind here exactly? Code that only runs once per warm-up, not once per request?
    t
    l
    • 3
    • 19
  • w

    white-balloon-205

    10/02/2018, 8:23 PM
    BTW - I added an example showing this
    cloud.HttpServer
    at https://github.com/pulumi/examples/tree/master/cloud-js-httpserver.
  • f

    full-dress-10026

    10/02/2018, 9:15 PM
    How would I go about installing the CLI that includes this PR https://github.com/pulumi/pulumi/pull/2000?
    w
    • 2
    • 1
  • b

    busy-umbrella-36067

    10/02/2018, 10:14 PM
    anyone know why circleci wont display ANSI colors for pulumi? 😢
    w
    l
    +3
    • 6
    • 33
  • f

    full-dress-10026

    10/02/2018, 10:29 PM
    More on the CLI automation front: I'd like a way to list stacks in a JSON format. i.e.
    pulumi stack ls --json
    .
  • g

    glamorous-printer-66548

    10/02/2018, 11:00 PM
    @creamy-potato-29402 @white-balloon-205 opened an issue for something we had earlier a conversation in slack: https://github.com/pulumi/pulumi/issues/2014
  • c

    creamy-potato-29402

    10/02/2018, 11:00 PM
    @glamorous-printer-66548 thanks, I really appreciate the follow-up.
    👍 1
  • f

    full-dress-10026

    10/02/2018, 11:23 PM
    Why does
    pulumi stack ls
    return a stack name with a
    *
    appended to the stack name? i.e.
    NAME                                             LAST UPDATE              RESOURCE COUNT     URL
    ComputeSoftware/datomic-prod*                    n/a                      n/a                <https://api.pulumi.com/ComputeSoftware/datomic-prod>
  • b

    bitter-oil-46081

    10/02/2018, 11:25 PM
    It is the currently selected stack.
  • f

    full-dress-10026

    10/02/2018, 11:26 PM
    Ah. I'd suggest a more explicit way than that. Perhaps
    ComputeSoftware/datomic-prod (selected)
    .
    b
    • 2
    • 3
  • f

    full-dress-10026

    10/02/2018, 11:28 PM
    It also makes parsers slightly more complicated...
  • f

    full-dress-10026

    10/02/2018, 11:36 PM
    Should this really be considered an error?
    $ pulumi stack output --stack ComputeSoftware/datomic-prod
    error: current stack has no output properties
    b
    b
    • 3
    • 8
  • f

    full-dress-10026

    10/03/2018, 12:22 AM
    Ran this on CircleCI and got an error. Any ideas?
    $ pulumi stack output --stack ComputeSoftware/datomic-prod
    error: inappropriate ioctl for device
    i
    • 2
    • 9
  • g

    glamorous-printer-66548

    10/03/2018, 12:32 AM
    @microscopic-florist-22719 @big-piano-35669 little reminder about https://github.com/pulumi/pulumi-gcp/issues/49 🙂 . On that note I think it would be cool if you could automate pulling in changes from upstream terraform providers a bit. Maybe some kind of bot which creates PRs with the upstream changes and that just needs to be accepted by a pulumi member?
  • g

    glamorous-printer-66548

    10/03/2018, 1:18 AM
    Found an interesting race condition wrt to resource creation / deletion in pulumi gcp. Wondering if this part of a bigger pulumi core issue that is tracked somewhere else? https://github.com/pulumi/pulumi-gcp/issues/50
  • b

    busy-umbrella-36067

    10/03/2018, 4:40 AM
    any hacks to simulate
    terraform state mv
    ? (I’m using pulumi cloud for state management) I moved my app resources inside a Pulumi Component, it looks nice with the nesting in the previews but I’d rather not have to delete the underlying resources it wants to recreate
    w
    • 2
    • 1
  • a

    adamant-restaurant-73893

    10/03/2018, 4:11 PM
    Enjoying
    kubespy
    ? Keen to know how
    Deployment
    works in Kubernetes? More importantly, would you like some awesome GIFs? Part 3 of @creamy-potato-29402’s series on observing Kubernetes resources is here: https://blog.pulumi.com/how-do-kubernetes-deployments-work-an-adversarial-perspective
  • a

    adamant-restaurant-73893

    10/03/2018, 5:16 PM
    OK... @big-piano-35669 fixed the router 🔌, @white-balloon-205 is all fired up 💪 , I figured out how to use YouTube properly 📺, and so we're totally confident we'll get this week's live stream out at 11am PDT - 44 minutes time to talk Serverless programming. Join us then:

    https://www.youtube.com/watch?v=k8ceyQuJiVM▾

    💯 1
  • a

    adamant-restaurant-73893

    10/03/2018, 5:58 PM
    We'll be live in 2 minutes ^^
  • a

    adamant-restaurant-73893

    10/03/2018, 6:12 PM
    Let's see how @white-balloon-205 copes with the incoming FEMA test alert at 11:18. Worth tuning in just for that. Ssssshhh.
    😆 1
  • c

    creamy-potato-29402

    10/03/2018, 7:35 PM
    @white-balloon-205 is australian, maybe they didn’t send it to him
  • b

    busy-umbrella-36067

    10/03/2018, 7:35 PM
    any idea why my nesting is off? I’m expecting the ecr repos to be children of
    standard:Build
    class Build extends pulumi.ComponentResource {
      constructor(name, opts) {
        super("standard:Build", name, {}, opts)
    
        let repository = new getEcrRepository(name, this)
        let ecrRepoPolicy = repository.repositoryPolicy
        let ecrLifecyclePolicy = repository.lifecyclePolicy
      }
    }
    
    getEcrRepository = function(name, parent) {
      repository = new aws.ecr.Repository(name, { parent: parent })
    ...
    c
    w
    • 3
    • 9
  • d

    dazzling-scientist-80826

    10/03/2018, 8:33 PM
    i’m seeing some weird behavior with route 53 creating a TXT record on an apex domain. non-apex domain txt records seem to work fine, but when i create an apex record, like for SPF or similar, the creation succeeds, i get a valid resource id, but the domain doesn’t appear in route 53 & doesn’t get returned when i
    dig TXT
    the server
    w
    • 2
    • 19
  • d

    dazzling-scientist-80826

    10/03/2018, 8:33 PM
    any idea what might be going wrong? thanks!
Powered by Linen
Title
d

dazzling-scientist-80826

10/03/2018, 8:33 PM
any idea what might be going wrong? thanks!
View count: 1