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

    flaky-receptionist-88878

    08/30/2018, 2:13 AM
    Nice job impressive work you folks are doing
    🙏 1
  • c

    creamy-potato-29402

    08/30/2018, 2:26 AM
    ha
  • c

    creamy-potato-29402

    08/30/2018, 2:26 AM
    I’m also about 4th grade with TS. 🙂 @flaky-receptionist-88878
  • m

    mammoth-caravan-51104

    08/31/2018, 2:20 PM
    Hi, I'm new to k8s and thought it will be a good starting point to use pulumi to learn deployments. I'm stuck on a probably trivial issue while running example from the `simple-reproducible-kubernetes-deployments`:
    Previewing update of stack 'exposed-deployment'
    Previewing changes:
    
         Type                 Name                                   Plan          Info
     +   pulumi:pulumi:Stack  exposed-deployment-exposed-deployment  create
     *   └─ global            global                                 no change     1 error
    
    Diagnostics:
      global: global
        error: Unable to read kubectl config: invalid configuration: no configuration has been provided
    
    error: an error occurred while advancing the preview
    I'd appreciate pointing to the right path, thanks!
    c
    c
    • 3
    • 10
  • i

    important-jackal-88836

    08/31/2018, 4:48 PM
    how do I make a stack that is owned by an organization on app.pulumi.com?
  • b

    big-piano-35669

    08/31/2018, 4:58 PM
    It's a bit like Git, in that you add the org name in the stack name: e.g.,
    pulumi stack init myorg/mystack
  • b

    big-piano-35669

    08/31/2018, 4:59 PM
    Before that you'll need to add the org in the console, using the "+ Add an organization" button underneath "Select an organization"
  • b

    big-piano-35669

    08/31/2018, 4:59 PM
  • b

    big-piano-35669

    08/31/2018, 4:59 PM
  • b

    boundless-monkey-50243

    08/31/2018, 5:09 PM
    FYI - https://pulumi.io/quickstart/install doesn't exist but is linked to by quickstarts, i.e. https://pulumi.io/quickstart/aws/tutorial-ec2-webserver.html
    w
    • 2
    • 1
  • i

    important-jackal-88836

    08/31/2018, 5:09 PM
    @big-piano-35669 got it thanks!
  • r

    rough-oil-1458

    08/31/2018, 5:19 PM
    Is there any guide / better documentation for building a terraform bridge ?
  • r

    rough-oil-1458

    08/31/2018, 5:20 PM
    I've just started down this journey, the AWS module has been good to look at so far
  • b

    boundless-monkey-50243

    08/31/2018, 5:25 PM
    Is there a reason why I need a cloud account to be able to run a stack? We don't use GitHub for any other part of our operations.
    b
    • 2
    • 8
  • b

    boundless-monkey-50243

    08/31/2018, 5:25 PM
    So having to back organizations with that is really strange.
    c
    b
    • 3
    • 9
  • w

    white-balloon-205

    08/31/2018, 5:27 PM
    @rough-oil-1458 There is some content at https://github.com/pulumi/pulumi-terraform#adapting-a-new-terraform-provider about this - definitely happy to add more there to address any questions that come up as you work on this - feel free to drop any questions either here or in #contribute.
  • b

    boundless-monkey-50243

    08/31/2018, 5:29 PM
    Also, is there documentation on exactly what data is stored on Pulumi's servers? There are cases where it's unavoidable to have sensitive, if not directly secret, data in cloud provisioning and I'd like assurances that it's not accessible.
    b
    f
    • 3
    • 3
  • r

    rough-oil-1458

    08/31/2018, 5:30 PM
    @white-balloon-205 I just started, So im still reading how the AWS stuff works
  • r

    rough-oil-1458

    08/31/2018, 5:31 PM
    but it might be good to have a simpler example
  • r

    rough-oil-1458

    08/31/2018, 5:31 PM
    Im working on Trying to get VSphere plumbed
  • r

    rough-oil-1458

    08/31/2018, 5:32 PM
    If I get to the point where I have a simple barebones build working.. with like 1 resource, ill put it up on github somewhere
  • a

    adventurous-jordan-10043

    08/31/2018, 5:32 PM
    @rough-oil-1458 you can look at https://github.com/jen20/pulumi-digitalocean or https://github.com/Tirke/pulumi-statuscake for simpler examples
  • a

    adventurous-jordan-10043

    08/31/2018, 5:35 PM
    I also made this if you need a high-level overview of how everything fits together. But it may be too high-level for you (it's skipping over tfgen and tfbridge for simplicity)
    👍 1
    b
    • 2
    • 2
  • r

    rough-oil-1458

    08/31/2018, 5:35 PM
    @adventurous-jordan-10043 Thank you for that!
  • r

    rough-oil-1458

    08/31/2018, 5:35 PM
    I think status cake will help a lot
  • r

    rough-oil-1458

    08/31/2018, 5:36 PM
    and the digital ocean one
  • r

    rough-oil-1458

    08/31/2018, 5:36 PM
    I can now make some comparisons when i get lost
  • r

    rough-oil-1458

    08/31/2018, 5:36 PM
    at what others did
  • b

    boundless-monkey-50243

    08/31/2018, 6:36 PM
    Surprising behavior: when I return an
    aws.ec2.Vpc
    object as an export, it turns into its VPC ID as a string. In Terraform or CloudFormation I would expect to get the ID back, but in Pulumi these are all objects that I'm dealing with. At minimum I would have expected it to turn into, say,
    { id: "vpc-xxx" }
    - stripping out fields that the exporter doesn't know what to do with.
  • b

    bitter-oil-46081

    08/31/2018, 7:02 PM
    Just to confirm my understanding, @boundless-monkey-50243, you are talking about when you export a VPC from your top level module (so it shows up as an output of your stack when you run
    pulumi stack output
    )?
Powered by Linen
Title
b

bitter-oil-46081

08/31/2018, 7:02 PM
Just to confirm my understanding, @boundless-monkey-50243, you are talking about when you export a VPC from your top level module (so it shows up as an output of your stack when you run
pulumi stack output
)?
View count: 1