gorgeous-animal-95046
10/07/2020, 2:27 PMpending operations
state and requires manual intervention in the state data. Fixing that requires special aws privileges in our env and most people who run into the error can’t actually fix the problem without contacting internal support.thankful-area-1764
10/07/2020, 3:01 PMsteep-spoon-2023
10/07/2020, 3:52 PMsteep-spoon-2023
10/07/2020, 3:54 PMsteep-spoon-2023
10/07/2020, 3:54 PMnutritious-rainbow-58472
10/07/2020, 4:04 PMsteep-spoon-2023
10/07/2020, 4:05 PMnutritious-rainbow-58472
10/07/2020, 4:06 PMincalculable-jewelry-88469
10/07/2020, 4:25 PMpulumi up
as a json? I see the --json
option for pulumi preview
but not for pulumi up
motivation: log it in a structured manner so that it can be easily parsed by datadogcool-jordan-85318
10/07/2020, 5:26 PMagreeable-plastic-45345
10/07/2020, 5:53 PMelegant-island-39916
10/07/2020, 6:10 PM[diff: ~spec]; warning: [Pod redis-deployment-pv20lh90-8479b5d5f-9w74q]: containers with unready status: [redis] -- [CreateContainerConfigError] configmap "redis-env-configmap" not found
Is there a way I can force pulumi to create a resource before another?big-island-38073
10/07/2020, 6:20 PMbest-garden-6174
little-intern-43446
10/07/2020, 7:00 PMquick-city-76163
10/07/2020, 8:03 PMpulumi up
command is executed for the first time?
I have a kubernetes resource that already exists that I want to apply a patch to. So the resource already exists, and I would like my dynamic provider to recognize whether or not the patch needs to be applied even on the first time pulumi up
is executedadamant-translator-31969
10/07/2020, 8:33 PMworried-queen-62794
10/07/2020, 9:43 PMpulumi up
? The docs say --config stringArray
but what is stringArray
? A JSON array? Where each odd element is the key and each even element the value?quick-city-76163
10/07/2020, 9:44 PMelegant-island-39916
10/07/2020, 10:54 PMpulumi.ComponentResource
to another, requiring it to be deleted and created once more. The problem is, Pulumi schedules the creation of this namespace first before deleting the old one of the same name. Resulting in this error:
resource ci was not successfully created by the Kubernetes API server : namespaces "ci" already exists
Is there a way to tell Pulumi that it should delete the previously existing namespace before creating a new one?adventurous-garage-59192
10/08/2020, 7:01 AMworried-queen-62794
10/08/2020, 7:26 AMaws:route53:Zone (TlayenZone):
warning: inputs to import do not match the existing resource; importing this resource will fail
But I have no idea why it doesn't match.astonishing-quill-88807
10/08/2020, 12:22 PMif resource.tags['pulumi_managed'] or pulumi_state[resource_id]: do stuff
happy-queen-35662
10/08/2020, 2:41 PM../package-a/public
../package-b/public
. Thing is when I go through bucket objects in those folders I want to remove the '../package/pubic' from the file name else, strangely (for me at least) I get an error about incorrect region of the bucket. Anyhow, I end up with names for objects that will be duplicated. for example index.html
for objects that will go into A and B buckets.
The thing is I was like "ok, I will add some ident to the start so the path in the buckets will be ident/index.html
" however that also will not work as for a website bucket the index doc must be at the root of the folder.
I guess the tldr issue I have is, how can I have two bucket objects with the path as index.html into two different buckets if the name prop of bucket object is also the path it will create in the bucket?
I am also using pulumi aws on typescript if that helpsmany-spring-73557
10/08/2020, 4:41 PMctrl-c
in the middle of a pulumi up
, and it apparently removed the stack state (similar to https://pulumi-community.slack.com/archives/C84L4E3N1/p1596230652357900). I am now trying to pulumi stack import
from one of the many files in .pulumi/backups/<my stack>
but get the error: error: could not deserialize deployment: unexpected end of JSON input
. Logging to stderr gives a tiny bit more info: main.checkDeploymentVersionError
. I’m using GCP w/ google storage as the state backend.
jq
parses the file fine. Any ideas why I wouldn’t be able to import a backup? Is there any documentation on restoring from backups? I couldn’t find any on the docs site. All the resources still exist in GCP - I’m hoping there’s a way to reconnect pulumi to themcurved-waitress-45592
10/08/2020, 5:26 PMcurved-waitress-45592
10/08/2020, 5:26 PMworried-queen-62794
10/08/2020, 8:30 PMtall-needle-56640
10/08/2020, 8:44 PM~\Source\pulumi> pulumi plugin install resource azure v3.20 -v 3?
? It errors out for me: "An error occurred: unknown shorthand flag: 'v' in -v". --verbose
gives same results.worried-queen-62794
10/08/2020, 10:45 PM