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

    worried-engineer-33884

    12/04/2019, 11:54 PM
    i am having trouble after upgrading to the latest pulumi. started getting an error when using
    aws.secretsmanager.getSecretVersion
    where it retrieves an empty value.
    w
    c
    • 3
    • 11
  • e

    early-intern-90238

    12/05/2019, 12:17 AM
    I have 24 stacks in Pulumi now, I feel like thats some sort of achievement unlock or something!! lol
    😛artypus-8bit: 2
    🏆 7
    👏 1
    • 1
    • 1
  • w

    wet-sunset-4939

    12/05/2019, 1:32 AM
    Hi @tall-librarian-49374, just quick question regarding to Azure AD B2C. How could we select difference Tenant when registering the application?
    t
    • 2
    • 3
  • h

    hundreds-portugal-17080

    12/05/2019, 7:16 AM
    Hi I have one stack up and running with 2 k8 clusters with multiple helm charts deployed it. After the above stack is up, I tried to "pulumi up" on another different stack "in parallel" with same above configurations of helm charts, some of the charts are failing : "error: Plan apply failed: 2 errors occurred: * resource kibana-kibana was successfully created, but the Kubernetes API server reported that it failed to fully initialize or become live: 'kibana-kibana' timed out waiting to be Ready * Service was not allocated an IP address; does your cloud provider support this?" any idea on what is happening?
    q
    • 2
    • 5
  • q

    quaint-artist-58613

    12/05/2019, 9:43 AM
    Hey friends, I used aws CloudFormation and found out some resources was not created with CloudFormation running successfully. I am supposed this is because CloudFormation is an asynchronous service. But anyway, Is it needed to verify aws resources are really created by pulumi up ?thanks.
  • n

    nutritious-airline-70839

    12/05/2019, 9:46 AM
    Hey @quaint-artist-58613, why not amazon (web) console?
  • l

    lively-kangaroo-29833

    12/05/2019, 9:49 AM
    @quaint-artist-58613 You could also output resource IDs and check for them on the Amazon Web Console as @nutritious-airline-70839 suggested edit : or programmatically
  • q

    quaint-artist-58613

    12/05/2019, 9:49 AM
    @nutritious-airline-70839 because it is painful and impossible when there are hundred resources.
  • q

    quaint-artist-58613

    12/05/2019, 9:50 AM
    @lively-kangaroo-29833 The resources successfully created were shown in console but the ones failed to be created were not shown in console. So comparing console events are not working.
  • n

    nutritious-airline-70839

    12/05/2019, 3:41 PM
    Hey! I have a general question 😉 I know pulumi is free and open-source. If my team (4ppl) wanted to use it for production setup - what all do I have to do to "unsubscribe" from the app?
    b
    • 2
    • 8
  • c

    cool-egg-852

    12/05/2019, 8:27 PM
    Is there any reason the pulumi docker image is so large?
    c
    f
    +2
    • 5
    • 8
  • c

    cool-egg-852

    12/05/2019, 8:35 PM
    Also, is there any way to disable this message when running
    pulumi config set
    PULUMI_ACCESS_TOKEN must be set for login during non-interactive CLI sessions
    ?
    c
    • 2
    • 3
  • b

    busy-umbrella-36067

    12/05/2019, 9:22 PM
    Getting a panic on the latest aws provider
    m
    k
    • 3
    • 13
  • c

    cool-egg-852

    12/05/2019, 9:43 PM
    Is there any reason pulumi reorders the contents of the config file when running
    pulumi config set --path path.key
    ?
    c
    w
    • 3
    • 8
  • f

    few-pizza-31661

    12/06/2019, 12:08 AM
    Versioning of the state file/object. Any pointers to that ?
    m
    • 2
    • 1
  • q

    quiet-tomato-48326

    12/06/2019, 8:43 AM
    Hi all, I'm getting an assertion failed panic during pulumi up (while previewing the update), but I'm not really sure where to start troubleshooting I'm only seeing the issue on a specific stack, so it might be an issue with the state?
    out.txt
    • 1
    • 1
  • h

    handsome-cat-98152

    12/06/2019, 9:34 AM
    Is there a way to modifiy
    imported
    Ressources? When I try to, it ends up looking like the screenshot and it's driving me nuts
    b
    • 2
    • 5
  • n

    nutritious-airline-70839

    12/06/2019, 10:11 AM
    Hi all! I'm looking for a infra-as-code tool. After a 2-week research my top two are terraform and pulumi and it's very close 😉 Have you tried terraform? Why do you use pulumi and not terraform?
    b
    q
    +2
    • 5
    • 12
  • c

    clever-nest-47198

    12/06/2019, 3:34 PM
    https://github.com/pulumi/pulumi-kubernetes/issues/906 reported a breaking change we've been hitting on python with pulumi 1.6.x due to the unknown output preview change.
    m
    • 2
    • 3
  • b

    busy-umbrella-36067

    12/06/2019, 6:51 PM
    I'm having trouble pulling service values from a helm chart. Types don't complain until runtime
    TypeError: Cannot read property 'status' of undefined
    const grafanaChart = new helm.v2.Chart(
        "grafana",
        {
          chart: "stable/grafana",
          values: {
            service: { type: "LoadBalancer" },
            testFramework: { enabled: false }
          }
        }
      );
    
      cosnt grafanaHostname = grafanaChart.getResource('v1/Service', 'grafana').apply(svc => svc.status.loadBalancer.ingress[0].hostname)
    m
    g
    • 3
    • 4
  • r

    rhythmic-hair-33677

    12/06/2019, 7:47 PM
    What’s the best way to patch a kubernetes service account? I don’t really wish to manage it completely. i.e. to replace this shell command:
    kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "registry-pull-secret"}]}' -n openfaas-fn
    g
    m
    • 3
    • 3
  • r

    rhythmic-hair-33677

    12/06/2019, 7:53 PM
    One thought is this
    k8s.core.v1.ServiceAccount.get(
      'default',
      'openfaas-fn/default'
    ).imagePullSecrets.apply((pullSecrets) => {
      if (!pullSecrets.find((s) => s.name === 'registry-pull-secret')) {
        pullSecrets.push({ name: 'registry-pull-secret' })
      }
    })
  • r

    rhythmic-hair-33677

    12/06/2019, 8:35 PM
    Is it possible to manage external helm repositories? Or is it expected that the chart be installed and updated outside the pulumi program? For instance, I have this shell script:
    # Add the Jetstack Helm repository
    helm repo add jetstack <https://charts.jetstack.io>
    
    # Update your local Helm chart repository cache
    helm repo update
    
    # Install the cert-manager Helm chart
    helm install \
      --name cert-manager \
      --namespace cert-manager \
      --version v0.11.0 \
      jetstack/cert-manager
    g
    • 2
    • 1
  • s

    swift-painter-31084

    12/06/2019, 10:09 PM
    https://github.com/terraform-providers/terraform-provider-aws/pull/8268 This was just approved by Terraform, so much ALB routing rules will be available soon. 🎉 When might this be integrated to Pulumi?
    b
    • 2
    • 2
  • r

    rhythmic-hair-33677

    12/07/2019, 5:37 PM
    pulumi k8s helm refuses to deploy a helm chart with an ingress with
    apiVersion "extensions/v1beta1" was removed in Kubernetes 1.16
    but this will continue to be served until 1.20. Is this a bug or is there a parameter to get around this? See <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#deprecations-and-removals>
    w
    • 2
    • 1
  • r

    rhythmic-hair-33677

    12/07/2019, 6:49 PM
    I am seeing a bug where the minio helm chart will not install when using pulumi. It attempts to use a service account in the wrong namespace: https://gist.github.com/brandonkal/e41e159704e08638dbe5294e60232da4
    w
    • 2
    • 1
  • q

    quaint-artist-58613

    12/08/2019, 11:08 AM
    Hey, My lambda needs to run pulumi cli commands for resource provisioning on the fly. I am wondering if there is library for pulumi commands ?
    w
    • 2
    • 2
  • q

    quaint-artist-58613

    12/08/2019, 11:38 AM
    Hey, the team license is 225 per month up to 25 people. But my team only has 10 people. I am wondering if there a way to charge based on the exact number of team mates? I am expecting the price that is less than $225 with 10 people in my team. Thanks.
    t
    t
    • 3
    • 2
  • b

    best-waiter-16927

    12/08/2019, 11:46 AM
    Can someone explain the following warning when running `pulumi stack ls -a -j`:
    warning: 194 stacks were omitted from the results.
    w
    c
    • 3
    • 6
  • r

    rhythmic-hair-33677

    12/08/2019, 3:06 PM
    Is there an interactive config cli command? i.e. prompt for all require and requireSecret values?
    w
    • 2
    • 1
Powered by Linen
Title
r

rhythmic-hair-33677

12/08/2019, 3:06 PM
Is there an interactive config cli command? i.e. prompt for all require and requireSecret values?
w

white-balloon-205

12/08/2019, 3:54 PM
There is not currently - and more fundamentally there is no way to know all the config that a program might read except by running it. We are expecting to do a large overhaul of the config system in the near future to help address this (and a number of other related limitations of the current mode) - https://github.com/pulumi/pulumi/issues/1052 is tracking on key aspect of that.
View count: 1