limited-solstice-34584
07/09/2020, 2:23 PMlimited-solstice-34584
07/09/2020, 2:23 PMlimited-solstice-34584
07/09/2020, 2:24 PMconst secret = new aws.secretsmanager.Secret("macsdb_password", {});
const storedPassword = new aws.secretsmanager.SecretVersion(
"macsdb_password",
{
secretId: secret.id,
secretString: pulumi.output(secretsToStore).apply(JSON.stringify),
},
{ dependsOn: db }
);
millions-furniture-75402
07/09/2020, 2:57 PMlimited-solstice-34584
07/09/2020, 4:18 PMclever-plumber-29709
07/09/2020, 5:08 PMcool-egg-852
07/09/2020, 6:47 PMlimited-solstice-34584
07/09/2020, 6:52 PMlimited-solstice-34584
07/09/2020, 6:52 PMchilly-hairdresser-56259
07/09/2020, 7:12 PMlimited-solstice-34584
07/09/2020, 7:16 PMbig-potato-91793
07/09/2020, 7:34 PMUpdating (nonprod-east):
pulumi:pulumi:Stack app-nonprod-east running
~ kubernetes:<http://gitlab.devxtools.tktm.io:GitlabRunner|gitlab.devxtools.tktm.io:GitlabRunner> gitlab-runner updating [diff: ~metadata,spec]
~ kubernetes:<http://gitlab.devxtools.tktm.io:GitlabRunner|gitlab.devxtools.tktm.io:GitlabRunner> gitlab-runner updating [diff: ~metadata,spec]; error: update of resource prd2576/gitlab-runner-rxy8rm1g failed because the Kubernetes API server reported that it failed to fully initialize or become live: <http://gitlabrunners.gitlab.devxtools.tktm.io|gitlabrunners.gitlab.devxtools.tktm.io> "gitlab-runner-rxy8rm1g" not found
~ kubernetes:<http://gitlab.devxtools.tktm.io:GitlabRunner|gitlab.devxtools.tktm.io:GitlabRunner> gitlab-runner **updating failed** [diff: ~metadata,spec]; error: update of resource prd2576/gitlab-runner-rxy8rm1g failed because the Kubernetes API server reported that it failed to fully initialize or become live: <http://gitlabrunners.gitlab.devxtools.tktm.io|gitlabrunners.gitlab.devxtools.tktm.io> "gitlab-runner-rxy8rm1g" not found
pulumi:pulumi:Stack app-nonprod-east running error: update failed
pulumi:pulumi:Stack app-nonprod-east **failed** 1 error
Diagnostics:
pulumi:pulumi:Stack (app-nonprod-east):
error: update failed
kubernetes:<http://gitlab.devxtools.tktm.io:GitlabRunner|gitlab.devxtools.tktm.io:GitlabRunner> (gitlab-runner):
error: update of resource prd2576/gitlab-runner-rxy8rm1g failed because the Kubernetes API server reported that it failed to fully initialize or become live: <http://gitlabrunners.gitlab.devxtools.tktm.io|gitlabrunners.gitlab.devxtools.tktm.io> "gitlab-runner-rxy8rm1g" not found
Resources:
1 unchanged
Duration: 11s
I wanted to know what was the reason of this error? Do you got any idea?limited-solstice-34584
07/09/2020, 8:08 PMcolossal-plastic-46140
07/09/2020, 8:18 PMcool-egg-852
07/09/2020, 8:43 PMEach member of the union type '{ <U>(func: (t: string) => Promise<U>): Output<U>; <U>(func: (t: string) => OutputInstance<U>): Output<U>; <U>(func: (t: string) => U): Output<...>; } | { ...; }' has signatures, but none of those signatures are compatible with each other.
When trying to do:
new gcp.pubsub.SubscriptionIAMMember(`${config.projectName}-${topicName}`, {
member: serviceAccount.account.email.apply((e) => `serviceAccount:${e}`),
role: 'roles/pubsub.subscriber',
subscription: subscription.name,
});
melodic-alarm-79754
07/09/2020, 10:39 PMmelodic-alarm-79754
07/09/2020, 10:39 PMrhythmic-napkin-82334
07/09/2020, 11:20 PMmammoth-caravan-51104
07/09/2020, 11:51 PMup
pulumi updates the stage definition by adding the oauthtoken. Did I miss something in config? can it be done just once? Thankslimited-solstice-34584
07/10/2020, 12:12 AMlimited-solstice-34584
07/10/2020, 12:26 AMlimited-solstice-34584
07/10/2020, 12:26 AMlimited-solstice-34584
07/10/2020, 12:27 AMbroad-breakfast-39210
07/10/2020, 8:31 AMgcloud
SDK has the following flag:
--set-cloudsql-instances <PROJECT_ID>:<CLOUD_SQL_REGION>:<INSTANCE_ID>
But I don't know how to pass it with Pulumi...
Once Pulumi creates a service (failed to start) I can ass the Cloud SQL instance through the Google Cloud Console manually, but next Pulumi deployment removes that connection 😞millions-intern-37041
07/10/2020, 2:22 PMmillions-furniture-75402
07/10/2020, 2:23 PMclever-plumber-29709
07/10/2020, 4:09 PMpulumi.debug("foo")
?
I tried with --verbose 4
and some higher but is not shownmelodic-alarm-79754
07/10/2020, 4:10 PMthousands-train-20124
07/10/2020, 7:26 PMpulumi up --stack <stack> --yes
but this gives me an error EntityAlreadyExists: A policy called xxx-policy already exists. Duplicate names are not allowed.
status code: 409,
. What is the way to avoid this problem and still update the changes to the code. I am using typescript as the language of programming the deployment.worried-engineer-33884
07/10/2020, 7:54 PMgetOutput
call complaining with:
error: Preview failed: decrypting secret value: failed to decrypt: incorrect passphrase, please set PULUMI_CONFIG_PASSPHRASE to the correct passphrase
i have the correct passphrase set for the current project. the stack i’m trying to pull an output from does not set this output as a secret. (i just set foo to test):
> pulumi stack output
Current stack outputs (1):
OUTPUT VALUE
foo zxcv