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 AMagreeable-notebook-99278
06/22/2022, 8:30 AMazure
which is hella confusing having
azure:config1
azure:config2
etc⦠in the Pulumi.yml filekind-keyboard-17263
06/22/2022, 11:02 AMpulumi login
the procedure happens correctly; but if I try to provide a cloud bucket (pulumi login gs://<bucket name>
) the authentication goes somehow wrong, with a different result, and when I try to run whatever command (eg: pulumi preview
) I receive a 403 because it thinkgs I am logged in (gcp) with the wrong identity (while it's not true, because I have tested this while also anonymous). I don't understand how the login procedure can be different when passing the bucket (which has already been used with success). Also, when I login without bucket info, the message such that I recognize the proper username, while if I login with gs info, I obtain:
Logged in to DESKTOP-UOHVP03 as bruno (gs://<bucket name>)
This is the non working setup (the bruno usernema is totally wrong), while:
Logged in to <http://pulumi.com|pulumi.com> as xxxx (address)
is the working one. It looks like the gs option triggers a local version of the authentication.
Thanks for help !little-belgium-31679
06/22/2022, 11:57 AMcuddly-application-90445
06/22/2022, 12:05 PMastonishing-dentist-11149
06/22/2022, 1:33 PMastonishing-dentist-11149
06/22/2022, 3:13 PMmicroscopic-postman-4756
06/22/2022, 7:28 PMable-train-72108
06/22/2022, 7:47 PMlemon-morning-98620
06/22/2022, 7:47 PMgentle-piano-13039
06/22/2022, 8:29 PMTypeError: Cannot read properties of undefined (reading 'map')
It seems like other folks are also running into the problem:
https://github.com/pulumi/pulumi-kubernetes/issues/2038
Seems recent, any ideas what might be happening?big-magazine-43532
06/22/2022, 10:24 PMpulumi config -s uat --config-file target-accounts/Pulumi.uat.yaml set project:dbPassword value --secret
. When I run pulumi config -s uat --config-file target-accounts/Pulumi.uat.yaml --show-secrets
the secret is successfully decrypted. However, when someone else (another human and our pipeline) runs the second command they get this error:
error: failed to decrypt encrypted configuration value 'project:dbPassword': [400] Message authentication failed
This can occur when a secret is copied from one stack to another. Encryption of secrets is done per-stack and
it is not possible to share an encrypted configuration value across stacks
Can anyone suggest what may be wrong?bored-vase-40478
06/22/2022, 10:25 PMcuddly-magician-97620
06/22/2022, 10:25 PMretainOnDelete
as described here., but it gives me
error TS2345: Argument of type '{ retainOnDelete: boolean; }' is not assignable to parameter of type 'CustomResourceOptions'.
Object literal may only specify known properties, and 'retainOnDelete' does not exist in type 'CustomResourceOptions'.
Pulumi v3.34.1
Any idea why?late-nest-59850
06/23/2022, 9:39 AMbig-psychiatrist-43588
06/23/2022, 11:52 AMmost-mouse-38002
06/23/2022, 12:10 PMancient-solstice-53934
06/23/2022, 12:23 PMsparse-intern-71089
06/23/2022, 12:35 PMgentle-toddler-99412
06/23/2022, 12:56 PMbrainy-ocean-38960
06/23/2022, 1:16 PMbrainy-ocean-38960
06/23/2022, 1:16 PMswift-intern-18856
06/23/2022, 3:33 PMclusterIP
state. Obviously, this isnāt usually tracked in an IaC template as itās dynamically set, and so Iām confused why the recreate strategy keeps getting chosen. Iād really like to make this switch over zero downtime, so looking for a solution here, or wondering if anyone else has run into this before. Thanks!most-mouse-38002
06/23/2022, 4:24 PMmysterious-glass-98830
06/23/2022, 5:27 PM