Aaron Schlesinger
Aaron Schlesinger
This patch expands the scope of the e2e tests ### Checklist - [ ] Finish at least the following typescript tests: - [ ] Creating an `HTTPScaledObject` and ensuring that...
The ability to run one or more components on your local machine, outside a cluster, would ease debuggability for some folks. ### Use-Case A developer fixing a bug or building...
The operator exists for convenience, and you can use the interceptor or scaler without the other pieces of the puzzle. It would be nice to have documentation on how to...
The interceptor works with the scaler to provide KEDA with the HTTP queue size, which KEDA in turn uses to scale the app. That arrangement lets a user submit a...
alternative to #62, see that PR for context on this one
The go vet check is failing in [this PR](https://github.com/kedacore/keda/pull/1283) (the logs are [here](https://github.com/kedacore/keda/pull/1283/checks?check_run_id=1311027035)). I'm not sure what's going on, but modern `go vet ./...` will run through all files in...
It would be useful in CI systems, and other docker-centric environments to have a Helm image that included `kubectl`, so that you could run something along these lines: ``` console...
it would be nice to be able to see a dependency tree of some sort for a given chart. the tree can be in ASCII format related: #270 will walk...
For example: I'd like to have two separate data files to store: 1. docker image tag values and `imagePullPolicy` values 2. external object storage configuration data One idea to support...
I'm not exactly sure of the root cause here, but my `~/.helm/cache/deis` repo was checked out to a branch whose remote tracking branch pointed to a branch on my fork...