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

    some-doctor-62800

    09/03/2019, 5:54 PM
    Should it only be used for CustomResource wrappers then?
  • q

    quick-action-34599

    09/03/2019, 6:55 PM
    Not sure what to do about this error:
    Error importing AWS S3 bucket policy: BucketRegionError: incorrect region, the bucket is not in 'us-east-2' region at endpoint ''
    . Trying to import an existing bucket and it is in us-east-2
    w
    • 2
    • 12
  • b

    billowy-laptop-45963

    09/03/2019, 9:06 PM
    when using @pulumi/cloud cron() is there no way to pass a role or permissions to the function?
  • b

    bitter-dentist-28132

    09/03/2019, 10:02 PM
    is there a way to force a resource to be replaced? it seems there's a bug where updating the labels of a
    clusterIP
    service doesn't cause a replace, instead it tries to update the service which causes an error because the
    spec.clusterIP
    field is immutable and set by kubernetes if not specified at creation time
    c
    s
    • 3
    • 29
  • b

    big-nail-28315

    09/04/2019, 1:54 AM
    Hey all…there’s a lot of Terraform documentation around VPC Peering, but I am just trying to peer 2 (or more) VPCs
  • b

    big-nail-28315

    09/04/2019, 1:54 AM
    getting the error: Error waiting for VPC Peering Connection to become available: Error waiting for VPC Peering Connection (pcx-043ae9555580b24da) to become available: Failed due to incorrect VPC-ID, Account ID, or overlapping
  • b

    big-nail-28315

    09/04/2019, 1:54 AM
    here’s my little function to do this…
  • b

    big-nail-28315

    09/04/2019, 1:54 AM
    Untitled
    g
    • 2
    • 5
  • m

    magnificent-accountant-19074

    09/04/2019, 12:54 PM
    Is there a way to create alarm for
    5XXError
    and
    4XXError
    metrics in a clouwatch for ApiGateway? I came to conclusion it's not possible because for alarm to work properly its need to know
    ApiName
    but there is not way to put it to Pulumi..
  • r

    rhythmic-finland-36256

    09/04/2019, 1:02 PM
    Are there any outages on the app.pulumi.com service at the moment? I’m experiencing timeouts but am not totally sure if they are related to the internet quality on German railway. Other services are working pretty reliable, just app.pulumi.com has issues.
    w
    b
    +3
    • 6
    • 17
  • w

    wide-holiday-59376

    09/04/2019, 1:39 PM
    Hey guys. I posted a question for your review: https://stackoverflow.com/q/57790179/14731
  • w

    wide-holiday-59376

    09/04/2019, 2:01 PM
    Here is a second question: https://stackoverflow.com/q/57790131/14731
  • w

    wide-holiday-59376

    09/04/2019, 2:20 PM
    Here is a third question: https://stackoverflow.com/q/57790489/14731
    t
    g
    • 3
    • 4
  • q

    quick-action-34599

    09/04/2019, 2:37 PM
    What’s the right way to log out a pulumi Output object result (i.e. using
    apply
    ). Having trouble seeing the result I want
    b
    • 2
    • 4
  • q

    quick-action-34599

    09/04/2019, 2:38 PM
    i.e.
    console.log('existingSubnets', existingSubnets.map(x => pulumi.output(x).apply(x => x.id)));
  • q

    quick-action-34599

    09/04/2019, 2:38 PM
    I’m sure I’m doing it wrong
  • h

    high-translator-22614

    09/04/2019, 2:48 PM
    output
    is a future/promise-ish async construct
  • h

    high-translator-22614

    09/04/2019, 2:48 PM
    so, it won't have a value when the log happens
  • q

    quick-action-34599

    09/04/2019, 2:55 PM
    so how do I do what I want to do?
  • q

    quick-action-34599

    09/04/2019, 3:00 PM
    I am trying to figure out why using
    .getSubnets('public')
    on my default VPC only returns 2 subnets when it has 3 in AWS.
    g
    • 2
    • 6
  • q

    quick-action-34599

    09/04/2019, 3:09 PM
    I have done
    pulumi refresh
  • b

    best-xylophone-83824

    09/04/2019, 3:20 PM
    whats the difference between
    docker.buildAndPushImage
    and
    new docker.Image(...)
    ? either seem to be able to build and push images, but latter allows for more customizations
  • b

    best-xylophone-83824

    09/04/2019, 3:34 PM
    am I right that kubernetes's
    .tranformations: []
    doesn't allow resource to be removed from plan?
    c
    • 2
    • 3
  • i

    incalculable-diamond-5088

    09/04/2019, 3:42 PM
    pulumi up
    hangs on
    new StackReference(...)
    is there any known issue related to this?
    b
    g
    • 3
    • 10
  • b

    billowy-laptop-45963

    09/04/2019, 4:02 PM
    In order to get around not being able to pass the lambda role into pulumi/cloud cron(), is it possible, within the same program, to create it and then set the config value for computeIAMRolePolicyARNs which is used later on by pulumi/cloud? My gut says no...
    w
    • 2
    • 4
  • r

    rhythmic-finland-36256

    09/04/2019, 4:20 PM
    Is there a best practice on naming configs? In a regular pulumi program should I always just use top-level config entries or is it better to scope all config under one key like
    myproject:baseurl
    ? My question is about simple programs, not higher-level constructs or providers. Is it even better to use top-level configs to avoid overlapping with third party libs / providers?
    w
    • 2
    • 9
  • g

    gifted-engine-92308

    09/04/2019, 6:11 PM
    I need to patch nginx-load-balancer-conf in the kube-system namespace using pulumi. On minikube - What’s the best way to do this?
    g
    • 2
    • 9
  • b

    bitter-dentist-28132

    09/04/2019, 6:14 PM
    anyone know if there's a way to have pulumi wait for a cert generated by cert-manager?
    c
    c
    b
    • 4
    • 11
  • g

    gifted-engine-92308

    09/04/2019, 6:22 PM
    Is what I’m trying to do even possible?
  • s

    swift-painter-31084

    09/04/2019, 6:54 PM
    I'm attempting to setup an AWS ECS task that runs on a schedule with Pulumi. I was able to see where to set the schedulingStrategy to 'DAEMON' but I don't see where to set the schedule. Here's the terraform I'd like to use https://registry.terraform.io/modules/jnonino/ecs-fargate-scheduled-task/aws/1.0.4
    g
    • 2
    • 1
Powered by Linen
Title
s

swift-painter-31084

09/04/2019, 6:54 PM
I'm attempting to setup an AWS ECS task that runs on a schedule with Pulumi. I was able to see where to set the schedulingStrategy to 'DAEMON' but I don't see where to set the schedule. Here's the terraform I'd like to use https://registry.terraform.io/modules/jnonino/ecs-fargate-scheduled-task/aws/1.0.4
g

gentle-diamond-70147

09/04/2019, 7:17 PM
I believe this is done via Cloudwatch
EventRule
- https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/cloudwatch/#EventRuleArgs-scheduleExpression.
View count: 1