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

    best-xylophone-83824

    08/27/2019, 9:56 AM
    Does kubernetes provider support server side apply?
    c
    • 2
    • 1
  • g

    gifted-engine-92308

    08/27/2019, 12:48 PM
    Hi, I am trying to change the config map belonging to the ingress in minikube. I have tried import and it just creates a new one. I’ve also tried using get to get it and modify the data but it doesn’t seem to change it. How should this be done?
  • d

    damp-room-71337

    08/27/2019, 2:05 PM
    has anyone got any pointers on installing Helm charts into non-default/current namespaces? I’ve tried passing a custom provider to Helm as mentioned here, but it gets ignored https://github.com/pulumi/pulumi-kubernetes/issues/217#issuecomment-504160101
    c
    g
    • 3
    • 18
  • m

    modern-army-90330

    08/27/2019, 7:05 PM
    is there any way to manage aws codecommit specific credentials in pulumi? https or ssh codecommit credentials
    • 1
    • 1
  • b

    bitter-dentist-28132

    08/27/2019, 8:58 PM
    i'm using pulumi in CI, in a pipeline where i have nightly, staging, and prod jobs. the staging job triggers after nightly finishes, and i'd expected that once a
    pulumi up
    has finished, it unlocks the stack. this doesn't seem to be the case; the staging job gets a 409 error. is this a bug, or a known problem with app.pulumi.com's concurrency management?
    g
    • 2
    • 1
  • c

    colossal-plastic-46140

    08/27/2019, 9:02 PM
    Hi, we are taking advantage of the import flag with our aws resources, is there a way to have the diff that is part of the output -> go into something that can be easily serialized as a resource object
  • l

    loud-nest-15724

    08/28/2019, 1:29 PM
    Hi, hopefully this is a simple one, how do I access the parameters which the provider libraries require. Specifically I want to get the value of the current region this doesn't seem to get me what I want
    const region: string = new pulumi.Config().require("aws:region");
    a
    • 2
    • 4
  • b

    bored-river-53178

    08/28/2019, 2:27 PM
    pulumi stack rename
    resulted in error: error: rename .pulumi/history/dev-bfstack-emesa1 .pulumi/history/dev-bfstack-emesa: no such file or directory the state is was in s3 now I can access the stack at all,
    pulumi up
    gives the error 'error: failed to load checkpoint: blob (code=NotFound): NoSuchKey: The specified key does not exist. status code: 404, request id: 52CA127D3A77A221, host id: +t5rZUXVdawXQCrYFQrMX4KWh3Us/vWLu9ltJ7Hj01aHn2Irz8c2QCkztOqEyHlhVhHrBTvNT+0='
  • b

    bored-river-53178

    08/28/2019, 2:28 PM
    how to find out which key it tries to access?
    g
    • 2
    • 2
  • b

    best-xylophone-83824

    08/28/2019, 3:00 PM
    does anybody know if it is possible to get my current GCP project from ambient provider?
  • c

    cool-egg-852

    08/28/2019, 3:08 PM
    gcp.config.project
    I think
  • b

    best-xylophone-83824

    08/28/2019, 3:13 PM
    ah, nice! thanks
  • d

    damp-room-71337

    08/28/2019, 3:14 PM
    anyone have any idea why an
    eks.Cluster
    would get stuck on destroy when trying to delete a node security group?
    aws:ec2:SecurityGroup                                    cluster-nodeSecurityGroup                  deleting...
  • d

    damp-room-71337

    08/28/2019, 3:16 PM
    looks like it can’t be deleted because it’s associated with an ENI, although I can’t quite tell what that ENI is - EKS master maybe?
  • d

    damp-room-71337

    08/28/2019, 3:17 PM
    actually no, it’s an ENI that was attached to a now-deleted EKS worker
    w
    • 2
    • 10
  • m

    modern-ram-22318

    08/28/2019, 3:59 PM
    Hey all. I'm new to Pulumi and am working on deploying some tasks to AWS with ECS. When I do
    pulumi up
    all executes fine, but my LaunchConfiguration and AutoScalingGroup never actually get created in AWS, don't show up in my stack Resources. Everything else so far seems to be working fine. Any ideas on why that would be? Also, any idea if it's possible to add Metadata to LaunchConfiguration resources?
    w
    • 2
    • 11
  • f

    flat-guitar-86436

    08/28/2019, 6:31 PM
    I’m wondering.. why ressources are created with a short random string? is this something we can disable?
    • 1
    • 2
  • s

    some-doctor-62800

    08/28/2019, 7:14 PM
    @white-balloon-205 would it be possible to craft a dynamic resource provider that decorates an existing provider?
    w
    • 2
    • 19
  • f

    flat-guitar-86436

    08/28/2019, 9:23 PM
    I start from a brand new root account and I want to reference the root account in my pulumi program:
    export const rootAccount = new aws.organizations.Account(INFRA_CONFIG.REFERENCE_ACCOUNT_NAME, {
      email: INFRA_CONFIG.ROOT_ACCOUNT_EMAIL,
      iamUserAccessToBilling: 'ALLOW',
      parentId: rootOrgUnit.id
    });
    is it possible to do that? Pulumi error because this user already exist
    f
    w
    • 3
    • 4
  • d

    damp-room-71337

    08/29/2019, 9:46 AM
    anyone know why
    vpcCniOptions
    on
    eks.Cluster
    doesn’t seem to be taking effect? With this definition:
    new eks.Cluster(
        "cluster",
        {
            name: opts.tagName,
            version: opts.version,
            vpcId: opts.vpcId,
            vpcCniOptions: {
                logLevel: "INFO",
                warmEniTarget: 0
            }
        }
    );
    the
    aws-node
    env vars look like:
    Environment:
          AWS_VPC_K8S_CNI_LOGLEVEL:  DEBUG
          AWS_VPC_K8S_CNI_LOG_FILE:  stdout
          MY_NODE_NAME:               (v1:spec.nodeName)
  • d

    damp-room-71337

    08/29/2019, 9:47 AM
    Pulumi definitely changed something:
    Updating (dev):
    
         Type                                     Name                        Status      Info
         pulumi:pulumi:Stack                      cluster-infrastructure-dev              
         └─ cluster-infrastructure:eksCluster     cluster                                 
            └─ eks:index:Cluster                  cluster                                 
     ~         └─ pulumi-nodejs:dynamic:Resource  cluster-vpc-cni             updated     [diff: +logLevel]
    I’ve tried deleting instances in the nodegroup and letting the ASG replace them, but the env vars are still the same
  • f

    flat-lamp-55912

    08/29/2019, 12:20 PM
    I have all the modules install still getting this error. Not sure if I am still missing module/code to reference from. I'm testing only to create a single ec2 instance
    ImportError: cannot import name 'get_linux_ami' from 'ami'
    f
    • 2
    • 3
  • i

    incalculable-diamond-5088

    08/29/2019, 2:03 PM
    Second update in a row I get
    XXX refers to unknown provider YYY
    error with the state remaining inconsistent. That’s a problem
    m
    • 2
    • 1
  • s

    some-doctor-62800

    08/29/2019, 3:35 PM
    How do you retrieve projectNumber (not projectId) for gcp provider?
  • s

    some-doctor-62800

    08/29/2019, 3:43 PM
    found it
  • s

    some-doctor-62800

    08/29/2019, 3:44 PM
    it's not on
    gcp.projects.getProject
    but on
    gcp.organizations.getProject
  • b

    bitter-judge-29436

    08/29/2019, 4:35 PM
    Is there a way to add a certificate to an app service?
  • b

    bitter-judge-29436

    08/29/2019, 4:35 PM
    We currently use the azure cli to upload a pfx and then bind the certificate by thumbprint to the hostname
  • h

    high-translator-22614

    08/29/2019, 4:48 PM
    that's an extremely provider-specific question?
  • h

    high-translator-22614

    08/29/2019, 4:48 PM
    like, i'm sure pulumi has the APIs to do certificate management for the three major clouds, but you might have to be more specific? (Especially if Azure has several ways to host HTTP applications with different methods of attaching certificates)
Powered by Linen
Title
h

high-translator-22614

08/29/2019, 4:48 PM
like, i'm sure pulumi has the APIs to do certificate management for the three major clouds, but you might have to be more specific? (Especially if Azure has several ways to host HTTP applications with different methods of attaching certificates)
View count: 1