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

    incalculable-angle-91273

    04/09/2019, 5:34 PM
    @creamy-potato-29402 I’m trying to update our istio install to 1.0.7. I’m getting
    **updating failed**
    on most of the Deployments with a lot of errors like this:
    kubernetes:extensions:Deployment (istio-system/istio-galley):
        error: Plan apply failed: 2 errors occurred:
    
        * Timeout occurred for 'istio-galley'
        * Minimum number of Pods to consider the application live was not attained
    When i describe the pods though it looks like the images updated to 1.0.7. Have you run into this before on istio upgrades?
    g
    • 2
    • 5
  • b

    big-article-88775

    04/09/2019, 8:01 PM
    has anyone had an issue with helm updates to PodDisruptionBudget items? They fail with fobidden.... seems it has been a long standing issue: https://github.com/kubernetes/kubernetes/issues/45398
    g
    • 2
    • 2
  • b

    big-article-88775

    04/09/2019, 8:02 PM
    I am wondering if Pulumi could understand that these are immutable and handle delete/recreate?
  • e

    enough-judge-17725

    04/09/2019, 8:35 PM
    Hi I've been using Pulumi for a few side projects recently and I'm really liking it. I just came across AWS CDK. Could someone let me know or point me in the right direction to find out the differences between the two? Thanks
    g
    f
    w
    • 4
    • 6
  • e

    early-musician-41645

    04/10/2019, 12:14 AM
    I previously looked but couldn't find info on how to add tags to resources created in AWS. Any pointers?
  • e

    early-musician-41645

    04/10/2019, 12:14 AM
    I have a list of custom tags needed by my org to track things per department, cost center, etc
    c
    p
    b
    • 4
    • 6
  • s

    straight-jordan-23612

    04/10/2019, 2:07 AM
    question for the team, I know the default behavior on s3 buckets is to prefix with a unique id, but I need a static bucket name for S3 is there a way to do this? I have tried setting the arn in the bucketArgs but it still created a new bucket.
    b
    • 2
    • 4
  • b

    busy-umbrella-36067

    04/10/2019, 2:19 AM
    I don’t know if this is reported yet, but the previews in the Web GUI use past-tense verbs like
    updated
    ,
    deleted
    , and
    created
    which may freak out some people at first glance.
    👍 1
  • s

    straight-jordan-23612

    04/10/2019, 11:53 AM
    Question for everyone, are there any good examples of building unit tests/integration tests around pulumi use?
    👍 3
    b
    m
    • 3
    • 5
  • c

    clever-computer-67823

    04/10/2019, 1:25 PM
    Hey 👋 Anybody knows or has examples of how to use
    cognito
    with
    apigateway
    ?
    m
    • 2
    • 1
  • c

    clever-computer-67823

    04/10/2019, 3:25 PM
    Also I'm wonder if it possible to use
    websocket
    connection with
    apigateway
    right now?
    m
    • 2
    • 1
  • b

    brave-angle-33257

    04/10/2019, 3:56 PM
    is it required to have the older version of a plugin available to destroy an older stack? got this report from an engineer today:
    error: could not load plugin for azure provider 'urn:pulumi:compute-g-prod-weu::compute::pulumi:providers:azure::default': no resource plugin 'azure-v0.17.2' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource azure v0.17.2
    --
    running `pulumi plugin install resource azure v0.17.2` inside the container fixed it
    he was using the container we built for pulumi which only had 0.17.4 installed
    w
    i
    • 3
    • 19
  • q

    quick-action-34599

    04/10/2019, 6:52 PM
    For
    aws.ec2.KeyPair.get(...)
    how would one use the
    id
    property for a key that already exists and wasn’t created through pulumi?
    w
    • 2
    • 10
  • q

    quick-action-34599

    04/10/2019, 7:04 PM
    I guess maybe it’s not possible https://github.com/pulumi/pulumi/issues/1662
    w
    • 2
    • 1
  • b

    billowy-laptop-45963

    04/10/2019, 9:59 PM
    for the AWS provider, how do we add a RateBasedRule to a WebAcl? I've got the regular rules added fine.
  • b

    billowy-laptop-45963

    04/10/2019, 10:21 PM
    is there a way of seeing what version the underlying aws provider is?
  • a

    abundant-airplane-93796

    04/11/2019, 12:40 AM
    just upgraded my
    @pulumi/gcp
    from 0.17.4 to 0.18.3 and now pulumi is determined that it wants to replace my gke cluster with no changes. anyone got any tips for getting it to behave?
    w
    • 2
    • 2
  • s

    straight-jordan-23612

    04/11/2019, 2:22 AM
    Happy Humpday. When using the awsx.ec2.Vpc to set up new VPC networks, when the internal creates the routing tables is there an easy way at the top level to add a name/tags to the built resources?
    c
    l
    • 3
    • 4
  • b

    better-rainbow-14549

    04/11/2019, 1:35 PM
    i'm using pulumi.all() against fs.promise.readFile() but the returned object is UnwrappedObject<Buffer> not an actual Buffer
  • b

    better-rainbow-14549

    04/11/2019, 1:35 PM
    how do i use that?
  • b

    better-rainbow-14549

    04/11/2019, 1:35 PM
    tostring() is returning [Object object] instead of encoding it to utf8 as it should
    b
    l
    • 3
    • 33
  • g

    gifted-engine-92308

    04/11/2019, 3:21 PM
    Hi - is there a way to create managed certificates (GKE) using pulumi?
  • d

    damp-book-35965

    04/11/2019, 3:54 PM
    Just filed this issue: https://github.com/pulumi/pulumi-eks/issues/100
  • a

    abundant-monitor-15855

    04/11/2019, 5:42 PM
    Are there any guides/tutorials around creating your own provider?
  • i

    important-leather-28796

    04/11/2019, 9:21 PM
    It seems I am unable to access/reuse ts interfaces from the generated packages, e.g. pulumi-kubernetes - I want to declare and reuse an affinity but
    types/input
    is not accessible. e.g.
    input.core.v1.Affinity
    b
    • 2
    • 3
  • c

    chilly-photographer-60932

    04/11/2019, 9:43 PM
    With the upstream TF bug https://github.com/pulumi/pulumi-gcp/issues/88 we are unable to migrate the cluster and do any changes to
    k8s
    in GKE. We are stuck, any changes we are making is causing the whole cluster to be deleted. What is the workaround?
    w
    • 2
    • 2
  • f

    fast-motherboard-21624

    04/12/2019, 7:31 AM
    crazy question folks: Is the SDK completely coupled to the CLI? or would i theoretically be able to execute stack operations in the context of another node.js application?
    g
    w
    • 3
    • 9
  • f

    fast-motherboard-21624

    04/12/2019, 7:32 AM
    thinking of zookeeper-type scenarios
  • f

    fresh-pilot-59899

    04/12/2019, 10:47 AM
    Hello, just started evaluating pulumi (I used terraform so far). Is there a components registry? similar to the terraform module registry?
  • f

    fresh-pilot-59899

    04/12/2019, 10:50 AM
    also looking fw for the PR regarding state backends to be merged: https://github.com/pulumi/pulumi/pull/2455
Powered by Linen
Title
f

fresh-pilot-59899

04/12/2019, 10:50 AM
also looking fw for the PR regarding state backends to be merged: https://github.com/pulumi/pulumi/pull/2455
View count: 1