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

    creamy-potato-29402

    09/27/2018, 4:27 PM
    May I see the code?
  • s

    sparse-insurance-40223

    09/27/2018, 4:27 PM
    Diagnostics:
      kubernetes:apps:Deployment: test
        error: Preview failed: 5 errors occurred:
    
        * Resource 'test' was created but failed to initialize
        * [MinimumReplicasUnavailable] Deployment does not have minimum availability.
        * [ProgressDeadlineExceeded] ReplicaSet "test-648575886b" has timed out progressing.
        * Minimum number of live Pods was not attained
        * 1 Pods failed to run because: [InvalidImageName] Failed to apply default image tag "[object Object].<http://azurecr.io/test:0.1.1|azurecr.io/test:0.1.1>": couldn't parse image reference "[object Object].<http://azurecr.io/test:0.1.1|azurecr.io/test:0.1.1>": invalid reference format
    
    error: an error occurred while advancing the preview
  • c

    creamy-potato-29402

    09/27/2018, 4:28 PM
    What does the code for that object look like?
  • s

    sparse-insurance-40223

    09/27/2018, 4:29 PM
    const image = `${infra.containers.name.apply(x => x)}.<http://azurecr.io/test:0.1.1|azurecr.io/test:0.1.1>`
    s
    c
    • 3
    • 23
  • f

    full-dress-10026

    09/27/2018, 4:51 PM
    Every time I switch computers and run
    pulumi update
    , Pulumi thinks it needs to replace my ECS task definition and update the service even though nothing has changed.
  • f

    full-dress-10026

    09/27/2018, 4:53 PM
    Curious why that is true and how to stop it from doing that.
  • a

    adventurous-jordan-10043

    09/27/2018, 4:54 PM
    Are you logged in pulumi backend ? Are the computers on different os ?
  • f

    full-dress-10026

    09/27/2018, 4:54 PM
    Yes and yes
  • f

    full-dress-10026

    09/27/2018, 4:54 PM
    The Git SHA also changes.
  • f

    full-dress-10026

    09/27/2018, 4:55 PM
    Usual workflow is something like do some work in a cafe on my macbook, push code, go home, pull code on my ubuntu desktop.
  • a

    adventurous-jordan-10043

    09/27/2018, 4:56 PM
    It's more frequent to have encoding issues when you switch between unix/linux and windows
  • f

    full-dress-10026

    09/27/2018, 4:56 PM
    No Windows in the mix.
  • f

    full-dress-10026

    09/27/2018, 4:57 PM
    Just Mac OS and Ubuntu.
  • a

    adventurous-jordan-10043

    09/27/2018, 4:57 PM
    But maybe you're onto smthing with the git SHA thing, someone from the team may help you better than me 😛
  • a

    adventurous-jordan-10043

    09/27/2018, 4:59 PM
    Maybe there is something on pulumi side though, sometimes Pulumi is telling me there is a change when there is not.
  • f

    full-dress-10026

    09/27/2018, 5:11 PM
    The only thing that is different in the containerDefinition is the
    sha256
    .
  • f

    full-dress-10026

    09/27/2018, 5:13 PM
    That's the value in the
    environment
    with the name
    IMAGE_DIGEST
    .
    w
    • 2
    • 2
  • p

    proud-tiger-5743

    09/27/2018, 5:39 PM
    For creating an AWS IAM UserLoginProfile - docs say it requires field
    pgpKey
    - with an accept string of
    keybase:username
    . However, when I do this, update fails with
    Missing Required Property
  • p

    proud-tiger-5743

    09/27/2018, 5:42 PM
    What is the appropriate format for
    pgpKey
  • p

    proud-tiger-5743

    09/27/2018, 5:45 PM
    Apologies - ignore ☝️ , there was a second error being referenced, has been resolved
  • f

    full-dress-10026

    09/27/2018, 6:53 PM
    Why do the docs https://pulumi.io/quickstart/cloudfx/index.html#configuration say:
    externalSecurityGroups: (Optional) Provide securityGroup ids for the VPC as a comma-seperated string. Required if using an existing VPC.
    I don't understand why
    externalSecurityGroups
    are required. My security groups are already associated with a VPC.
  • f

    full-dress-10026

    09/27/2018, 6:59 PM
    I have a stack name
    ComputeSoftware/infra-dev
    . In my code I used
    pulumi.getStack()
    which returns
    infra-dev
    . That should be
    ComputeSoftware/infra-dev
    , correct?
  • g

    glamorous-printer-66548

    09/27/2018, 8:43 PM
    @creamy-potato-29402 any thoughts on https://pulumi-community.slack.com/archives/C84L4E3N1/p1538021666000100 ?
    c
    • 2
    • 3
  • b

    busy-umbrella-36067

    09/27/2018, 9:52 PM
    does anyone know a good way to use the local state in a team environment?
  • b

    busy-umbrella-36067

    09/27/2018, 9:52 PM
    storing it in git isnt really ideal, and I dont want to rely on the pulumi cloud app
  • a

    adventurous-jordan-10043

    09/27/2018, 9:56 PM
    aws s3
  • b

    busy-umbrella-36067

    09/27/2018, 9:56 PM
    is that built in?
  • a

    adventurous-jordan-10043

    09/27/2018, 9:57 PM
    not currently but there is one issue tracking improvements on that I think
  • b

    busy-umbrella-36067

    09/27/2018, 9:57 PM
    this one? https://github.com/pulumi/pulumi/issues/517
  • a

    adventurous-jordan-10043

    09/27/2018, 9:57 PM
    https://github.com/pulumi/pulumi/issues/1966
Powered by Linen
Title
a

adventurous-jordan-10043

09/27/2018, 9:57 PM
https://github.com/pulumi/pulumi/issues/1966
View count: 1