big-island-38073
10/07/2020, 6:20 PMbest-garden-6174
10/07/2020, 6:32 PMlittle-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 helpsbroad-dog-22463
10/08/2020, 3:34 PMmany-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 PMblue-pilot-69163
10/09/2020, 3:09 AMenough-oil-63049
10/09/2020, 3:18 AMblue-pilot-69163
10/09/2020, 3:38 AMprehistoric-arm-87050
10/09/2020, 3:58 AMworried-queen-62794
10/09/2020, 7:01 AMerror: Exception calling application: Object of type Unknown is not JSON serializable
Debug logging doesn't really help.late-ghost-74230
10/09/2020, 10:18 AMpulumi up
.
I am evaluating Pulumi to use it inside the reconciliation loop of a K8s controller.
Do you think this is a good use case for it?mammoth-journalist-45153
10/09/2020, 12:45 PMcolossal-plastic-46140
10/09/2020, 1:35 PMprehistoric-arm-87050
10/09/2020, 2:12 PMprehistoric-arm-87050
10/09/2020, 2:16 PMloud-egg-62954
10/09/2020, 4:29 PMloud-egg-62954
10/09/2020, 4:29 PMbillowy-army-68599
10/09/2020, 4:34 PMloud-egg-62954
10/09/2020, 4:35 PMbillowy-army-68599
10/09/2020, 4:37 PMloud-egg-62954
10/09/2020, 4:37 PMbillowy-army-68599
10/09/2020, 4:37 PMping
url is returning okay, so it looks to be okayloud-egg-62954
10/09/2020, 4:41 PMnew Setting('hello', {
value: 'world',
})