Ilya Dmitrichenko

Results 119 issues of Ilya Dmitrichenko

- add prometheus metrics for buffer size and utilisation, overall throughput, error counts and badger ops - add tracing to key functions

enhancement

_This depends on #1 & #2._

documentation
priority

### What feature/behavior/change do you want? When creating a cluster with a relatively long name, like `ilya-abcdefg-test1-graviton`, and having an IRSA config with SAs with long namespace+name string, e.g. Cluster...

kind/feature
priority/important-longterm

### What were you trying to accomplish? I am trying to clean up a cluster that wasn't created successfully. ### What happened? I ran `eksctl create cluster` and it failed...

kind/bug
stale

Would be nice to auto-generate [Application](https://github.com/kubernetes-sigs/application) objects, which are not very easy to write otherwise. Enforcing `app.kubernetes.io/name` labels can be done as part of that too, other things may come...

enhancement

For me it would be more intuitive if the CLI was done in a kind of a CRUD style. Something similar to the following: ``` fluxctl define-service :[/tcp|http] fluxctl update-service...

This would be a follow-up feature to #9. It would be useful to be able to read a JSON or YAML document and pick some paths from it. I was...

When working with an existing CUE project, Timoni doesn't recognise the top-most `cue.mod` dir as it just copies the module directory to a `/tmp`, and thereby isolates it from the...