Joe Duffy

Results 54 issues of Joe Duffy
trafficstars

Both DR and blue/green entails switching between entire stacks of resources, either dynamically or based on configuration, and either all at once or incrementally (like 10%, etc). It would be...

kind/enhancement
area/examples

I was excited to try out the new badge support for the https://github.com/pulumi/examples/tree/master/aws-ts-eks example. Sadly, it failed promptly with ``` error: Could not find aws-iam-authenticator for EKS. See https://github.com/pulumi/eks#installing for...

impact/usability
area/examples

Attempting to read a resource that leads to an error results in an ugly Go formatting error: ``` error reading S3 Bucket (not-my-bucket): %!w(*s3err.RequestFailure=&{0xc003f7c1c0 V+DqRMrNowWfLE8wXzMX5gJBRS+aZS5Q0u3HUK7uW9R5NfZbSWcR9VZtqG+fOQu9239yqLd5JSw=}) ``` I assume we are...

impact/usability
kind/bug
awaiting-upstream
area/import

I'm unsure if this is intentional, but a number of the resources have missing property documentation. For example, this type is missing it entirely (https://www.pulumi.com/registry/packages/awsx/api-docs/ecs/fargateservice/#taskdefinitionlogconfiguration) but if you scroll around...

kind/enhancement
area/docs

I am using the `ecs.Image` APIs to build/publish a private Docker image that is then used from my Kubernetes application. There are a few bits of API feedback as a...

kind/enhancement

We should ensure that consumers of the Vpc abstraction can use the new ingress routing features: https://aws.amazon.com/blogs/aws/new-vpc-ingress-routing-simplifying-integration-of-third-party-appliances/

kind/enhancement

E.g., we say `cat ...`, but it should be `type ...` on Windows.

A Kubernetes version of our cloud will permit on-premises deployments, in addition to running in existing Kubernetes clusters. This may also let us evolve our "mock" implementation to use minikube...

area/core
kind/enhancement

It seems we will want a `cloud.Key` abstraction, or something like it, that permits encryption and decryption. On AWS, for example, this would map to an `aws.kms.Key` resource.

kind/enhancement

We should consider a `cloud.Cache`, which is essentially a hosted Redis/ElastiCache/etc.

area/providers
kind/enhancement
help-wanted