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

    adventurous-kilobyte-12973

    01/09/2019, 11:28 PM
    That is the link to the documentation. It says that action blocks are documented below, but I don't see any documentation explaining what they are / how to use them. Are all of those fields required? (ie: authenticateCognito, fixedResponse). What does authenticateCognito mean? What about "Type?"
  • a

    adventurous-kilobyte-12973

    01/09/2019, 11:28 PM
    my_code.txt
  • a

    adventurous-kilobyte-12973

    01/09/2019, 11:29 PM
    ^ my code trying to create the listener
    w
    • 2
    • 8
  • e

    early-musician-41645

    01/09/2019, 11:35 PM
    Is it possible to rename a stack after I've already created resources?
  • e

    early-musician-41645

    01/09/2019, 11:35 PM
    or does that require an export/import?
  • e

    early-musician-41645

    01/09/2019, 11:36 PM
    really I just want to move my stack into my org/team because I accidentally created it without my
    orgName/
    prefix
  • g

    gentle-diamond-70147

    01/09/2019, 11:49 PM
    Hey @early-musician-41645, I can help move the stacks with you. I'll DM you.
  • h

    helpful-advantage-49286

    01/10/2019, 12:32 AM
    Anyone using pulumi and kube to do CD, are you setting the image inside pulumi and then running pulumi up from CI or are you using kubectl directly?
    c
    • 2
    • 26
  • c

    cold-coat-35200

    01/10/2019, 7:53 AM
    Is there a stack limit in the free edition?
    g
    • 2
    • 1
  • c

    cuddly-eye-68174

    01/10/2019, 9:11 AM
    Hi Guys, Maybe this topic (Microstack Deployment) was mentioned and well documented but Yesterday, I went through the documentation and it is not clear for me, how can I access an output from another stack. So my usecase would be for a deployment is deploying microstacks. Lets say I have 2 stacks: a network stack and a web stack. Lets imagine "Networks stack" is done, so now I am deploying the webstack and I need to know the subnetid from the network stack, but programaticly. Lets say I know the dependent stack name or something... How can I do this? I use Python, and this is not clear for me. Is this possible? Please help me to understand and point me to the right documentation page. Thanks in advance!
  • c

    cuddly-eye-68174

    01/10/2019, 10:17 AM
    Is this: https://github.com/pulumi/pulumi/blob/master/sdk/nodejs/stackReference.ts#L21 would be the tool what does this?
    g
    • 2
    • 1
  • c

    cuddly-eye-68174

    01/10/2019, 10:17 AM
    Is this accessible under Python?
    g
    w
    • 3
    • 3
  • c

    chilly-dusk-63796

    01/10/2019, 7:26 PM
    Come meet us if you happen to be in SF next Thursday https://blog.pulumi.com/pulumi-at-sf-kubernetes-meetup-and-the-virtues-of-planning
    👍 1
  • h

    helpful-advantage-49286

    01/10/2019, 7:35 PM
    Oh nice, how do I sign up?
    w
    • 2
    • 2
  • f

    faint-motherboard-95438

    01/10/2019, 10:21 PM
    Hi all, does that type of error speaks to someone ?
    * creating urn:pulumi:REDACTED::REDACTED::REDACTED:Cluster$gcp:container/cluster:Cluster::REDACTED: Invalid address to set: []string{"cluster_autoscaling"}
    It just happened to appear today while this is the gazillian time I destroy and recreate a cluster
    s
    w
    • 3
    • 14
  • c

    chilly-photographer-60932

    01/11/2019, 3:54 AM
    I am using the https://github.com/pulumi/pulumi-eks to spin up the cluster. For the https://github.com/helm/charts/tree/master/stable/kube2iam , how do I get the
    base-role-arn
    to pass to helm install extraArgs.
    w
    • 2
    • 1
  • g

    gifted-island-55702

    01/11/2019, 1:22 PM
    Hi all. In terraform I can create multiple tf files in a single directory to segregate different resources instead of storing them in one big file. How this could be achieved with Pulumi using typescript? Is it documented somewhere?
    s
    • 2
    • 3
  • f

    fancy-magazine-29876

    01/11/2019, 5:25 PM
    is there a better example for configuring environment specific resources in a "microstacks" approach than what's outlined here https://pulumi.io/reference/organizing-stacks-projects.html#inter-stack-dependencies
  • f

    fancy-magazine-29876

    01/11/2019, 5:26 PM
    looking to move application specific infra to their respective repos but need to maintain environment separation in all cases
    m
    g
    • 3
    • 41
  • f

    fancy-magazine-29876

    01/11/2019, 8:25 PM
    given that resource adoption is not implemented yet (based on https://github.com/pulumi/pulumi/issues/1662) - is there a way to get existing AWS resource IDs by tags (much like terraform's data resource)?
    s
    • 2
    • 18
  • h

    helpful-advantage-49286

    01/11/2019, 10:13 PM
    I am trying to export from a pulumi stack for use in another stack a more complex object, like a db instance, or a db user
  • h

    helpful-advantage-49286

    01/11/2019, 10:13 PM
    is that the wrong thing to do? Should I instead export the pieces I need?
  • h

    helpful-advantage-49286

    01/11/2019, 10:15 PM
    it appears that getOuput(name) just gives the string ID, which doesn’t contain the data, but when I look in the pulumi app, it appears to link up
    m
    b
    w
    • 4
    • 6
  • h

    helpful-advantage-49286

    01/11/2019, 10:41 PM
    Sorry for the newbie questions here, but I have gone w/ the multistack setup here
  • h

    helpful-advantage-49286

    01/11/2019, 10:41 PM
    And I just updated my databases stack to export the new variables, but the downstream api server stack doesn’t seem to pick up the change
  • h

    helpful-advantage-49286

    01/11/2019, 10:41 PM
    what am I missing?
    m
    c
    • 3
    • 20
  • s

    some-waitress-78905

    01/12/2019, 12:24 AM
    Plan apply failed: 1 error occurred: * creating urn😛ulumi:metaheap-dev::metaheap::gcp:container/cluster:Cluster::gke-cluster: Invalid address to set: []string{"cluster_autoscaling"}
    m
    s
    w
    • 4
    • 6
  • h

    helpful-advantage-49286

    01/12/2019, 1:16 AM
    Looking at creating a GCP database instance that isn’t one of the tiny ones, and it says it must be a custom instance, how do I go about creating one of those w/ Pulumi?
    g
    • 2
    • 5
  • p

    powerful-football-81694

    01/13/2019, 6:08 PM
    I'm struggling a bit to create a Linux container app service through Pulumi. When I create it through the portal or PowerShell it gets a
    kind
    value of
    "app,linux,container"
    but I cannot seem to specify this through the
    @pulumi/azure
    API, and it just ends up being a regular
    "app"
    kind.
  • p

    powerful-football-81694

    01/13/2019, 6:08 PM
Powered by Linen
Title
p

powerful-football-81694

01/13/2019, 6:08 PM
View count: 1