straight-sunset-92336
06/17/2022, 7:43 AMconst myfirstcustomresource= new FirstFunction(functionname, { resourcegroupname: MyResourceGroupName });
const mysecondresource = new Getkeys("keyresource", { resourcegroupname: MyResourceGroupName, keysname: functionname}, { dependsOn: [myfirstcustomresource] })
The deployment tries to create the second resource before the first one is created:
Error: invocation of azure-native:web:listWebAppHostKeys returned an error: request failed /subscriptions/xxxxx/resourceGroups/<resourcegroupname>/providers/Microsoft.Web/sites/<functionname>/host/default/listkeys: autorest/azure: Service returned an error. Status=404 Code="ResourceNotFound" Message="The Resource 'Microsoft.Web/sites/<functionname>' under resource group <resourcegroupname> was not found.
Any good ideas what could be causing this?some-caravan-90203
06/17/2022, 10:38 AMpulumi.dynamic.Resource
and provider for that. I was able to get create/update/read sort of working.
Now I am looking to cross-reference already existing API resources to the pulumi managed ones. Is the invoke
https://github.com/pulumi/pulumi/pull/369 functionality available for dynamic providers? I would appreciate any help or just documentation pointers on how to approach this.
Thank you!echoing-postman-88590
06/17/2022, 11:32 AMkubernetes.apiextension.CustomResource
but the inputs should be read from a kubernetes yaml. Any ideas? Thanksquaint-pillow-20530
06/17/2022, 11:33 AMelegant-fountain-6809
06/17/2022, 1:22 PMattachedDisks
property?important-australia-792
06/17/2022, 3:39 PMbetter-pencil-34948
06/17/2022, 5:39 PMshy-hydrogen-95871
06/17/2022, 9:43 PMcareful-oil-55681
06/17/2022, 11:40 PMcareful-oil-55681
06/17/2022, 11:40 PMwide-fall-7466
06/18/2022, 9:57 AMsettings/org-tokens
page in the org settings panel, does this mean I need to upgrade to the enterprise version to use the organization level token properly?
Can team plan users only be managed using account tokens, and how should we distinguish between multiple organizations?
Thanks ❤️clean-dentist-2515
06/19/2022, 3:58 PM1. Open your Pulumi program on a non-arm64 based computer
2. Update your packages (pip / nuget / npm / go) and runpulumi up
3. Once the update is complete, you can open the new, updated Pulumi program on your arm64-based systemI booted up a
--platform=linux/amd64
docker container and cloned my project, installed pulumi
but actually I am not sure what to do next
I have installed the old version of the provider… do I install the latest version too?
and then if I pulumi up
it can get state using the old provider, and will update it using latest version?
not really clear what the fix is hereincalculable-monkey-35668
06/19/2022, 10:49 PMadorable-computer-41765
06/20/2022, 11:32 AMsilly-city-21687
06/20/2022, 3:59 PMstale-iron-26898
06/20/2022, 4:18 PMuser_password = RandomPassword().result
the variable ‘user_password’ I sent to my dynamic resource which only create a query with the ‘user_password’ inside (Eventually is a string ) the problem is that the value is the Object itself <pulumi.output.Output at 0x7ffe81ffe6d0>
is there a way to export the value i get from randomPassword into a string in run time? 😢
Thanks!ambitious-agent-35343
06/20/2022, 4:40 PMbright-horse-50102
06/20/2022, 6:00 PMunknown
error when trying to destroy a stack
Previewing destroy (beta)
View Live: <https://app.pulumi.com/snip/snip/snip/previews/snip>
Type Name Plan
- pulumi:pulumi:Stack snip delete
- ├─ kubernetes:<http://networking.k8s.io/v1:Ingress|networking.k8s.io/v1:Ingress> snip delete
- snip (36 items)
Outputs:
- snip
Resources:
- 37 to delete
Do you want to perform this destroy? yes
Destroying (snip)
View Live: <https://app.pulumi.com/snip/snip/snip/updates/46>
Type Name Status Info
pulumi:pulumi:Stack snip **failed** 1 error
- └─ kubernetes:<http://networking.k8s.io/v1:Ingress|networking.k8s.io/v1:Ingress> snip **deleting failed** 1 error
Diagnostics:
kubernetes:<http://networking.k8s.io/v1:Ingress|networking.k8s.io/v1:Ingress> (snip):
error: unknown
pulumi:pulumi:Stack (snip):
error: update failed
Resources:
Duration: 18s
shy-dentist-79386
06/20/2022, 10:23 PMshy-dentist-79386
06/21/2022, 7:41 AMsparse-arm-65382
06/21/2022, 7:59 AMlimited-army-96747
06/21/2022, 10:34 AMdamp-honey-93158
06/21/2022, 1:00 PMmost-mouse-38002
06/21/2022, 1:56 PMflux bootrrap
within a Pulumi Command Pulumi reports errors when there is no error running the underlying command. I don’t really understand why, does Pulumi assume errors whilst receiving multiple lines of output?quaint-book-39362
06/21/2022, 11:15 PMpulumi stack show-current
. though it would be great pulumi stack
supported the --json
flag.icy-pilot-31118
06/22/2022, 1:55 AMMessage_: "Cannot create cluster 'my-cluster-eksCluster-10fe085' because us-east-1e, the targeted availability zone, does not currently have sufficient capacity to support the cluster. Retry and choose from these availability zones: us-east-1a, us-east-1b, us-east-1c, us-east-1d, us-east-1f",
great-byte-67992
06/22/2022, 4:22 AMpulumi/actions@v3
with a cloud state backend? I've set my azblob://
url but the action complains that "PULUMI_ACCESS_TOKEN must be set for login during non-interactive CLI sessions".
I'm not using the Pulumi SaaS
- name: Deploy
uses: pulumi/actions@v3
with:
command: preview
stack-name: mystack
cloud-url: <azblob://my-azure-storage-container>
damp-honey-93158
06/22/2022, 5:47 AMusing var singletonStack =
await LocalWorkspace.CreateStackAsync(new InlineProgramArgs(pulumiProjectName, singletonsStackName,
singletonProgram));
I'm wondering if I should set the pulumiProjectName to "org/project" instead of just "project" for example.
thank you!incalculable-midnight-8291
06/22/2022, 7:17 AMfaint-motherboard-95438
06/22/2022, 7:47 AMfaint-motherboard-95438
06/22/2022, 7:47 AMdamp-honey-93158
06/22/2022, 8:03 AMfaint-motherboard-95438
06/22/2022, 8:10 AMdamp-honey-93158
06/22/2022, 2:54 PM