Andrey Pokhilko

Results 57 issues of Andrey Pokhilko

Right now it is dirty with experiments and ugly things like obscure parameter names. We need to make it more REST-like structure. Designing an OpenAPI document looks like the right...

refactoring

We need to address a case when user has local Helm chart and wants to enjoy the preview of manifests. Probably it should be analogous to chart repositories.

enhancement

Use kubeconfig and appropriate env vars to figure out configuration, but don't require `kubectl` binary to be present, because Helm doesn't. Maybe even reuse API client that Helm has inside...

refactoring

In the list of installed charts, attempt to improve display by issuing additional call to query for icon and description. This would require introducing a new API call, since we...

enhancement

Right now it is hardcoded as "default". We have an optional default namespace coming from context information. We should use that (if present) as namespace when installing new chart. In...

Hi, What would you say to the idea of publishing this plugin on jmeter-plugins.org? This way, people will get quick access to install it. For example, see https://github.com/johrstrom/jmeter-prometheus-plugin/issues/82 , where...

The idea is to remove the dependency on Helm installed and be able to work with it programmatically. Same for kubectl functions. Also, an object model should emerge to provide...

We simply don't offer any action. There should be a "reconfigure" action with version frozen, to allow editing value. In case we need a chart source for that - try...