clean-eve-27532
04/01/2020, 8:15 AMsteep-caravan-65104
04/01/2020, 9:38 AMpulumi up --parallel 1
for single threaded execution, but still see this error.
Diagnostics:
gcp:kms:CryptoKeyIAMBinding (xxx-permissions):
error: post-step event returned an error: failed to save snapshot: An IO error occurred during the current operation: blob (key ".pulumi/stacks/<stack-name>.json") (code=Unknown): googleapi: Error 429: The rate of change requests to the object <gcs-bucket-name>/.pulumi/stacks/<stack-name>.json exceeds the rate limit. Please reduce the rate of create, update, and delete requests., rateLimitExceeded
pulumi:pulumi:Stack (<pulumi-project-name>-<stack-name>):
error: update failed
We may have to give up on using GCS buckets entirely for storing pulumi state. Does anybody know about what could be causing this issue or any workarounds? Thanks.
Have created github issue for this too: https://github.com/pulumi/pulumi/issues/4258enough-kite-69616
04/01/2020, 5:16 PMDiagnostics:
azure:core:ResourceGroup (RD-FoundationalServices-rg):
error: Error ensuring Resource Providers are registered.
Terraform automatically attempts to register the Resource Providers it supports to
ensure it's able to provision resources.
If you don't have permission to register Resource Providers you may wish to use the
"skip_provider_registration" flag in the Provider block to disable this functionality.
Please note that if you opt out of Resource Provider Registration and Terraform tries
to provision a resource from a Resource Provider which is unregistered, then the errors
may appear misleading - for example:
> API version 2019-XX-XX was not found for Microsoft.Foo
Could indicate either that the Resource Provider "Microsoft.Foo" requires registration,
but this could also indicate that this Azure Region doesn't support this API version.
More information on the "skip_provider_registration" flag can be found here:
<https://www.terraform.io/docs/providers/azurerm/index.html#skip_provider_registration>
Original Error: Cannot register provider Microsoft.DocumentDB with Azure Resource Manager: resources.ProvidersClient#Register: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="AuthorizationFailed" Message="The client <mailto:'jcarreira@mtb.com|'jcarreira@mtb.com>' with object id 'a25caa95-0e42-47b3-99a0-47bc2ba17ceb' does not have authorization to perform action 'Microsoft.DocumentDB/register/action' over scope '/subscriptions/7e01b735-d940-4f45-953c-08f86d80d43f' or the scope is invalid. If access was recently granted, please refresh your credentials.".
salmon-account-74572
04/01/2020, 5:53 PMnpm install
, and after NPM was done installing packages it reported this:
found 21 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
Is this something that should be addressed? npm audit
provides some verbose output that identifies the dependencies that affected. (I'm new to the NodeJS/npm world, so apologies if this is a stupid question.)calm-greece-42329
04/01/2020, 7:10 PMelegant-crayon-4967
04/01/2020, 9:35 PMreadonly tags: pulumi.Input<{
[key: string]: pulumi.Input<string>;
}>;
When I try to call a value in there like follows pulumi.all([tags.t_env]).apply
I get error
Property 't_env' does not exist on type 'Input<{ [key: string]: Input<string>; }>'.
Property 't_env' does not exist on type 'Promise<{ [key: string]: Input<string>; }>'.ts(2339)
calm-greece-42329
04/01/2020, 11:16 PMgreat-accountant-75189
04/02/2020, 5:56 AMaws.eks.getCluster
doesn’t return a Cluster
object..acceptable-stone-35112
04/02/2020, 8:17 AMacceptable-stone-35112
04/02/2020, 8:17 AMwitty-cat-14403
04/02/2020, 10:28 AMgreat-analyst-59265
04/02/2020, 10:32 AMhelpful-processor-86468
04/02/2020, 11:28 AMstale-knife-36790
04/02/2020, 12:10 PMstale-knife-36790
04/02/2020, 12:13 PMconst greeting = new gcp.cloudfunctions.HttpCallbackFunction("greeting", ((req, res) => {
try {
app.get('/', async (req, res) => {
res.send(JsonData);
});
} catch (err) {
}
}));
stale-knife-36790
04/02/2020, 12:18 PMcool-egg-852
04/02/2020, 3:00 PMgray-tailor-20387
04/02/2020, 3:33 PMpulumi stack import --file dev.checkpoint.json
It's a checkpoint file i edited I got following error after wanting to pulumi preview:
error: .pulumi/stacks/dev.json: snapshot integrity failure; refusing to use it: resource urnpulumidev:lsdigitaloceanindex/kubernetesClusterKubernetesCluster:staging refers to unknown provider urnpulumidev:lspulumiprovidersdigitaloceandefault 1 6 0:*charactersequence*
I am positive i did not change "provider" and that cluster is still running on DO cloud. Does anyone have an idea what I might've done wrong or how i can fix this?flat-river-10700
04/02/2020, 4:58 PMbrave-angle-33257
04/02/2020, 5:54 PMvar bucket_name = <pulumi.Output<string>>s3.getOutput(`bucket_backup`);
var instance = new aws.ec2.Instance('instance', {
...
userData: `
#! /bin/bash
# create template for deployment
cat > vpnbackup.sed <<SED
s|--BUCKET-NAME--|${bucket_name.apply(v=>v)}|
...
"Calling [toString] on an [Output<T>] is not supported.\n\nTo get the value of an Output<T> as an Output<string> consider either\n1 o.apply(v => prefix${v}suffix
)\n2: pulumi.interpolate `prefix${v}suffix`\n\nSee https://pulumi.io/help/outputs for more details."green-morning-1318
04/02/2020, 6:35 PMpulumi up --yes
and I can have a coffee while I know the rest is successfully updating ☺️salmon-account-74572
04/02/2020, 8:16 PMbrave-angle-33257
04/02/2020, 8:49 PMpulumi new
doesnt work:
devops@289876f91c69:/data/pulumi/infra/aws/ec2-jenkins-server$ pulumi new
error: unexpected client error: unexpected requesting "<https://github.com/pulumi/templates.git/info/refs?service=git-upload-pack>" status code: 504
https://www.githubstatus.com/early-intern-90238
04/02/2020, 11:47 PMwhite-airport-48392
04/03/2020, 3:06 AMadorable-action-51248
04/03/2020, 9:20 AMgenId
prefixing all your ids with the environment. i.e. prod-<id>
but then later you change your mind and you want to use <id>-prod
instead and change genId
i know there are aliases, however, these are not really helpful when you use a function genId
to generate these ids.
For this change you would need to go through all the code and add an aliases
section, and add the results of the old version of genId
.
Is there a better way ?
Right now the quickest solution i found without using aliases is to call pulumi destroy
. Thankfully i don’t care about uptime at the moment.gray-lawyer-89054
04/03/2020, 12:41 PMpulumi config set
command (for v1.14.0) when i tried to set value for structured configuration.
When I run:
pulumi config set --path key.prop "1002000"
Result is
proj:key:
prop: 1.002e+06
but for:
pulumi config set --path key.prop "100200"
proj:key:
prop: 100200
Some one encountered this issue? Independently from this bug it would be nice to force save as text because it impacts program flow.abundant-airplane-93796
04/03/2020, 1:55 PMpulumi preview
and/or pulumi up
as per the tutorials, and I've enabled the app for all repos in my organization, but it refuses to fire at all.
Are there some undocumented naming convention rules about org/project/stack/repo naming that I'm missing?busy-umbrella-36067
04/03/2020, 5:37 PMmillions-judge-24978
04/03/2020, 6:06 PMget()
methods without providing an ID? I’d like to be able to aws.alb.LoadBalancer.get('lb', undefined, <filters>)
to be able to lookup a load balancer having certain tags for example.