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

    09/04/2018, 4:38 AM
    innnnnteresting
  • c

    creamy-potato-29402

    09/04/2018, 4:38 AM
    which cases do you not want to do a rollout when you update the configmap?
  • c

    creamy-potato-29402

    09/04/2018, 4:39 AM
    Not saying your wrong, I’m genuinely very curious!
    f
    • 2
    • 23
  • c

    colossal-thailand-53880

    09/04/2018, 4:42 AM
    Hey guys. Has anybody looked at building a wrapper for
    terraform-provider-postgresql
    ?
  • c

    creamy-potato-29402

    09/04/2018, 4:51 AM
    @colossal-thailand-53880 I think you may be the first
  • c

    colossal-thailand-53880

    09/04/2018, 4:52 AM
    Ta. I'll go have a play with tfgen and see what I can get working.
  • c

    creamy-potato-29402

    09/04/2018, 4:53 AM
    sick!
  • c

    colossal-thailand-53880

    09/04/2018, 9:15 AM
    Is it possible to pass or override a specific config key/value pair directly on the CLI while calling
    pulumi up
    ?
  • s

    stocky-spoon-28903

    09/04/2018, 9:37 AM
    @colossal-thailand-53880 There is a
    --config
    flag but I’ll have to dig in to see what it does exactly
  • c

    colossal-thailand-53880

    09/04/2018, 9:38 AM
    I've been poking around with that - not 100% sure, but looking through the source code I think it's only active when deploying from a URL
  • s

    stocky-spoon-28903

    09/04/2018, 9:38 AM
    Hmm, interestingly the documentation on the website is not in sync with the output of the command either
  • w

    white-balloon-205

    09/04/2018, 11:06 AM
    The
    —config
    flag to
    pulumi up
    was added recently and will work for @James’s scenario as of https://github.com/pulumi/pulumi/issues/1795. We’ll make sure to refresh the website CLI documentation with the next CLI release (this week) to include this.
    👍 1
  • r

    rough-oil-1458

    09/04/2018, 5:55 PM
    @white-balloon-205 any word on that LICENSE issue?
    w
    • 2
    • 1
  • b

    boundless-monkey-50243

    09/04/2018, 7:33 PM
    So I'm afraid I know the answer to this, but...it looks like configuration data in Pulumi is just a string:string mapping?
    m
    r
    s
    • 4
    • 21
  • a

    acceptable-lunch-36051

    09/04/2018, 10:12 PM
    Hi, I'm trying to use a second AWS provider to do some work in another account by assuming a role in that account:
    let p = new aws.Provider('audit', { assumeRole: { roleArn: 'arn:aws:iam::XXXXXXXX' }, region: <aws.Region>region });
    but I'm getting this error which seems to come from the go code:
    error: pulumi:providers:aws resource 'audit's property 'assumeRole' value {map[roleArn:{arn:aws:iam::XXXXXXXX}]} has a problem: provider property values must be strings
  • w

    white-balloon-205

    09/04/2018, 10:29 PM
    @acceptable-lunch-36051 I believe you are hitting a variant of https://github.com/pulumi/pulumi-terraform/issues/48.
    m
    a
    b
    • 4
    • 10
  • b

    bland-lamp-97030

    09/05/2018, 2:08 AM
    👋 I'm having an issue with getting the data out of the request body with a cloud api method if someone can point me in the right direction? https://dpaste.de/ArAw
  • b

    bland-lamp-97030

    09/05/2018, 2:08 AM
    I've created a POST webhook for a slackbot, and the log of req.body is NaN
  • b

    bland-lamp-97030

    09/05/2018, 2:08 AM
    I can share the whole repo if that'd be more helpful
  • b

    bland-lamp-97030

    09/05/2018, 2:14 AM
    now with more github: https://github.com/jarshwah/cakebot/blob/master/index.ts#L78
    w
    • 2
    • 2
  • d

    dazzling-scientist-80826

    09/05/2018, 6:39 PM
    Would be awesome if current stack was tied to current version control branch. Double awesome if update somehow ensured that the commit recorded in the Pulumi console actually matched what was used to update with local working directory changes, rather than just the current master. Not sure how you’d pull that off tho.
    👍 2
  • b

    big-piano-35669

    09/06/2018, 12:58 AM
    Indeed! We had brainstormed some ideas around this here https://github.com/pulumi/pulumi/issues/722. It looks like that got closed and moved to one of our private repos but I think it's worth reopening and tracking in the open. I'd love feedback there if you have the time.
  • b

    big-piano-35669

    09/06/2018, 12:59 AM
    Also, fun fact, not sure if you've noticed but we do indicate when the update used a dirty repo on the service:
  • b

    big-piano-35669

    09/06/2018, 12:59 AM
  • f

    flaky-receptionist-88878

    09/06/2018, 7:31 PM
    Running k8s raw yaml and running into odd issue with resource quota. Here’s the code I’m running
  • f

    flaky-receptionist-88878

    09/06/2018, 7:32 PM
    index_js.ts
  • f

    flaky-receptionist-88878

    09/06/2018, 7:33 PM
    The plan
  • f

    flaky-receptionist-88878

    09/06/2018, 7:34 PM
  • f

    flaky-receptionist-88878

    09/06/2018, 7:35 PM
    It’s failing on the resource quota resource, but kubectl get shows it’s there and content looks fine
  • f

    flaky-receptionist-88878

    09/06/2018, 7:36 PM
    Side question I threw on {dependsOn: [namespace]}, but the plan doesn’t seem to show it depending on the namespace
Powered by Linen
Title
f

flaky-receptionist-88878

09/06/2018, 7:36 PM
Side question I threw on {dependsOn: [namespace]}, but the plan doesn’t seem to show it depending on the namespace
View count: 1