future-nail-59564
11/24/2020, 8:12 PMloud-lifeguard-46150
11/24/2020, 10:48 PMType Name Status Info
pulumi:pulumi:Stack XXX-uat **failed** 1 error
~ ├─ azure:core:ResourceGroup rg updated [diff: ~tags]
~ ├─ azure:storage:Account storage updated [diff: ~tags]
~ ├─ azure:containerservice:Registry dockerhub updated [diff: ~tags]
~ ├─ azure:network:VirtualNetwork vnet **updating failed** [diff: ~tags]; 1 error
~ ├─ azure:network:NetworkSecurityGroup nsg updated [diff: ~tags]
~ └─ azure:network:PublicIp public-ip updated [diff: ~tags]
Diagnostics:
pulumi:pulumi:Stack (XXX-uat):
error: update failed
azure:network:VirtualNetwork (vnet):
error: 1 error occurred:
* updating urn:pulumi:uat::XXX::azure:network/virtualNetwork:VirtualNetwork::vnet: Error Creating/Updating Virtual Network "vnetXXXXXXX" (Resource Group "rgdXXXXXXX"): network.VirtualNetworksClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="InUseSubnetCannotBeDeleted" Message="Subnet subnetXXXXXXX is in use by /subscriptions/xxx/resourceGroups/rgdXXXXXXX/providers/Microsoft.Network/networkInterfaces/|providers|Microsoft.Compute|virtualMachineScaleSets|ss-managerXXXXXXX|virtualMachines|0|networkInterfaces|networkprofile/ipConfigurations/IPConfiguration and cannot be deleted. In order to delete the subnet, delete all the resources within the subnet. See <http://aka.ms/deletesubnet|aka.ms/deletesubnet>." Details=[]
I mean it's clearly a diff update and it requires to delete stuff. As much as I don't mind rebuilding our UAT environment, I can't delete anything off of our production environment.
Is there anything I'm missing here?full-dress-10026
11/24/2020, 10:53 PMfull-dress-10026
11/24/2020, 11:00 PM--logtostderr -v=9
. It appears that Pulumi is ignoring my logConfiguration
block in my container's spec.full-dress-10026
11/24/2020, 11:03 PMelegant-carpet-8859
11/25/2020, 2:22 AMjs-yaml
? Trying to install the Linkerd Helm chart using their HA values and I don't want to copy that whole thing into JS, would rather just read it in and then selectively set some more things.icy-jordan-58549
11/25/2020, 11:03 AMfuture-nail-59564
11/25/2020, 3:38 PMfull-dress-10026
11/25/2020, 4:20 PMpanic: interface conversion: interface {} is string, not bool
goroutine 340 [running]
...
I can paste additional lines from the stacktrace if interested.little-cartoon-10569
11/25/2020, 8:34 PMError: Running program 'foo' failed with an unhandled exception:
Error: Unable to deserialize resource urnpulumidev:fooawsiam/roleRole:foo, no module is registered for iam/role.It's working fine from my programs, so I'm not sure if I've got a problem with dependencies, maybe old versions of something laying around somewhere...
elegant-carpet-8859
11/25/2020, 10:55 PMallowedUses
for a cert is? The docs https://www.pulumi.com/docs/reference/pkg/tls/selfsignedcert/ just say they're "listed below" but they're not listed anywhere. And I can't find a list in the code either.elegant-carpet-8859
11/25/2020, 10:55 PMelegant-carpet-8859
11/25/2020, 10:59 PMelegant-carpet-8859
11/25/2020, 10:59 PMbreezy-butcher-78604
11/26/2020, 2:46 AMpulumi preview
without having to provide cloud provider credentials? I keep getting an error but given it's just comparing the new state to the existing state stored in Pulumi, surely it shouldn't need any cloud provider creds?white-pencil-38837
11/26/2020, 12:26 PM// Register the Certificate CRD.
new certificates.certmanager.CertificateDefinition("certificate");
white-pencil-38837
11/26/2020, 12:27 PMtall-jackal-67163
11/26/2020, 12:27 PMError, failed to delete instance because deletion_protection is set to true. Set it to false to proceed with instance deletion
. Unfortunately, I can't find where I can set that. I tried setting the protected=False
in the ResourceOptions but that does not work either.wet-noon-14291
11/26/2020, 10:33 PMchange-secrets-provider
suppose to take?dazzling-sundown-39670
11/27/2020, 6:59 PMpulumi up
?ancient-boots-22113
11/28/2020, 8:27 AMeager-lion-7694
11/29/2020, 3:24 PMgifted-island-55702
11/30/2020, 12:41 PMbored-intern-60856
11/30/2020, 5:00 PMDiagnostics:
pulumi:pulumi:Stack (#####):
error: an unhandled error occurred: Program exited with non-zero exit code: -1
Arbitrarily. Is this regarding my code or has anyone else had it?narrow-area-20379
11/30/2020, 8:03 PMComponentResource
in a separate package or folder, how can I reference a file from that folder using pulumi.asset.FileAsset
?
When I run it the path is done relative to where the ComponentResource is called but the asset it needs are inside the ComponentResource directory.eager-lion-7694
11/30/2020, 8:42 PMworried-wall-60272
11/30/2020, 9:53 PMtf2pulumi --target-language go
working/supported?eager-lion-7694
11/30/2020, 10:15 PMancient-boots-22113
12/01/2020, 8:11 AMquaint-translator-50744
12/01/2020, 1:18 PM