Aaron Spiegel

Results 12 comments of Aaron Spiegel

As a user of [kubectl-neat-diff](https://github.com/sh0rez/kubectl-neat-diff) I think there's good reason for a general feature, like @AssafKatz3 suggests. My preference would be to configure additional fields to filter out of the...

The _text attributes make things convenient for me. In my app, I have a set of views that create a back-end query. It also sets up other views for displaying...

This plugin works when added to your `~/.k9s/plugin.yml`; however, k9s doesn't allow reload/refresh of the contexts (you need to quit/restart): ```yaml plugin: deleteContext: shortCut: Ctrl-D confirm: true description: Delete kubectl...

To make sure I understand the status of change, is the remaining question here how the AvroSchema derive should _”choose”_ which enum format to use when constructing the schema? If...

@jesseflorig Personally, I prefer something general like `grants`/`revokes` as opposed to `addSlots`/`removeSlots` since these types of changes can apply to slots, actions and potentially other elements in the future. I...

The desire behavior is that the broker should crash any time the required repository resources can't be created. The broker also needs to validate that the settings are all create,...

👍 -> From a customer for this feature

Depends on ECS 2.2 -- released today. Will follow up soon.

Work has begun on this in earnest. Unfortunately the `HTTPClient` API has changed beneath me, and the previous plan of attack is deprecated. Just need to figure out the new...

Interestingly, the [AWS docs state](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/SecureConnections.html) the AWS-S3 SDK _does not support_ self-signed certificates. So this is going to be an ugly hack regardless. I'll still see if I can get...