gifted-engine-92308
12/20/2019, 11:07 AMflat-insurance-25294
12/20/2019, 11:13 AMflat-insurance-25294
12/20/2019, 11:14 AMflat-insurance-25294
12/20/2019, 11:16 AMconst { spawn } = require('child_process');
const ls = spawn('pulumi', ['up', '-y']);
ls.stdout.on('data', (data) => {
console.log(`stdout: ${data}`);
});
ls.stderr.on('data', (data) => {
console.error(`stderr: ${data}`);
});
ls.on('close', (code) => {
console.log(`child process exited with code ${code}`);
});
gifted-engine-92308
12/20/2019, 11:17 AMflat-insurance-25294
12/20/2019, 11:17 AMgifted-engine-92308
12/20/2019, 11:19 AMgifted-engine-92308
12/20/2019, 11:28 AMgifted-engine-92308
12/20/2019, 11:28 AMflat-insurance-25294
12/20/2019, 11:38 AMgifted-engine-92308
12/20/2019, 11:41 AMflat-insurance-25294
12/20/2019, 3:03 PMcool-egg-852
12/20/2019, 4:25 PMgcp:sql:User (sellercenter-vtex-gateway-vault):
error: deleting urn:pulumi:development::sellercenter-vtex-gateway::gcp:sql/user:User::sellercenter-vtex-gateway-vault: Error, failed to deleteuser vault in instance sellercenter-vtex-c7eeaca: googleapi: Error 400: Invalid request: Invalid request since instance is not running., invalid
gcp:sql:User (sellercenter-vtex-gateway):
error: deleting urn:pulumi:development::sellercenter-vtex-gateway::gcp:sql/user:User::sellercenter-vtex-gateway: Error, failed to deleteuser sellercenter-vtex-gateway-7acd01a in instance sellercenter-vtex-c7eeaca: googleapi: Error 400: Invalid request: Invalid request since instance is not running., invalid
better-rainbow-14549
12/20/2019, 4:47 PMbetter-rainbow-14549
12/20/2019, 4:47 PMgreat-tomato-45422
12/20/2019, 7:26 PMprehistoric-account-60014
12/20/2019, 10:22 PM400
status code from the CLI? I’m attempting to run:
pulumi config --verbose=3 --stack $PULUMI_STACK --config-file Pulumi.development.yaml --show-secrets --json)
but all I’m seeing is:
error: could not decrypt configuration value: [400] Message authentication failed
I was hoping --verbose=3
would help a bit but there isn’t any extra information compared to the non-verbose run.prehistoric-account-60014
12/20/2019, 11:49 PMazure.containerservice.Registry
or data source similar to gcp.container.getRegistryRepository
for @pulumi/gitlab
?flat-insurance-25294
12/21/2019, 2:05 PMrhythmic-hair-33677
12/22/2019, 5:33 AMflat-insurance-25294
12/22/2019, 3:07 PMthankful-hospital-94793
12/23/2019, 6:29 PMerror: Missing required configuration variable 'poc-pulumi:aws:region'
. When I do what the error describes and set: pulumi config set poc-pulumi:aws:region us-east-1
, I get another error telling me the format is invalid: `error: invalid configuration key: could not parse poc-pulumiawsregion as a configuration key (configuration keys should be of the form <namespace>:<name>
)`broad-boots-45639
12/23/2019, 6:34 PMunable to load schema information from the API server: the server has asked for the client to provide credentials
From what I’ve read Pulumi auths to k8s using either ~/.kube/config or $KUBECONFIG. Given that I have a recently updated kube config and can connect to my cluster I don’t understand why Pulumi is failing. I’m thinking the issue could be with the way I export the provider in the project that creates the basic cluster:
export const kubeconfig = cluster.kubeConfigs[0].rawConfig
const provider = new kubernetes.Provider(project_name, { kubeconfig })
I removed the cluster bootstrapping (container registry login stuff, etc) that was dependent upon the provider and ran pulumi update -v 5 --debug
. I hoped this would update the kubeconfig being used by the other projects that deploy my apps. All I got from the attempted update was a vague error and an outputted kube config file:
error: an unhandled error occurred: Program exited with non-zero exit code: -1
What is the recommended way to deal with the k8s digitalocean certificate rotation, both from managing the base cluster and for the applications that will deploy to it? I took a look at the Terraform documentation here but am not sure how to translate this to Pulumi:
https://www.terraform.io/docs/providers/do/r/kubernetes_cluster.html#kubernetes-terraform-provider-example
I’ve been stuck on this for a while, any assistance would be greatly appreciated :-)plain-eye-9759
12/23/2019, 7:03 PMpulumi up
at the stage of creating an AAD application in my pulumi code.
error: graphrbac.ApplicationsClient#Create: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2019-12-23T18:15:51","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":""}}]
Please, is there any additional permission I need to give the service principal in active directory?thankful-hospital-94793
12/23/2019, 7:54 PMDo you want to perform this update?
yes
> no
details
error: confirmation cancelled, not proceeding with the update: Unexpected Escape Sequence: ['\x1b' 'O']
thankful-hospital-94793
12/23/2019, 7:54 PMbillowy-laptop-45963
12/23/2019, 8:55 PMnew aws.sdk.S3()
like calls. If I have an aws.Provider with set credentials is there a way to use that to create sdk clients? This is for multi-account programs.rhythmic-hair-33677
12/23/2019, 10:33 PMbumpy-restaurant-1466
12/24/2019, 5:51 PMambitious-ram-5811
12/24/2019, 5:54 PM