blue-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 PMambitious-father-68746
10/09/2020, 9:08 PMmany-psychiatrist-74327
10/09/2020, 9:09 PMpulumi up
, and I don’t know how to get out of it…
1. My k8s deployments were running fine.
2. Run pulumi up
with a new container image for my deployment. Pods get into crash loop and deployment fails.
3. Subsequent pulumi up
commands always fail with error: transport is closing
. Not very informative error…
I’ve tried pulumi refresh
and also running up
with --logtostderr -v=7
, but I don’t see anything usefulwet-noon-14291
10/09/2020, 10:41 PMpulumi stack init --secrets-provider="<azurekeyvault://mykeyvaul.vault.azure.net/keys/mykeyname>" Dev
I get the message that the stack was created, but then it stops for some reason.tall-needle-56640
10/10/2020, 6:49 PMgentle-soccer-81698
10/11/2020, 11:42 PMDiagnostics:
pulumi:providers:vsphere (default_2_8_0):
error: no resource plugin 'vsphere-v2.8.0' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource vsphere v2.8.0`
gentle-soccer-81698
10/11/2020, 11:43 PM2.10.1
pulumi plugin ls
NAME KIND VERSION SIZE INSTALLED LAST USED
vsphere resource 2.10.1 63 MB 6 hours ago 6 hours ago
TOTAL plugin cache size: 63 MB
worried-queen-62794
10/12/2020, 1:26 AMprotect=False
but it still refuses to delete the protected resource.blue-pilot-69163
10/12/2020, 4:53 AMwet-noon-14291
10/12/2020, 7:06 AM--cloud-url
to log in, and I have also set all the azure config with pulumi config set azure:...
. When we then execute pulumi, what credentials are used? Is it the credentials that I set using pulumi config set azure:..
or is it some other credentials? For me it sort of make sense it it where two different set of credentials, since one is used to authenticate against the pulumi state and keyvault one might use, but the config you set with pulumi config set azure:...
is the credentials you use for actual provisioning of resources.happy-pencil-64085
10/12/2020, 1:28 PMusing Pulumi;
using Aws = Pulumi.Aws;
class MyStack : Stack
{
public MyStack()
{
var awsGlueCatalogDatabase = new Aws.Glue.CatalogDatabase("awsGlueCatalogDatabase", new Aws.Glue.CatalogDatabaseArgs
{
Name = "MyCatalogDatabase",
});
}
}
quick-king-51158
10/12/2020, 3:07 PMbusy-umbrella-36067
10/12/2020, 4:24 PMquick-king-51158
10/12/2020, 4:38 PMbusy-umbrella-36067
10/12/2020, 5:06 PMmysterious-easter-19881
10/12/2020, 6:35 PMloud-egg-62954
10/12/2020, 7:16 PMwet-soccer-72485
10/12/2020, 10:24 PMDuplicate resource URN
for their stack?
For context, I am running --refresh
in my pulumi up
CI workflow.
<PROJECT-NAME>-<STACK-NAME> (pulumi:pulumi:Stack)
error: Duplicate resource URN 'urn:pulumi:<STACK-NAME>::<PROJECT-NAME>::pulumi:pulumi:Stack::<PROJECT-NAME>-<STACK-NAME>'; try giving it a unique name
ambitious-address-60733
10/13/2020, 4:22 AMambitious-father-68746
10/13/2020, 8:33 AM