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

    stocky-spoon-28903

    10/30/2018, 6:08 PM
    (Long story…)
  • s

    stocky-spoon-28903

    10/30/2018, 6:08 PM
    It won’t shortly though
  • s

    stocky-spoon-28903

    10/30/2018, 6:09 PM
    I’ve just opened https://github.com/pulumi/examples/issues/162 to track updating the examples
  • e

    early-musician-41645

    10/30/2018, 6:36 PM
    Is there an option to
    pulumi stack output
    in yaml?
  • e

    early-musician-41645

    10/30/2018, 6:37 PM
    e.g. the cluster kubeconfig created with
    new eks.Cluster
    in
    @pulumi/eks
    returns a json response when I do
    pulumi stack output kubeconfig
    c
    • 2
    • 7
  • c

    clever-guitar-55697

    10/30/2018, 7:00 PM
    I am trying to figure out how to set the resource group for the azure provider. I tried pulumi config set azure:resourcegroup MyResourceGroup but that gave me an error at run time. Spelunking through the provider code has not be helpful either. Any pointers would be appreciated.
    s
    s
    +2
    • 5
    • 23
  • f

    full-dress-10026

    10/30/2018, 11:24 PM
    Does anyone have any idea why my Fargate service's logs would duplicate every log entry? Is this a task configuration problem or a problem in my app?
  • i

    important-jackal-88836

    10/30/2018, 11:34 PM
    Im having trouble running Pulumi commands with a proxy active. Keep getting
    error: failed to load language plugin nodejs: nodejs plugin [/root/.pulumi/bin/pulumi-language-nodejs] did not begin responding to RPC connections
    . Been trying various NO_PROXY values but no luck.
    m
    • 2
    • 2
  • g

    glamorous-printer-66548

    10/31/2018, 8:48 AM
    hey i have question / feature request. Would you consider porting the terraform gsuite provider to pulumi? (https://github.com/DeviaVir/terraform-provider-gsuite ). GCP relies to a large extent on GSuite for authentication and there are some things like “Groups” and Group Memberships that can only be managed via GSuite APIs. It is official best practice (i.e. recommended by google and in the GCP docs) to grant GCP IAM roles to Google Groups instead of granting roles to users directly. Currently I’m managing groups and group memberships manually via the UI, but it would be awesome if I could do so via pulumi instead. Wdyt?
    💯 1
    o
    c
    • 3
    • 4
  • o

    orange-tailor-85423

    10/31/2018, 5:15 PM
    pulumi config set - can it accept multi-line text?
  • o

    orange-tailor-85423

    10/31/2018, 5:16 PM
    i.e. a pem key? And how to quote it since those files start with dashes in the text
  • b

    busy-umbrella-36067

    10/31/2018, 5:28 PM
    @orange-tailor-85423
    cat ~/.ssh/id_rsa | pulumi config set test
  • b

    busy-umbrella-36067

    10/31/2018, 5:30 PM
    1   │ config:
       2   │   XXXXXXXX:test: |-
       3   │     -----BEGIN RSA PRIVATE KEY-----
       4   │     Proc-Type: 4,ENCRYPTED
    ...
  • o

    orange-tailor-85423

    10/31/2018, 5:36 PM
    ended up reading the docs 😞
  • o

    orange-tailor-85423

    10/31/2018, 5:36 PM
    sorry to clutter
  • b

    busy-umbrella-36067

    10/31/2018, 5:44 PM
    is there any way to not have pulumi make a comment on GH while still keeping the checks integration?
    c
    w
    c
    • 4
    • 3
  • o

    orange-tailor-85423

    10/31/2018, 5:54 PM
    does Pulumi have a way to index/iterate over a set of resources? I.e. GCLB routing rules.... figuring out how to make that a Pulumi resource/object that can be referenced as [0], [1] etc Terraform has the concept of 'count'
    s
    • 2
    • 2
  • t

    thankful-artist-95425

    10/31/2018, 6:18 PM
    Is there any established pattern for secret generation; kind of like helm where it’ll create a random secret value if that configuration value is not populated but it won’t make a new secret on subsequent runs?
    w
    • 2
    • 2
  • a

    adamant-restaurant-73893

    10/31/2018, 8:26 PM
    Some Azure, Helm and Pulumi bloggage from @creamy-potato-29402 https://blog.pulumi.com/using-helm-and-pulumi-to-define-cloud-native-infrastructure-as-code
    👍 1
  • e

    early-musician-41645

    10/31/2018, 8:27 PM
    When creating an EKS cluster via
    @pulumi/eks
    I need to specify some CNI env vars, such as
    WARM_IP_TARGET
    to decrease the pre-allocated pool of IP addresses. How is that accomplished via Pulumi?
    c
    m
    w
    • 4
    • 4
  • e

    early-musician-41645

    10/31/2018, 8:50 PM
    Is it possible to install a Helm chart from a local file via
    new k8s.helm.v2.Chart
    ?
    w
    • 2
    • 4
  • e

    early-musician-41645

    10/31/2018, 9:05 PM
    Is there a way to specify "latest" chart version when using new
    k8s.helm.v2.Chart
    ? I couldn't find the possible values from a cursory look at https://github.com/pulumi/pulumi-kubernetes/blob/master/sdk/nodejs/helm.ts
    w
    • 2
    • 9
  • o

    orange-tailor-85423

    10/31/2018, 10:32 PM
    Trying to grok the Pulumi version of doing this from TF:
  • o

    orange-tailor-85423

    10/31/2018, 10:32 PM
    -.m
  • o

    orange-tailor-85423

    10/31/2018, 10:33 PM
    So I've created different health checks and now I want to reference them in GCLB backend service definition
  • o

    orange-tailor-85423

    10/31/2018, 10:36 PM
    Assumes for now a one to one mapping of backends to health check definitions
  • w

    white-balloon-205

    10/31/2018, 10:39 PM
    This should work:
    pulumi.all(healthChecks.map(hc => hc.selfLink))
  • g

    glamorous-printer-66548

    11/01/2018, 12:09 AM
    is there a good / central place / issue where people can consolidate requests to port over certain terraform providers? The next provider that It’d need would be postgres 🙂
    w
    • 2
    • 1
  • g

    glamorous-printer-66548

    11/01/2018, 12:20 AM
    could you please prioritize https://github.com/pulumi/pulumi-gcp/issues/55 ? This is kind of blocking me from converting a lot of terraform code to pulumi.
    s
    w
    • 3
    • 14
  • g

    glamorous-printer-66548

    11/01/2018, 9:59 AM
    hey is
    pulumi logs
    supposed to tail logs of k8s containers? Never got any logs out of it so far.
    w
    c
    • 3
    • 2
Powered by Linen
Title
g

glamorous-printer-66548

11/01/2018, 9:59 AM
hey is
pulumi logs
supposed to tail logs of k8s containers? Never got any logs out of it so far.
w

white-balloon-205

11/01/2018, 12:57 PM
Not yet - currently only a handful of AWS resources supported. But Kubernetes support is planned: https://github.com/pulumi/pulumi-kubernetes/issues/165
c

creamy-potato-29402

11/01/2018, 6:03 PM
Yeah, this will be useful for us to do.
View count: 1