important-leather-28796
11/08/2019, 10:29 PMClusterRoleBinding
show as an update?bumpy-breakfast-57632
11/08/2019, 10:59 PMearly-intern-90238
11/09/2019, 1:20 AMearly-intern-90238
11/09/2019, 1:21 AMfancy-translator-86814
11/09/2019, 11:55 AMstack_init
, stack_rm
, and stack_output
. I really looking forward to it.better-actor-92669
11/11/2019, 3:00 PMCluster "gke-cluster-1" has terminal state "ERROR" with message "Retry budget exhausted (10 attempts): Google Compute Engine: A route in one of the active peer networks hides the address space of the new subnetwork."
Now I want to recreate it, but I get Plan apply failed: googleapi: Error 409: Already exists: projects/.../zones/europe-west3-c/clusters/gke-cluster-1., alreadyExists
I removed this resource from pulumi state directly with pulumi state rm urn
, but the behaviour is the same.delightful-lizard-41466
11/11/2019, 3:35 PMcreamy-shoe-96075
11/11/2019, 5:03 PMmodern-army-90330
11/11/2019, 7:54 PMenough-ability-20396
11/12/2019, 5:02 AMpulum preview
or pulumi up
commands, I see the following error log. Any ideas on what might be going on?
$ pulumi preview
Previewing update (solvvy/<redacted>):
Type Name Plan Info
pulumi:pulumi:Stack <redacted> 1 error
Diagnostics:
pulumi:pulumi:Stack (solvvy-ml-main):
error: Running program '/Users/amey/work/code/infrastructure-live/gcp-projects/<redacted>/project' failed with an unhandled exception:
Error: invocation of gcp:organizations/getActiveFolder:getActiveFolder returned an error: invoking gcp:organizations/getActiveFolder:getActiveFolder: Folder not found
at monitor.invoke (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/@pulumi/pulumi/runtime/invoke.js:74:33)
at Object.onReceiveStatus (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/grpc/src/client_interceptors.js:1205:9)
at InterceptingListener._callNext (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/grpc/src/client_interceptors.js:568:42)
at InterceptingListener.onReceiveStatus (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/grpc/src/client_interceptors.js:618:8)
at callback (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/grpc/src/client_interceptors.js:845:24)
at Function.module.exports.loopWhile (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/deasync/index.js:71:23)
at promiseResult (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/@pulumi/pulumi/utils.js:70:13)
at Object.liftProperties (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/@pulumi/pulumi/utils.js:102:19)
at Object.getActiveFolder (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/@pulumi/organizations/getActiveFolder.ts:37:25)
at Object.<anonymous> (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/core-project.ts:9:21)
Permalink: <https://app.pulumi.com/solvvy/><redacted>/<redacted>/previews/a98b9966-82b6-4be3-9cf3-4d1b3d3b937c
FWIW I have owner
access to the underlying GCP project and I am able to run pulumi
commands on other stacks in the same project.most-parrot-35986
11/12/2019, 8:08 AMfreezing-kangaroo-92896
11/12/2019, 8:48 AMfast-salesmen-9938
11/12/2019, 3:00 PMbright-lunch-89049
11/12/2019, 6:30 PMhigh-quill-11351
11/12/2019, 8:24 PMeventHandler: async (event, context) => {
const serverless = require('serverless-http');
const app = require('./app');
const handler = serverless(app);
const result = await handler(event, context);
return result;
}
But the file in "./app" never gets uploaded to my lambda zip. Any clue?square-intern-22004
11/13/2019, 12:54 AMpulumi up
in which I have left out needed env vars for my container so the Pod enters a CrashLoopBackOff, I would expect the command to eventually fail with a non-zero exit code. However, all it does is warn about the CrashLoopBackOff and then completes with 0 exit. In k8s I can see the old revision is still working as expected and the new revision as status CrashLoopBackOff.
Is there something I need to specify either in the cli command or my configuration to get the desired failure exit to occur?adventurous-garage-59192
11/13/2019, 5:08 AMmost-lighter-1731
11/13/2019, 8:34 AMsalmon-account-74572
11/13/2019, 8:39 AMpulumi update
?tall-oil-62666
11/13/2019, 8:48 AMfancy-translator-86814
11/13/2019, 9:19 AMconst aurora = new aws.rds.Cluster(util.name("aurora"), {
engine: aws.rds.AuroraMysqlEngine,
engineVersion: "5.7.mysql_aurora.2.06.0",
dbSubnetGroupName: "rds-subgrp",
masterUsername: stack.config.requireSecret("aurora_user"),
masterPassword: stack.config.requireSecret("aurora_password"),
});
console output (hanging here):
Resources:
+ 1 to create
62 unchanged
Updating (dev):
Type Name Status Info
pulumi:pulumi:Stack intelligence-dev running... read aws:autoscaling:Group asg-api-intelligence
+ └─ aws:rds:Cluster aurora-intelligence-dev creating...
my pulumi version: 1.5.1
my node version: 12.13.0
Any idea?fancy-translator-86814
11/13/2019, 9:23 AMtall-oil-62666
11/13/2019, 9:32 AMtall-oil-62666
11/13/2019, 10:09 AMprehistoric-analyst-52684
11/13/2019, 11:57 AMadditionalSecretOutputs
. I am taking the secret and putting it in Vault, using dataJson: accessKey.secret.apply(secret = JSON.stringify({ AWS_SECRET_ACCESS_KEY: secret }))
. I expected the input to Vault to be encrypted, given that the input is a secret. How can I make it so that the secret is encrypted in my state file?better-actor-92669
11/13/2019, 12:56 PM.pulumi/stacks/development.json: snapshot integrity failure; refusing to use it: resource urn:pulumi:development::smth-pulumi-1::kubernetes:core/v1:Service::ingress refers to unknown provider urn:pulumi:development::smth-pulumi-1::pulumi:providers:kubernetes::gke_k8s::58b9c381-c2ac-4ba7-8839-057752717b88
State file is in a GCP bucket.most-lighter-1731
11/13/2019, 2:22 PMbillowy-laptop-45963
11/13/2019, 4:41 PMpulumi up
today and the cli just drops after the confirmation prompt with error: confirmation cancelled, not proceeding with the update: EOF
It seems similar to this closed issue https://github.com/pulumi/pulumi/issues/1762icy-dress-83371
11/13/2019, 5:05 PMpulumi login
<azblob://my-pulumi-state-bucket>
if I want to store my state in an azure blob, but 1) I am trying to find an example to see the real syntax for that URL, also, 2) how does the authentication work for that?worried-city-86458
11/13/2019, 5:38 PMworried-city-86458
11/13/2019, 5:38 PM