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

    ripe-xylophone-26538

    07/06/2020, 3:50 PM
    Hi there!
    šŸ‘‹ 2
    šŸ™‚ 2
  • d

    dazzling-sundown-39670

    07/06/2020, 5:09 PM
    template:
      config:
        subdomain:
          description: The subdomain this deploy is using
          default: m2
    When is
    default
    used? Is this only for documentation? In
    Pulumi.yaml
    w
    • 2
    • 3
  • f

    famous-bear-66383

    07/07/2020, 8:29 AM
    Hello ! I want to automate deployment to openshift using Pulumi, but I can’t find the support for it. Then I see this issue https://github.com/pulumi/pulumi-kubernetes/issues/214 . I wonder if there’s progress/roardmap for that.
    g
    • 2
    • 1
  • n

    numerous-processor-60508

    07/07/2020, 1:05 PM
    I'm sure I saw a way to stop a resource being destroyed via the cli, in my case to keep a public IP even if the rest of the architecture is changed, but I can't find a reference to it in the docs now?
    g
    • 2
    • 6
  • r

    rhythmic-napkin-82334

    07/07/2020, 1:51 PM
    Moin Moin (kind north-german way of saying hi)! šŸ‡©šŸ‡Ŗ I have a question concerning the combination of Infrastructure as Code (pulumi), orchestration (airflow) and code (Python scripts and PyTorch): How to best organize the respective repositories in Gitlab for CI/CD? šŸ¤” Should there be one subgroup for each IaC, Orchestration and Code each having different repositories with code? Or is it better to have code both of the python scripts and the related IaC code for the infrastructure on which the Python code shall run together in one repository? I have the chance to set up our startup’s backend structure from scratch, so looking forward to hearing your lessons learned and ā€œdream setupā€! šŸ™‚
    l
    • 2
    • 2
  • f

    famous-jelly-72366

    07/07/2020, 2:06 PM
    When using RandomPassword is the output then marked as secret (and thus encrypted in state file)? Or how do I ensure the output of RandomPassword is not stored in cleartext in state?
    p
    b
    • 3
    • 4
  • c

    cold-island-72970

    07/07/2020, 4:10 PM
    @echoing-match-29901 I'm trying to use policy packs with Python, the examples on your website didn't work. In pulumi cli nothing happens when I type pulumi up --policy-pack ..\aws_s3_policy .
    g
    • 2
    • 1
  • c

    cold-island-72970

    07/07/2020, 4:11 PM
    No error no resource creation, no logs
  • c

    cold-island-72970

    07/07/2020, 4:11 PM
    I'm using v2.5.0 with Python
  • b

    best-lifeguard-91445

    07/07/2020, 4:25 PM
    When refreshing my stack, I keep getting the following error:
    error: Preview failed: refreshing urn:pulumi:stage::aws::aws:cloudfront/originAccessIdentity:OriginAccessIdentity::cf-use1-stage-access-identity-cloudfront: NoSuchCloudFrontOriginAccessIdentity: The specified CloudFront origin access identity does not exist.
    How do I fix this?
    • 1
    • 1
  • c

    calm-pizza-15027

    07/07/2020, 6:04 PM
    Hey team I want to copy data from one gcp storage bucket to another, is https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/gcp/storage/#TransferJob the correct way?
  • c

    calm-pizza-15027

    07/07/2020, 6:16 PM
    What is a policy pack? Also you should create user/polices in code. Check out https://github.com/pulumi/examples for great examples.
    f
    • 2
    • 1
  • d

    dazzling-art-91796

    07/08/2020, 1:00 AM
    Hey! First time looking at Pulumi and I'm trying to understand what the development workflow is supposed to look like. How would work / troubleshoot your code before it's ready for deployment? Do you deploy to a development environment on every single change?
    l
    c
    • 3
    • 6
  • v

    victorious-gigabyte-4729

    07/08/2020, 4:15 AM
    Is there a way to enforce that a specific pulumi stack only ever runs against the same AWS account? It's happened a few times now where the stack and account get mixed up because of not setting the profile correctly, etc.
    g
    • 2
    • 3
  • m

    magnificent-airport-79411

    07/08/2020, 7:51 AM
    Hi guys! Does anyone know if tomorrow's webinar "Azure Infrastructure as Code Workshop" will be recorded? My problem is, it starts at 5 PM and that actually to late in Europe and we have to work šŸ˜…
    w
    • 2
    • 1
  • n

    numerous-processor-60508

    07/08/2020, 11:05 AM
    What's the best way to share the same resource between two stacks, without pushing that resource into a separate project?
  • g

    gifted-student-18589

    07/08/2020, 11:32 AM
    Interested in this as well šŸ¤”
  • l

    loud-battery-37784

    07/08/2020, 1:19 PM
    I think Stack References might do what you need https://www.pulumi.com/docs/intro/concepts/programming-model/#stack-references
    m
    g
    n
    • 4
    • 3
  • f

    fast-dinner-32080

    07/08/2020, 3:36 PM
    Hey guys, I am having some really slow up runs. I just created 1 resource with a urn target and it took 8m which is using pulumi.com backend.
    pulumi up --target "urn:pulumi:..." --skip-preview
    Resources:
        + 1 created
        1698 unchanged
    
    Duration: 8m12s
    Not sure if it is expected to take that long.
    w
    • 2
    • 7
  • g

    great-flag-86735

    07/08/2020, 3:58 PM
    Hello! I am attempting to deploy a Azure AKS app via an image i build and push to an existing ACR, all with Pulumi. I reference the existing ACR via URI, and the Docker push works correctly. However the k8s deployment fails never becoming ready, appears to be an issue pulling the image from ACR. I did enable Admin access for ACR. Anything else I could be missing?
    a
    q
    • 3
    • 5
  • m

    miniature-petabyte-40567

    07/08/2020, 8:42 PM
    Hello, I am trying to set up my route table through Pulumi, I'm not quite sure how. I thought I had set it up correctly defining a RouteTable with my VPC Id, but for some reason the VPC object creates its own route table, and having this code doesn't seem to change pairing of the route table. Would anyone know a way to fix this?
    var instance = new Instance(
        "demo", new InstanceArgs
        {
            Ami = "ami-0ff2a4e004a3d5abe",
            KeyName = "Demo",
            InstanceType = "t3a.xlarge",
            VpcSecurityGroupIds = securityGroup.Id,
            SubnetId = subnetA.Id,
            Tags =
            {
                { "Name", "Demo" }
            }
        }
    );
    
    var routeTable = new RouteTable(
        "demo-route-table",
        new RouteTableArgs
        {
            VpcId = vpc.Id,
            Routes =
            {
                new RouteTableRouteArgs
                {
                    CidrBlock = "0.0.0.0/0",
                    GatewayId = gateway.Id
                }
            },
            Tags =
            {
                { "Name", "demo-route-table" }
            }
        }
    );
    l
    s
    • 3
    • 2
  • l

    limited-solstice-34584

    07/08/2020, 11:36 PM
    how do you specify the scaling options in rds aurora cluster?
  • l

    limited-solstice-34584

    07/08/2020, 11:36 PM
    javascript
  • l

    limited-solstice-34584

    07/08/2020, 11:36 PM
    minSize, maxSize
  • l

    limited-solstice-34584

    07/08/2020, 11:38 PM
    I am very new to pulumi, and need to be able to create an rds cluster, but cant find anything about scaling in the docs.
    b
    • 2
    • 20
  • c

    clever-plumber-29709

    07/08/2020, 11:52 PM
    Hey guys, would the pulumi github action work with a custom backend? from the docs it says i must be signed up to pulumi https://www.pulumi.com/docs/guides/continuous-delivery/github-actions/ And the action uses the
    PULUMI_ACCESS_TOKEN
    In the docs I didn't found any mention on how to use custom backed, but i found in the code it says https://github.com/pulumi/pulumi/blob/master/dist/actions/entrypoint.sh#L8 it will be possible to specify
    PULUMI_BACKEND_URL
    I just wanted to double check to make sure of this
    c
    • 2
    • 2
  • l

    limited-solstice-34584

    07/09/2020, 12:28 AM
    pulumi is super cool
  • l

    limited-solstice-34584

    07/09/2020, 1:39 AM
    does pulumi support the data-api on aurora rds?
  • l

    limited-solstice-34584

    07/09/2020, 1:44 AM
    like how do you get the arn for the aurora cluster?
  • l

    limited-solstice-34584

    07/09/2020, 1:50 AM
    nevemrind
Powered by Linen
Title
l

limited-solstice-34584

07/09/2020, 1:50 AM
nevemrind
View count: 1