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

    10/16/2018, 4:50 PM
    Can I rename a stack?
  • q

    quiet-wolf-18467

    10/16/2018, 5:13 PM
    Would it be possible to use Pulumi for "Playbook" style, one-off tasks? Like if I wanted to script up getting a Kubernetes deployment, scaling to 0, pointing the service to a maintenance page; would that be a sensible use-case?
    w
    • 2
    • 3
  • f

    full-dress-10026

    10/16/2018, 5:25 PM
    What does this error mean?
    Previewing destroy of stack 'ComputeSoftware/command-processor-prod'
    error: could not find plugin for provider 'urn:pulumi:command-processor-prod::command-processor::pulumi:providers:aws::default'
    w
    b
    • 3
    • 14
  • a

    adamant-restaurant-73893

    10/16/2018, 5:35 PM
    Great post from the folks at Wallaroo on using Pulumi to spin up on-demand analytics clusters. https://blog.wallaroolabs.com/2018/10/spinning-up-a-wallaroo-cluster-is-easy/
  • l

    little-insurance-41439

    10/16/2018, 6:43 PM
    If you just need to edit the search, if you have the URL for it, you can just tack on &e=T to the end of the URL
    👍 1
  • s

    stale-holiday-22431

    10/16/2018, 7:03 PM
    What is Pulumi’s Team pricing headed towards? We’re thinking of adopting Pulumi, but it’s not clear what we get for free or what we’ll wind up paying on the Team plan.
    a
    c
    • 3
    • 5
  • b

    brave-angle-33257

    10/16/2018, 7:14 PM
    checking in on https://github.com/pulumi/pulumi-azure/issues/134 arurerm provider update - is this something we can ever do on our own by running the tfgen tools? or will we always have to wait for a pulumi update?
    b
    b
    c
    • 4
    • 11
  • f

    fierce-megabyte-54418

    10/16/2018, 7:16 PM
    @busy-salesclerk-80625 Thank you so much... does not sound like we need that hahaha
  • f

    full-dress-10026

    10/16/2018, 10:57 PM
    I added
    protocol: "http"
    to my
    cloudAws.Service
    ports
    and now I am getting a 502 when I visit the URL. When I remove the
    protocol
    from the
    ports
    it works as expected. Code:
    let appService = new cloud.Service("basic-web", {
        containers: {
            basic_web: {
                build: "../app",
                memory: 256,
                ports: [{port: 80, targetPort: 8080, external: true, protocol: "http"}]
            }
        },
        replicas: 3
    });
    
    export let url = appService.defaultEndpoint.apply(e => `http://${e.hostname}`);
    Any idea why this would happen?
  • f

    full-dress-10026

    10/16/2018, 11:40 PM
    ECS is constantly restarting containers due to a health check failure. Current guess is the ALB Pulumi creates does not have the correct health check set up.
  • f

    full-dress-10026

    10/17/2018, 12:46 AM
    I have a feeling I need to specify
    healthCheckGracePeriodSeconds
    for the in the service definition. Is there a way to do this?
  • f

    full-dress-10026

    10/17/2018, 12:46 AM
    https://aws.amazon.com/about-aws/whats-new/2017/12/amazon-ecs-adds-elb-health-check-grace-period/
  • b

    bitter-oil-46081

    10/17/2018, 12:59 AM
    The ServiceArgs property back has a field you can set: https://pulumi.io/reference/pkg/nodejs/@pulumi/aws/ecs/#property-healthcheckgraceperiodseconds-1
  • b

    bitter-oil-46081

    10/17/2018, 12:59 AM
    But I don't think it's exposed at the cloud layer.
  • f

    full-dress-10026

    10/17/2018, 1:00 AM
    Yeah I'm using
    cloudAws.Service
    .
    b
    w
    l
    • 4
    • 61
  • o

    orange-tailor-85423

    10/17/2018, 2:14 AM
    anybody heading to KubeCon? Would love to talk Pulumi
    a
    c
    • 3
    • 5
  • o

    orange-tailor-85423

    10/17/2018, 2:15 AM
    the hallway track is often better than sessions
  • t

    tall-monitor-77779

    10/17/2018, 11:32 AM
    any way of using the nice
    cloud.Service
    abstraction without spinning up a load balancer and making the service public?
    c
    w
    • 3
    • 10
  • s

    strong-helicopter-19655

    10/17/2018, 3:09 PM
    I can’t find the changes for 0.16
  • c

    creamy-potato-29402

    10/17/2018, 3:10 PM
    the changelog?
  • s

    strong-helicopter-19655

    10/17/2018, 3:10 PM
    Yeah
  • c

    creamy-potato-29402

    10/17/2018, 3:10 PM
    https://github.com/pulumi/docs/pull/611
  • w

    white-balloon-205

    10/17/2018, 3:11 PM
    We’ll be publishing changelog shortly! (As well as flipping the default install over to 0.16).
    s
    • 2
    • 2
  • s

    strong-helicopter-19655

    10/17/2018, 3:11 PM
    Thanks!
    brew upgrade
    just gave me 0.16 🙂
    👍 1
  • t

    tall-monitor-77779

    10/17/2018, 3:29 PM
    aws kinesis data analytics support seems to be missing though I see the terraform provider seems to support it, any idea when that is likely to get added?
    w
    b
    • 3
    • 10
  • a

    adamant-restaurant-73893

    10/17/2018, 4:23 PM
    We're excited to be working with GitHub on GitHub Actions. This post from @big-piano-35669 covers how to do end-to-end continuous delivery with Pulumi and Actions (example is RoR App > Container > Kubernetes, all from code commits). We'll be featured in this morning's keynote at GH Universe too. https://blog.pulumi.com/continuous-delivery-to-any-cloud-using-github-actions-and-pulumi
    💯 1
    g
    • 2
    • 1
  • w

    white-balloon-205

    10/17/2018, 6:27 PM
    Pulumi
    0.16
    is available now - see https://pulumi-community.slack.com/archives/CB36DSVSA/p1539800854000100 for more details!
    🎉 4
    🔝 1
  • g

    glamorous-printer-66548

    10/17/2018, 8:31 PM
    @creamy-potato-29402 it seems that when a Deployment depends on a Secret, and the secret is changed, pulumi doesn’t restart / recreate the deployment (unlike for ConfigMaps, where it does so). Shouldn’t this be the same behaviour between configmap and secret?
    c
    • 2
    • 6
  • b

    busy-umbrella-36067

    10/17/2018, 8:40 PM
    any way to fix a failed update?
    error: [409] Conflict: Another update is currently in progress.
    i
    c
    b
    • 4
    • 8
  • g

    gentle-diamond-70147

    10/18/2018, 1:35 AM
    the Pulumi showcase at GitHub Universe today was great!
    🙌 5
    a
    b
    • 3
    • 6
Powered by Linen
Title
g

gentle-diamond-70147

10/18/2018, 1:35 AM
the Pulumi showcase at GitHub Universe today was great!
🙌 5
a

adamant-restaurant-73893

10/18/2018, 2:10 AM
Great photo - mind if we keep/use it?
b

big-piano-35669

10/18/2018, 2:24 AM
Marc, are you not loving Chris's epic thumbs up or something? (JK, agree, angle and lighting on this one is quite good!)
📸 1
a

adamant-restaurant-73893

10/18/2018, 2:27 AM
We call this “The Coffee Fueled Mania Of The Sometime Traveler”
☕ 1
g

gentle-diamond-70147

10/18/2018, 3:28 AM
You're welcome to keep/use it however you'd like.
Chris's photo is also great. 😁
View count: 1