icy-jordan-58549
01/29/2021, 1:39 PMdocker build
processes? (I have 4 of them already and it’s keep growing)orange-holiday-79016
01/29/2021, 4:16 PMingress-nginx
helm chart. It gets stuck because the it’s waiting for pods to get ready before moving on, but the pods depend on secrets created by jobs, which are defined in the same chart. These jobs aren’t being installed/applied, I guess because Pulumi is waiting on the other resources to completely deploy succesfully. Does anyone have a solution how to solve this or work around it?late-energy-66663
01/29/2021, 8:37 PMnice-airport-15607
01/29/2021, 10:54 PMcolossal-rainbow-39841
01/30/2021, 6:09 AMcuddly-leather-18640
01/30/2021, 4:38 PMpulumi.all
and environment.apply
but haven’t been able to figure out how to do something like environment: environment + {name: "ANOTHER_ENV", value: "value"}
?white-addition-55138
01/30/2021, 10:30 PMruncmd
are done. What I'd like to do is wait until these are complete and then take a snapshot. My idea is to touch
a file as the last command and have something in Pulumi poll & wait for that file to exist - only then should the droplet be considered provisioned. Is this possible - or am I off track? Is Pulumi a good fit here?careful-fountain-56438
01/31/2021, 10:56 AMvictorious-machine-51951
01/31/2021, 9:48 PMbusy-energy-48964
02/01/2021, 1:48 AMlemon-tomato-90786
02/01/2021, 2:23 PMstraight-librarian-43739
02/01/2021, 3:19 PMaws.iam.UserLoginProfile
. There’s a chicken-and-egg situation with the pgpKey
argument not existing on the resource but also not being creatable on the imported resource, and the suggested workaround (ignoreChanges
) does not seem to work for me. Is there a recommended way of doing this?lemon-tomato-90786
02/01/2021, 4:40 PMbillowy-nightfall-59212
02/01/2021, 9:46 PMbrave-angle-33257
02/01/2021, 10:07 PMlemon-machine-35564
02/01/2021, 10:57 PMaws
provider and make the resources ourselves?best-belgium-60726
02/02/2021, 12:11 AMdelightful-jordan-36077
02/02/2021, 2:20 AMdelightful-jordan-36077
02/02/2021, 2:21 AMdelightful-jordan-36077
02/02/2021, 2:23 AMpurple-appointment-43233
02/02/2021, 4:10 AMbuildAndPublish
command, but not just a Publish
. Any thoughts on how I can do this?kind-mechanic-53546
02/02/2021, 7:09 AMpulumi destroy -t {urn}
which destroyed the resource but did not destroy dependent resources and errored with a stack trace and TypeError: Cannot read property 'hasOwnProperty' of undefined
Q: Is the -t flag broken?
I managed repair the stack by doing and export > import and removing references to the missing urnadorable-musician-67025
02/02/2021, 9:50 AMbulky-analyst-69312
02/02/2021, 2:52 PM{
"resources": [
{
"type": "gcp:compute/instance:Instance",
"name": "bastion-host",
"id": "bastion-host",
"zone": "europe-west2-c"
}
]
}
Alongside pulumi import -f resources.json
But I receive the following error:
error: gcp:compute/instance:Instance resource 'bastion-host' has a problem: ConflictsWith: "boot_disk.0.disk_encryption_key_raw": conflicts with boot_disk.0.kms_key_self_link
error: gcp:compute/instance:Instance resource 'bastion-host' has a problem: Computed attribute cannot be set
error: gcp:compute/instance:Instance resource 'bastion-host' has a problem: ConflictsWith: "boot_disk.0.kms_key_self_link": conflicts with boot_disk.0.disk_encryption_key_raw
error: gcp:compute/instance:Instance resource 'bastion-host' has a problem: Computed attribute cannot be set
error: Preview failed: one or more inputs failed to validate
I can't figure out what I'm doing wrong, does anyone here know?elegant-island-39916
02/02/2021, 5:26 PMpulumi up
plan suggested some changed resources would be updated, i clicked yes, then it deleted the resources 😕
some errors came up in the diagnostics part after my whole deployment was deleted:
W0202 17:21:42.280499 83251 transport.go:260] Unable to cancel request for *exec.roundTripper
E0202 17:21:42.280495 83251 request.go:975] Unexpected error when reading response body: context deadline exceeded (Client.Timeout or context cancellation while reading body)
victorious-sugar-42620
02/02/2021, 9:39 PMDockerfile
's for each service? I have no Idea how to do this.victorious-sugar-42620
02/02/2021, 9:39 PMdocker-entrypoint-initdb.d
. I only know how to do this with docker compose, but not with the Pulumi solution. Can someone point something so I can read about it?lemon-monkey-228
02/03/2021, 11:15 AMlemon-monkey-228
02/03/2021, 11:15 AMlemon-monkey-228
02/03/2021, 11:15 AMlemon-monkey-228
02/03/2021, 11:15 AM