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

    straight-cartoon-74589

    09/12/2018, 10:29 PM
    I'm a bit confused about the role of the stored state, specifically with kubernetes. My assumption was that it would resolve the state from the cluster as it runs. What kinds of things does the state track? What happens if it gets out of sync with the actual cluster state?
    c
    g
    h
    • 4
    • 53
  • g

    glamorous-printer-66548

    09/13/2018, 1:53 AM
    really nice blogpost about pulumi kubernetes patterns btw! Time to rewrite my k8s code from forge.sh to pulumi 🙂
    ✨ 1
  • a

    adventurous-jordan-10043

    09/13/2018, 9:03 AM
    no resource plugin 'pulumi-nodejs' found in the workspace or on your $PATH
    on a simple eks cluster deploy
  • a

    adventurous-jordan-10043

    09/13/2018, 9:05 AM
    ah, it's on pulumi/eks side I think
  • a

    adventurous-jordan-10043

    09/13/2018, 9:09 AM
    really weird
  • a

    adventurous-jordan-10043

    09/13/2018, 9:28 AM
    it's the introduction of the transform dynamic resource that make it fail
  • a

    adventurous-jordan-10043

    09/13/2018, 9:31 AM
    ok homebrew pulumi is missing something and it's the
    pulumi-resource-pulumi-nodejs
    binary
  • s

    straight-cartoon-74589

    09/13/2018, 1:40 PM
    Question about project layout: If I have a directory with a bunch of different projects, is there a convenient way to have them share a single package.json and node_modules folder? It seems silly to do N different
    npm i
    steps.
  • s

    straight-cartoon-74589

    09/13/2018, 1:41 PM
    Each project being its own folder, but manage npm stuff at the parent level?
    w
    • 2
    • 1
  • h

    handsome-hairdresser-11407

    09/13/2018, 2:12 PM
    hey @straight-cartoon-74589
  • w

    white-balloon-205

    09/13/2018, 2:25 PM
    @handsome-hairdresser-11407 Do you mean "web backend" for storing stack state?
    h
    • 2
    • 13
  • s

    straight-cartoon-74589

    09/13/2018, 3:57 PM
    Can't find in the docs... Is there a way to use another directory than
    ~/pulumi
    for cli to store data?
    s
    b
    • 3
    • 3
  • d

    damp-librarian-1032

    09/13/2018, 6:12 PM
    Hello all is there any way to deploy MySQL 5.7 Innodb cluster as we do via ansible.
    s
    • 2
    • 2
  • c

    creamy-potato-29402

    09/13/2018, 6:29 PM
    Just poking my head in here to say that I’m doing a release, and will be back in a bit to answer kube questions and address the issues that were opened.
  • r

    rough-oil-1458

    09/13/2018, 8:18 PM
    cool!
  • a

    able-megabyte-54679

    09/13/2018, 8:39 PM
    Hi. How can I instruct pulumi to use something different than index.js as the main file?
  • b

    big-piano-35669

    09/13/2018, 8:41 PM
    Hi Sophie, Pulumi will respect the
    main
    field in the NPM
    package.json
    file (https://docs.npmjs.com/files/package.json#main). So, for example
    {
        "name": "my-project",
        "main": "bin/index.js",
        ...
    }
    will instruct Pulumi to load the main file from
    ./bin/index.js
    .
    a
    • 2
    • 1
  • w

    wooden-toddler-96888

    09/13/2018, 10:56 PM
    Sorry if this is a dumb question. But I tested pulumi under my personal github username. I'd like to create a stack under the company org. How do I do that?
    s
    b
    a
    • 4
    • 6
  • w

    wooden-toddler-96888

    09/13/2018, 11:42 PM
    Next question - the Github CI/CD app isn't showing anything additional on the PRs. Am I missing something? Or TBD?
    w
    • 2
    • 2
  • g

    glamorous-printer-66548

    09/14/2018, 7:15 AM
    re github ci/cd app: The docs say only Travis is supported. Is that still the case? Which parts of the github app are travis specific? It it just those shell scripts mentioned on https://pulumi.io/reference/cd-travis.html ? If so it should be probably fairly easy to adapt the guide and scripts for another CI - correct? Thinking of using it in conjunction with gitlab ci on github (to avoid confusion: gitlab ci supports building code hosted github.com since a couple of months, our code would be on github.com, not on gitlab)
    s
    w
    c
    • 4
    • 4
  • b

    bland-lamp-97030

    09/14/2018, 12:15 PM
    does the cloud.API type handle multiple routes? The first route I created seems to work fine, but the second one isn't showing up in the lambda
  • b

    bland-lamp-97030

    09/14/2018, 12:17 PM
    I also found that a lot of the time, changes to the handler aren't being detected by pulumi update .. so not sure if it's multiple routes or the detection not working
  • b

    bland-lamp-97030

    09/14/2018, 12:17 PM
    https://github.com/jarshwah/cakebot/blob/master/index.ts
  • b

    bland-lamp-97030

    09/14/2018, 12:18 PM
    in that example the /cake/events endpoint is fine, but the /cake/command is not showing up
    w
    • 2
    • 6
  • s

    salmon-pizza-65823

    09/14/2018, 1:42 PM
    is there a
    k8s.json.ConfigGroup
    ? also, or is only yaml supported currently? .. why can’t i seemingly not find where all these are originating from? .. how is
    @pulimi/kubernetes
    put together?
    c
    • 2
    • 6
  • s

    salmon-pizza-65823

    09/14/2018, 1:49 PM
    oh, a lot of generation going on
  • a

    adventurous-jordan-10043

    09/14/2018, 1:52 PM
    generated from k8s openapi spec
  • a

    adventurous-jordan-10043

    09/14/2018, 1:53 PM
    https://github.com/kubernetes/kubernetes/tree/master/api/openapi-spec
  • s

    salmon-pizza-65823

    09/14/2018, 2:49 PM
    and the ConfigGroup stuff? i say i wanted to add json, where is the source stored for that?
  • s

    salmon-pizza-65823

    09/14/2018, 3:01 PM
    say i wanted to find out how pulimi defines “ready/“complete” state for a kubernetes deployment — where should i look?
Powered by Linen
Title
s

salmon-pizza-65823

09/14/2018, 3:01 PM
say i wanted to find out how pulimi defines “ready/“complete” state for a kubernetes deployment — where should i look?
View count: 1