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

    better-rainbow-14549

    07/11/2019, 3:12 PM
    presumably because there isnt a change
  • b

    bored-river-53178

    07/11/2019, 3:52 PM
    is there any way to taint resources like with terraform? https://www.terraform.io/docs/commands/taint.html
  • b

    bored-river-53178

    07/11/2019, 3:53 PM
    I am using this example for provisioners like functionality and wonder if it's possible to force rerun of a provisioner https://github.com/pulumi/examples/tree/joeduffy/provisioners/aws-ts-ec2-provisioners
  • s

    stocky-spoon-28903

    07/11/2019, 3:57 PM
    @bored-river-53178 There is not right now - but there also aren’t provisioners as such, so that’s pretty much OK
  • b

    bored-river-53178

    07/11/2019, 3:58 PM
    I understand that those are not official provisioners, that's why I am looking for some kind of workaround, like
    taint
    , is there any?
    • 1
    • 1
  • s

    stocky-spoon-28903

    07/11/2019, 3:59 PM
    So the closest thing to that right now is to use dynamic resources - I believe there is a plan to address this at some point, but I’m not entirely sure when offahdn.
    b
    • 2
    • 2
  • b

    bored-river-53178

    07/11/2019, 4:07 PM
    or maybe there is something similar to ansible 'changed_when'? https://docs.ansible.com/ansible/latest/user_guide/playbooks_error_handling.html#overriding-the-changed-result
    • 1
    • 1
  • b

    better-rainbow-14549

    07/11/2019, 4:29 PM
    is there anything i need to do to migrate from pulumi/azure to pulumi/azuread? will my resources get recreated or anything nasty?
    w
    • 2
    • 7
  • b

    better-rainbow-14549

    07/11/2019, 4:44 PM
    https://github.com/pulumi/pulumi-azure/issues/243 😞 just hit this again
  • b

    boundless-monkey-50243

    07/11/2019, 5:13 PM
    So I've got an odd situation--we've got an S3 Terraform state whose access via
    tf.state.RemoteStateReference
    is getting a 403 from S3, but making requests manually (same credentials) works fine. This code also was working until it was extracted into a separate NPM module. Can anyone point me in the right direction for debugging this?
  • i

    important-leather-28796

    07/11/2019, 5:29 PM
    @gorgeous-egg-16927 it looks like the v0.25.2 that you released 15 minutes ago didn’t push to npmjs https://www.npmjs.com/package/@pulumi/kubernetes
    g
    • 2
    • 4
  • f

    freezing-flag-53289

    07/11/2019, 6:19 PM
    Anyone here run into
    pulumi preview
    or
    pulumi up
    actions spinning forever with the
    pulumi/pulumi
    docker image? I’m loading a tiny sample app into it and trying to run it to no avail.
  • m

    modern-bear-85657

    07/11/2019, 7:12 PM
    How should I rename organization stacks?
    $ pulumi stack rename <org>/na-dev
    Please choose a stack: <org>/na-dev
    error: [400] Bad Request: A stack name may only contain alphanumeric, hyphens, underscores, or periods.
    w
    • 2
    • 1
  • o

    orange-tailor-85423

    07/11/2019, 10:50 PM
    -.txt
  • o

    orange-tailor-85423

    07/11/2019, 10:50 PM
    Gotten this 3 times today? Is it my network or ?
  • o

    orange-tailor-85423

    07/11/2019, 10:50 PM
    this was running
    pulumi preview
  • w

    white-balloon-205

    07/11/2019, 10:53 PM
    Connecting with @orange-tailor-85423 in DM on the above, as it appears to be an issue uniquely affecting one of his stacks.
  • o

    orange-tailor-85423

    07/11/2019, 10:54 PM
    moar logs!
  • o

    orange-tailor-85423

    07/11/2019, 10:54 PM
    🙂
  • o

    orange-tailor-85423

    07/11/2019, 10:54 PM
    thanks Luke
  • c

    colossal-room-15708

    07/11/2019, 10:59 PM
    I just tested
    pulumi login --local
    and wanted to switch back to using the service, but no matter how often I call
    pulumi logout
    , I'm always being logged back in to local
    w
    • 2
    • 12
  • c

    colossal-room-15708

    07/11/2019, 11:36 PM
    In order to move my state from pulumi to S3, are these the steps required?
    Pulumi stack export --file stack.json
    Pulumi login <s3://bucketName>
    Pulumi stack import --file stack.json
    • 1
    • 2
  • f

    few-processor-86645

    07/12/2019, 10:07 AM
    Anyone can tell me what permissions are needed (in the new interface) to use the new azuread module? I was able to create application with the old module, but now I have this error: error: Error obtaining Authorization Token from the Azure CLI: Error waiting for the Azure CLI: exit status 1
  • m

    microscopic-airline-90245

    07/12/2019, 10:15 AM
    (Reposting from #typescript, hoping for a general advice) Hi guys, I can't figure out how to provide a private registry secret when overriding a Helm chart with a private repo image. I must be doing something wrong (I hope), but the error message is rather unhelpful. A simplified case here: https://gist.github.com/mamash/4f6d587392ddf096d3bdcd2d172be161
  • b

    billions-lock-80282

    07/12/2019, 10:34 AM
    Suddenly getting errors deploying GKE clusters this morning, Pulumi seems to disconnect after cluster is created. Someone else also has seen this https://github.com/pulumi/pulumi/issues/2922
    g
    • 2
    • 7
  • m

    millions-judge-24978

    07/12/2019, 2:31 PM
    Is there a way to convert a
    k8s.Provider
    (i.e. from a
    new eks.Cluster
    ) into its
    kubeconfig
    string so that I might export it as an output of a stack?
  • b

    better-rainbow-14549

    07/12/2019, 2:31 PM
    it should be there as .kubeConfig
    m
    • 2
    • 1
  • r

    rich-easter-89163

    07/12/2019, 6:12 PM
    Not sure if is only me but email login seems to be broken 😞
  • r

    rich-easter-89163

    07/12/2019, 6:13 PM
    it show that message in the console when I click the email button
    g
    c
    • 3
    • 7
  • i

    incalculable-diamond-5088

    07/12/2019, 7:53 PM
    Hi, I’d like to move a stack into an organization
    g
    • 2
    • 1
Powered by Linen
Title
i

incalculable-diamond-5088

07/12/2019, 7:53 PM
Hi, I’d like to move a stack into an organization
g

gentle-diamond-70147

07/12/2019, 7:58 PM
Send me an email - cameron@pulumi.com.
View count: 1