best-hydrogen-40271
10/23/2019, 7:34 PMbest-hydrogen-40271
10/23/2019, 7:34 PMprotect
will dotall-rose-87315
10/23/2019, 8:24 PMcool-egg-852
10/23/2019, 8:29 PMcool-egg-852
10/23/2019, 8:30 PMcool-egg-852
10/23/2019, 8:30 PMtall-rose-87315
10/23/2019, 8:41 PMtall-rose-87315
10/23/2019, 8:53 PMearly-intern-90238
10/24/2019, 12:32 AMnice-airport-15607
10/24/2019, 1:27 AMsnapshot integrity failure; refusing to use it
state?fancy-translator-86814
10/24/2019, 12:52 PMproperty tosecrets
to allow injecting sensitive data into a container.awsx.ecs.Container
jolly-lifeguard-22556
10/24/2019, 1:15 PM@pulumi/cloud-aws
? Getting emails from AWS that Node 8 runtime is going to be EoL so I want to upgrade to Node 10 runtime but there doesn't seem to be a way with Pulumi to specifyacceptable-army-69872
10/24/2019, 4:36 PMdebug: Trying to get account information via sts:GetCallerIdentity
...is there anything past --debug
to use to investigate why this is happening?bored-cartoon-33302
10/24/2019, 5:02 PMwhich python3
report for you?"
which isn't recognized in Windows Terminal / Powershell
PS C:\Users\g> python
Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 193750) [MSC v.1916 64 bit (AMD64)] on win32nice-airport-15607
10/24/2019, 5:23 PMstack1
, I’m getting and error when trying to deploy stack2
. I’ve exported my environment via export AWS_PROFILE=staging
and logged into the appropriate s3 endpoint, but I’m getting the following error. Does anyone know what I could be doing wrong?
Error: invocation of aws:cloudformation/getStack:getStack returned an error: unable to discover AWS AccessKeyID and/or SecretAccessKey
.early-musician-41645
10/24/2019, 7:02 PMbrash-plastic-65797
10/24/2019, 9:15 PMboundless-monkey-50243
10/24/2019, 9:17 PMterraform import
-style functionality? I have to do some pretty broad surgery on our environment and would rather move our stuff over while I'm at it.adorable-country-15301
10/24/2019, 9:20 PMquick-action-34599
10/24/2019, 9:29 PMpanic: fatal: An assertion failed
error. I will post the stack trace in a thread replyquiet-wolf-18467
quiet-wolf-18467
quiet-wolf-18467
const kubernetesProvider = new k8s.Provider("metrics", {
kubeconfig: config.requireSecret("kubeconfig")
});
quiet-wolf-18467
pulumi config get kubeconfig > kubeconfig
and loaded this file during pulumi up
. Please tell me there's a better way 🙂quiet-wolf-18467
const kconfig = fs.readFileSync("../kubeconfig").toString();
const kubernetesProvider = new k8s.Provider("metrics", {
kubeconfig: kconfig
});
Fails: error: unable to load Kubernetes client configuration from kubeconfig file: invalid configuration: no configuration has been provide
But kubectl get pods -n community --kubeconfig=./kubeconfig
works 😞incalculable-diamond-5088
10/25/2019, 3:14 PMtranscriptionJobs.bucket.onObjectCreated('publish', async ev => {
const s3Client = new aws.sdk.S3()
const kinesisCliet = new aws.sdk.Kinesis()
for (const { s3: { bucket, object } } of ev.Records || []) {
console.log({ bucket, object })
}
})
and getting an error:
Error: failed to register new resource publish [aws:lambda/function:Function]: 2 UNKNOWN: failed to compute asset hash: asset path 'node_modules/@lemonade/infra-common' is a directory; try using an archive
quiet-wolf-18467
quick-action-34599
10/25/2019, 3:50 PMcreateAutoScalingGroup
on an awsx.ecs.Cluster
. I get the error Property AvailabilityZones cannot be empty
. I don’t see an option for setting availabilityZones
through createAutoScalingGroup
.adamant-dress-73325
10/25/2019, 4:18 PMpulumi config set --secret ...
bored-cartoon-33302
10/25/2019, 4:28 PM