ambitious-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 AMeager-pillow-75917
10/13/2020, 11:02 AMblue-pilot-69163
10/13/2020, 2:00 PMechoing-postman-88590
10/13/2020, 3:37 PMsticky-match-71841
10/14/2020, 11:45 AMhandsome-dinner-91163
10/14/2020, 4:19 PMelegant-island-39916
10/14/2020, 5:08 PMpulumi.Output[List]
early (or similar)? I importing this list from another stack and wish to iterate through the outputs to create resources. pulumi.Output#apply
suggests I should not be creating resources using func
icy-jordan-58549
10/14/2020, 5:22 PMerror: resource mm/list-query-engine was not successfully created by the Kubernetes API server : failed to determine if the following GVK is namespaced: /v1, Kind=List
sparse-gold-89283
10/14/2020, 7:41 PMpulumi up -t "urn"
? While waiting for a fix for https://github.com/pulumi/pulumi-aws/issues/1167 it would be an easy work around if I could run pulumi up for everything except the elasticache target. It is a fairly large stack so suppling all the targets except elasticache to the -t argument isn't a feasible optionvictorious-helmet-11068
10/15/2020, 7:53 AMvictorious-helmet-11068
10/15/2020, 7:53 AMvictorious-helmet-11068
10/15/2020, 7:54 AMvictorious-helmet-11068
10/15/2020, 7:54 AM