Alex Clemmer
Alex Clemmer
I'm working with a [somewhat bitrotted project](https://github.com/google/go-jsonnet) and Go 1.8, and when I run `gen` in the root directory, I get a mysterious error: ```bash $ gen ast.go:20:2: could not...
We use Jsonnet to express the Kubernetes API objects. The namespace is quite dense, so we end up with a lot of imports, something like [EDITED FOR CLARITY]: ``` local...
### Problem description Running `pulumi up` with an over-specified version crashes the program with an unhelpful error. See below. ### Errors & Logs ```sh $ pulumi up Previewing update (dev)...
One of the pain points of debugging BitFunnel is the lack of error messages. A good example is #257, where parsing a malformatted chunk file causes us to throw a...
Running `diff` often results in a bunch of system fields being reported, like this: This is useful sometimes, but often you want to be able to quickly assess the changes...
When an object without a `metadata.name` appears, [this branch](https://github.com/ksonnet/kubecfg/blob/master/cmd/diff.go#L84) is evaluated, causing the following error: ``` DEBUG Fetching %!(EXTRA string=Namespace/) DEBUG Chose API 'namespaces' for /v1, Kind=Namespace DEBUG Fetching client...
The basic idea in our model is that the user will bootstrap infrastructure with the following series of actions: 1. Create an account on one of the major cloud providers....
Networking and security infrastructure like (in the case of AWS) VPCs and SecurityGroups have significant security implications in their setup, and the blast radius of changes to this plane are...
Currently `@pulumi/eks` requires very expansive permissions: - Create/delete permissions for IAM Roles, RolePolicyAttachments, InstanceProfile, _etc_. - Create/delete permissions for SecurityGroup and SecurityGroupRule. - Create/delete permissions for various EC2 resource types,...