havener icon indicating copy to clipboard operation
havener copied to clipboard

/ˈheɪvənə/ - Think of it as a swiss army knife for Kubernetes tasks

Results 17 havener issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.19.0 to 1.20.0. Release notes Sourced from github.com/onsi/gomega's releases. v1.20.0 Features New gleak experimental goroutine leak detection package! (#538) [85ba7bc] New BeComparableTo matcher(#546) that uses gocmp to...

dependencies

**Describe the bug** The `havener-usage-retriever` pods fail to be scheduled because the node selector assumes that the `kubernetes.io/hostname` label contains the node name, which is not always the case. **To...

It would be great if there would be a way to define a custom action to be automatically triggered and done by `havener` once a certain action is started, for...

enhancement

Add new command called `stress` to start a container that creates arbitrary load on nodes. This can be useful in scenarios to test whether a certain task still works even...

enhancement

Often tasks are IO bound, it would be nice if `havener top` could include information on disk usage, like `dstat -d`, `vmstat -d` or `iotop` do. This is just a...

enhancement

Check https://github.com/spf13/cobra/blob/master/bash_completions.md on auto completion based on cobra commands. For `node-exec` and `pod-exec` it would be great to have system specific auto completion.

enhancement

**Describe the bug** It's not a real bug - it's more of an unclear error message. When metrics service isn't available the user gets a generic warning using `top` **To...

enhancement

There is a usage scenario, where the CPU reports 100 %, but the progress bar does not fill the full length. ![image](https://user-images.githubusercontent.com/1979133/68683953-f8133480-0567-11ea-8af4-15e22f3d8f33.png)

bug

Add flag called `--follow` to logs command to not download all available logs, but rather start to tail all logs found in the usual directories. This requires another flag to...

enhancement

**Describe the bug** Improve the `logs` cmd, to allow a user to specify an specific path inside the pod from which to get the logs **To Reproduce** DOES NOT APPLY...

enhancement