https://pulumi.com logo
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
  • c

    creamy-potato-29402

    08/28/2018, 1:24 AM
    Depending on when you do it, I will be around the area quite frequently…. There are 3 native speakers left of Kiksht, which is the dialect of Upper Chinook that my ancestors spoke, and so I am spending 50% of my time on the Warm Springs reservation in Oregon learning it.
  • c

    creamy-potato-29402

    08/28/2018, 1:24 AM
    Starting late-ish September
  • c

    creamy-potato-29402

    08/28/2018, 1:24 AM
    So I’ll be driving through Portland ~2x a week.
  • i

    important-jackal-88836

    08/28/2018, 1:25 AM
    wow
  • i

    important-jackal-88836

    08/28/2018, 1:27 AM
    I want to give a talk at this meetup https://www.meetup.com/Portland-JavaScript-Admirers/
  • c

    creamy-potato-29402

    08/28/2018, 1:27 AM
    lol I like that name
  • i

    important-jackal-88836

    08/28/2018, 1:28 AM
    I don't have a date, I just contacted the organizers
  • c

    creamy-potato-29402

    08/28/2018, 1:28 AM
    well, let us know what you need! Happy to help!
  • i

    important-jackal-88836

    08/28/2018, 1:29 AM
    sweet thanks 👍
  • i

    important-jackal-88836

    08/28/2018, 3:10 AM
    little script to safely edit your stacks
    edit-stack_sh.sh
    m
    • 2
    • 1
  • h

    helpful-vegetable-35581

    08/28/2018, 8:18 PM
    Is anyone using pulumi with virtual machines? If so how are you provisioning them? Pre baked images? Post create ansible/salt/chef runs? Looking for ideas and guidance here
  • m

    modern-diamond-82589

    08/28/2018, 8:45 PM
    Howdy. I'm having an issue specifying an authorizer for an
    aws.apigateway.Method
    . If I pass in
    authorization: 'NONE'
    to the constructor, everything works fine. If I pass
    authorization: 'COGNITO_USER_POOLS'
    and
    authorizerId: authorizer.id
    (where authorizer is a successfully created
    aws.apigateway.Authorizer
    ), then I receive this error: "NotFoundException: Invalid parameter name specified".
    b
    w
    • 3
    • 9
  • f

    faint-application-2746

    08/29/2018, 12:05 AM
    I wonder how much this will help or not https://aws.amazon.com/blogs/developer/aws-cdk-developer-preview/
    b
    • 2
    • 3
  • f

    faint-application-2746

    08/29/2018, 12:10 AM
    ah, found earlier discussion on this https://pulumi-community.slack.com/archives/C84L4E3N1/p1533054201000169
  • f

    flaky-receptionist-88878

    08/30/2018, 1:33 AM
    Is there anyway to put place holders in the raw k8s yaml and fill them in?
  • f

    flaky-receptionist-88878

    08/30/2018, 1:33 AM
    For example I have this
  • f

    flaky-receptionist-88878

    08/30/2018, 1:34 AM
    -.yaml
  • f

    flaky-receptionist-88878

    08/30/2018, 1:34 AM
    Is there any kind of template I could use in the yaml to have my code fill it in before pulumi tries to run it?
  • f

    flaky-receptionist-88878

    08/30/2018, 1:35 AM
    I do have helm charts and all that but I have cases where raw yaml is better
  • f

    flaky-receptionist-88878

    08/30/2018, 1:35 AM
    like creating service accounts
  • f

    flaky-receptionist-88878

    08/30/2018, 1:35 AM
    that don’t tie to a deployment and creating a helm chart for one is way over kill if you ask me
  • f

    flaky-receptionist-88878

    08/30/2018, 1:36 AM
    but I’d like to create a base yaml and have labels added and annotations based on passing in params, ideally via pulumi code
  • f

    flaky-receptionist-88878

    08/30/2018, 1:36 AM
    (javascript etc)
  • c

    creamy-potato-29402

    08/30/2018, 1:40 AM
    @flaky-receptionist-88878 both
    k8s.helm.Chart
    and
    k8s.yaml.ConfigGroup
    have a
    transformations
    config member: https://github.com/pulumi/pulumi-kubernetes/blob/master/examples/helm/index.ts#L18
    👍 1
  • c

    creamy-potato-29402

    08/30/2018, 1:41 AM
    That’s a
    helm
    example, but the same could easily be done for your
    yaml
    -oriented example.
  • c

    creamy-potato-29402

    08/30/2018, 1:41 AM
    🙂
  • c

    creamy-potato-29402

    08/30/2018, 1:41 AM
    please do let us know if this doesn’t solve your problem
  • f

    flaky-receptionist-88878

    08/30/2018, 1:42 AM
    I’ll go do some playing and see what happens, thanks!
  • c

    creamy-potato-29402

    08/30/2018, 1:42 AM
    happy to help, ping me in DM if you think that would be useful!
  • f

    flaky-receptionist-88878

    08/30/2018, 2:13 AM
    @creamy-potato-29402 really nice, so far this works and is logical to understand, I’m in about 4th grade with typescript and can use this with very little problem.
Powered by Linen
Title
f

flaky-receptionist-88878

08/30/2018, 2:13 AM
@creamy-potato-29402 really nice, so far this works and is logical to understand, I’m in about 4th grade with typescript and can use this with very little problem.
View count: 1