openebsctl
openebsctl copied to clipboard
`openebsctl` is a kubectl plugin to manage OpenEBS storage components.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
setting environment `KUBECONFIG` seems to add random folder to file name on windows 11? ``` PS C:\Users\sas_2\Documents\Developer\talos> $env:KUBECONFIG=".\mycluster\kubeconfig" PS C:\Users\sas_2\Documents\Developer\talos> kubectl openebs version 2023/06/24 23:23:46 error creating kubernetes client: failed...
# Benefits - Stronger unit-testing for those command implementations, each field output can be compared against a well defined value(might not be of the same exact data-type) - This code...
Currently, the upgrade code is not covered by unit tests and is likely non-testable, it'd be great to cover them by tests and enable future refactors as more changes happen.
Currently in `v0.5.0` release the CLI can upgrade the Cstor Pools, i.e. CSPCs which must be done post control plane upgrade, now it might be helpful to add upgrade option...
In cases, where a node is offline or gone out of the cluster and the disks from old (gone) node are moved to a new node in the cluster. Provide...
Currently, the CLI only supports JivaVolume from v1alpha1 version, in `OpenEBS 3.1` the v1 version of JivaVolume has been released with minimal changes to the structure.
This issue is strictly for someone who has recently up Golang & would like to fix some code formatting issues. I've recently fixed a small issue with GolangCI-lint(#105) in #145...
It's said that one cannot build a great building on a week foundation, well the same applies for writing software, it's turtles all the way down to the zeros and...
It would be great if installation could be done with brew. Something to consider?