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
  • t

    tall-monitor-77779

    09/26/2018, 8:44 AM
    Hi guys, if I was to create a new provider to support a new serverless framework (such as fission) does this need to be created in go? or can that be js/ts also? I can't find any docs. I've looked at
    pulumi-openfaas
    w
    • 2
    • 10
  • a

    adventurous-jordan-10043

    09/26/2018, 9:20 AM
    app.pulumi.com is really slow 😧
    w
    b
    • 3
    • 18
  • a

    adventurous-jordan-10043

    09/26/2018, 9:20 AM
    just in time for my presentation of pulumi πŸ˜„
  • s

    sparse-insurance-40223

    09/26/2018, 9:36 AM
    I was getting 450KB/s for the pulumi install yesterday it did seem strange.
    w
    • 2
    • 5
  • s

    sparse-insurance-40223

    09/26/2018, 10:05 AM
    what's the deal with azure role assignments... I've had to specify the name like this :
    const mppbuildRoleAssignment = new azure.role.assignment("mppbuild", {
        name: "00000000-0000-0000-0000-000000000000",
        principalId: adServicePrincipal.id,
        scope: config.mppbuild.then(x => x.id),
        roleDefinitionName: "Reader"
    });
    • 1
    • 4
  • a

    adamant-restaurant-73893

    09/26/2018, 3:33 PM
    Part 2 of @creamy-potato-29402 s series on the Kubernetes API. This time covering
    kubespy trace
    https://blog.pulumi.com/kubespy-trace-a-real-time-view-into-the-heart-of-a-kubernetes-service
    πŸ‘ 1
  • w

    wooden-toddler-96888

    09/26/2018, 3:55 PM
    I refactored my code into functions so I can do steps like so:
    const infra = setupEKS();
    const website = deployWebsite(infra);
    ...
    pulumi up
    on my local box works perfectly. On travis, I get this:
    *  global global no change 1 error. error: Unable to read kubectl config: invalid configuration: no configuration has been provided
     *  aws:route53:Record <http://www.polyverse.com|www.polyverse.com> no change 
     *  global global no change 1 error
     
    Diagnostics:
      global: global
        error: Unable to read kubectl config: invalid configuration: no configuration has been provided
    I don't understand what it means. I'm sure it had to do with some export I must have removed by accident.
    w
    c
    • 3
    • 9
  • s

    sparse-insurance-40223

    09/26/2018, 4:37 PM
    https://github.com/terraform-providers/terraform-provider-azurerm/issues/474 nothing's ever easy is it
    πŸ˜‚ 1
  • c

    creamy-potato-29402

    09/26/2018, 4:42 PM
    As an ex-Azure person: no, and definitely not when Azure is involved lol
  • a

    adamant-restaurant-73893

    09/26/2018, 5:28 PM
    After a short break, Pulumi TV returns today at 11am PDT (rebadged as The #CNIaC Show) as @white-balloon-205 will walk through our Kubernetes support. As long time listeners will know, we're adept at streaming the right thing to the wrong place, but today we think we've nailed it. 🀞
  • a

    adamant-restaurant-73893

    09/26/2018, 5:29 PM
    Join us in 30 minutes

    https://www.youtube.com/watch?v=bBAhJdoC8FMβ–Ύ

    🍿 3
  • a

    adamant-restaurant-73893

    09/26/2018, 6:09 PM
    And... we were having some internet issues but you should be seeing us live now. Thanks!
  • f

    full-dress-10026

    09/26/2018, 10:06 PM
    Is there a build that I can use with this fix? https://github.com/pulumi/pulumi/pull/1974. It is currently blocking me.
    s
    w
    • 3
    • 5
  • p

    proud-tiger-5743

    09/26/2018, 10:23 PM
    @lemon-spoon-91807 helped me solve this yesterday and I've run into one final issue - I don't quite know what to put in for the role in an
    aws.serverless.Function
  • p

    proud-tiger-5743

    09/26/2018, 10:23 PM
  • p

    proud-tiger-5743

    09/26/2018, 10:23 PM
    Is it an Arn or a name, or something else
  • p

    proud-tiger-5743

    09/26/2018, 10:25 PM
    If I put in
    {role: kinesisLambdaRole.arn}
    it says
    Missing required property role
  • p

    proud-tiger-5743

    09/26/2018, 10:26 PM
    nm - I fat-fingered it πŸ€¦β€β™‚οΈ
  • l

    lemon-spoon-91807

    09/26/2018, 10:51 PM
    What was the solution?
  • f

    full-dress-10026

    09/26/2018, 10:52 PM
    Occasionally Pulumi will just "freeze" at different stages like this:
    +-     β”œβ”€ aws:ecs:TaskDefinition  basic-web                 replaced      changes: ~ containerDefinitions
     ~      └─ aws:ecs:Service         basic-web                 updating..    changes: ~ taskDefinition
    Updating... is still cycling through dots. What is the correct procedure here? Should I ctrl+c?
  • l

    lemon-spoon-91807

    09/26/2018, 10:52 PM
    Services take a long time
  • l

    lemon-spoon-91807

    09/26/2018, 10:52 PM
    Like it could easily be 10min
  • l

    lemon-spoon-91807

    09/26/2018, 10:53 PM
    How long have you wanted?
  • l

    lemon-spoon-91807

    09/26/2018, 10:53 PM
    Note: I'm at airport. So my help is limited :-)
  • f

    full-dress-10026

    09/26/2018, 10:53 PM
    I have had times where it's other items though.
  • f

    full-dress-10026

    09/26/2018, 10:53 PM
    Like it fails to delete a resource for whatever reason and I have to go and manually delete the resource.
  • l

    lemon-spoon-91807

    09/26/2018, 10:54 PM
    You can ctrl-c. However! There are docs worth looking at here. Because the resources may be an inconsistent state
  • f

    full-dress-10026

    09/26/2018, 10:54 PM
    Yeah I did the export/import thing.
  • f

    full-dress-10026

    09/26/2018, 10:54 PM
    Just confirming that's the correct procedure still.
  • l

    lemon-spoon-91807

    09/26/2018, 10:54 PM
    Someone can likely point you at the right info. Maybe @microscopic-florist-22719
Powered by Linen
Title
l

lemon-spoon-91807

09/26/2018, 10:54 PM
Someone can likely point you at the right info. Maybe @microscopic-florist-22719
View count: 1