https://pulumi.com logo
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
  • h

    helpful-continent-74245

    11/15/2018, 4:35 AM
    I kind of use
    preview
    for now but it needs to access my cloud provider to work
    c
    • 2
    • 8
  • c

    cold-coat-35200

    11/15/2018, 1:01 PM
    hi, is it possible to say for a kubernetes LoadBalancer resource to not wait for available pods, just create the service?
    c
    • 2
    • 5
  • g

    gray-city-50684

    11/15/2018, 4:35 PM
    hi, is it possible to generate YAML from the Kubernetes objects defined in Pulumi? The use-case I have in mind: injecting sidecar containers to a Deployment (linkerd2, with CLI).
    c
    w
    m
    • 4
    • 37
  • t

    thankful-artist-95425

    11/15/2018, 5:33 PM
    I’m having trouble with pulumi advancing past k8s ingress creation, the ingress is created and the url works fine but pulumi times out polling for the resource.
    g
    • 2
    • 11
  • o

    orange-tailor-85423

    11/15/2018, 5:59 PM
    -.txt
    s
    • 2
    • 1
  • o

    orange-tailor-85423

    11/15/2018, 6:00 PM
    this is output of pulumi preview --diff
  • o

    orange-tailor-85423

    11/15/2018, 6:00 PM
    "works on my machine"
  • a

    adamant-restaurant-73893

    11/15/2018, 7:34 PM
    If you're heading to AWS re:Invent then we'd love to talk with you https://blog.pulumi.com/meet-the-pulumi-team-at-aws-reinvent
  • a

    adamant-restaurant-73893

    11/15/2018, 7:35 PM
    We also have a number of press and analyst meetings, and if you'd like to help us with those by talking about your use case with Pulumi, DM me. Swag guaranteed.
  • b

    busy-umbrella-36067

    11/15/2018, 11:18 PM
    Im getting slightly confused with Pulumi’s Docker
    --cache-from
    implementation. Is each image build explicitly tagged with the
    stages
    when doing the push?
    let multistageCachedNginx = new cloud.Service("examples-multistage-cached-nginx", {
        containers: {
            nginx: {
                build: {
                    context: "./app",
                    dockerfile: "./app/Dockerfile-multistage",
                    cacheFrom: {stages: ["build"]},
                },
                memory: 128,
                ports: [{ port: 80 }],
            },
        },
        replicas: 2,
    });
    [ lumi-cloud/examples/containers ]  +  cloud:service:Service examples-multistage-cached-nginx creating Executing 'docker pull <http://086028354146.dkr.ecr.us-east-2.amazonaws.com/pulum-b3285f40-container-f879faf:build|086028354146.dkr.ecr.us-east-2.amazonaws.com/pulum-b3285f40-container-f879faf:build>'
    m
    l
    • 3
    • 6
  • b

    busy-umbrella-36067

    11/16/2018, 2:33 AM
    whats the plan for the “deploy with pulumi” buttons?
    w
    • 2
    • 1
  • a

    ancient-match-5870

    11/16/2018, 11:22 AM
    Can anybody help me with the following scenario? 🙂 I’m struggling with defining a custom
    ListenerRule
    for a Load Balancer Listener on AWS. This is my current definition:
    new aws.elasticloadbalancingv2.ListenerRule(`block-certain-routes`, {
      listenerArn: listener.arn,
      conditions: [{
        field: "path-pattern",
        values: ["/test1", "/test1"]
      }],
      actions: [{
        type: "fixed-response",
        fixedResponse: {
          statusCode: 404,
          contentType: "text/plain",
          messageBody: "Not Found"
        }
      }]
      }
    });
    I want to send a
    404
    whenever somebody requests certain paths. Unfortunately, the TS compiler complains with
    property apply is missing in type
    on the
    conditions
    and
    actions
    attributes. Would be more than great if anybody can point me in the correct direction when it comes to defining a
    ListenerRule
    🙂
    w
    • 2
    • 3
  • b

    brave-angle-33257

    11/16/2018, 4:56 PM
    whats the easiest way to get the AWS account ID of the current execution for things like IAM policies?
    w
    • 2
    • 9
  • o

    orange-tailor-85423

    11/16/2018, 7:42 PM
    working with teams/orgs
  • o

    orange-tailor-85423

    11/16/2018, 7:43 PM
    we are an AD/O365 shop...... we want to bring more teams on board - but the construct of teams operates within a single Github org
  • o

    orange-tailor-85423

    11/16/2018, 7:43 PM
    this other team has their own Github org ..... this happens mainly because we are a Azure DevOps shop and Github involvement is only happening due to using Pulumi - any ideas?
  • o

    orange-tailor-85423

    11/16/2018, 7:47 PM
    Does SSO via AD give you the ability to start creating teams in Pulumi that aren't tied to Github teams?
    w
    • 2
    • 10
  • o

    orange-tailor-85423

    11/16/2018, 10:37 PM
    Resource/stack size question. How many resources are in y'alls stacks? Our testing is really struggling today and not sure if it's resource/stack size, API throttling at Google or Pulumi or just bad luck/bad internet day
  • o

    orange-tailor-85423

    11/16/2018, 10:37 PM
    I think one we are doing right now has about 220
    c
    b
    • 3
    • 12
  • h

    helpful-continent-74245

    11/19/2018, 4:51 AM
    Hi Guys, I just had this following stacktrace with pulumi (0.16.4):
    `
        pulumi:pulumi:Stack infra-analytics-preprocessing_pipeline-prod  panic: runtime error: invalid memory address or nil pointer dereference
        pulumi:pulumi:Stack infra-analytics-preprocessing_pipeline-prod  [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x1fb2b96]
        pulumi:pulumi:Stack infra-analytics-preprocessing_pipeline-prod  goroutine 311 [running]:
        pulumi:pulumi:Stack infra-analytics-preprocessing_pipeline-prod  <http://github.com/pulumi/pulumi-aws/vendor/github.com/jen20/awspolicyequivalence.(*awsPolicyStatement).equals(0xc000fb9d40|github.com/pulumi/pulumi-aws/vendor/github.com/jen20/awspolicyequivalence.(*awsPolicyStatement).equals(0xc000fb9d40>, 0x0, 0x0)
        pulumi:pulumi:Stack infra-analytics-preprocessing_pipeline-prod  	/home/travis/gopath/src/github.com/pulumi/pulumi-aws/vendor/github.com/jen20/awspolicyequivalence/aws_policy_equivalence.go:155 +0x46
        pulumi:pulumi:Stack infra-analytics-preprocessing_pipeline-prod  <http://github.com/pulumi/pulumi-aws/vendor/github.com/jen20/awspolicyequivalence.(*awsPolicyDocument).equals(0xc000cf9a80|github.com/pulumi/pulumi-aws/vendor/github.com/jen20/awspolicyequivalence.(*awsPolicyDocument).equals(0xc000cf9a80>, 0xc000cf9b00, 0x0)
    ...
  • h

    helpful-continent-74245

    11/19/2018, 4:51 AM
    Any clue before I open a github issue ?
    w
    • 2
    • 1
  • a

    ancient-match-5870

    11/19/2018, 8:57 AM
    Hey 👋 - Is there a configuration option I haven’t found yet to define the retention time on log groups for Lambda functions?
  • i

    incalculable-angle-91273

    11/19/2018, 5:52 PM
    Hello, I’m running into some issues with my state. I get this error on a
    preview
    or `up`:
    error: Duplicate resource URN 'urn:pulumi:mindbody-infra-gcp-richard-laub::mindbody-infra::kubernetes:<http://helm.sh/v2:Chart$kubernetes:config.istio.io/v1alpha2:kubernetesenv::istio-system/handler';|helm.sh/v2:Chart$kubernetes:config.istio.io/v1alpha2:kubernetesenv::istio-system/handler';> try giving it a unique name
    But my stack has 0 resources so i’m not sure what is causing the name conflict:
    ▶ pulumi stack | grep resources                                                                                                                                           k8s:(mindbody-richard-laub|alpha)
    Current stack resources (0):
        No resources currently in this stack
    c
    g
    • 3
    • 47
  • d

    damp-pillow-67781

    11/19/2018, 9:50 PM
    Hey, is that possible to pass in a values.yaml file (instead of put the values in code) when deploying helm charts?
    c
    w
    • 3
    • 10
  • e

    early-musician-41645

    11/19/2018, 10:16 PM
    Can I use lists/arrays in config for a stack?
    w
    • 2
    • 4
  • e

    early-musician-41645

    11/19/2018, 10:16 PM
    e.g. Pulumi.my-stack.yaml:
    config:
        aws:region: us-west-2
        foo:bar:
          - "something"
          - "something else"
  • e

    early-musician-41645

    11/19/2018, 11:02 PM
    When I create resources they're often tagged with random GUID pieces. Is there a way to have the resources use the exact names I've provided?
    w
    • 2
    • 4
  • o

    orange-tailor-85423

    11/20/2018, 12:09 AM
    Anybody else see googleapi 400 errors when trying to create an gcp.projects.IAMMember ?
    c
    • 2
    • 3
  • o

    orange-tailor-85423

    11/20/2018, 12:10 AM
    -.txt
  • o

    orange-tailor-85423

    11/20/2018, 12:11 AM
    Alex, this could be an order of operations? I should run this specific instance of calling the function perhaps using a dependsOn for the service account
Powered by Linen
Title
o

orange-tailor-85423

11/20/2018, 12:11 AM
Alex, this could be an order of operations? I should run this specific instance of calling the function perhaps using a dependsOn for the service account
View count: 1