Harsh Vardhan

Results 24 comments of Harsh Vardhan

I believe this can be disabled using this comment above the function/method if one is using `golangci-lint` tool. `// nolint: dupl` Ref: https://golangci-lint.run/usage/false-positives/

I believe this is happening because the Kubernetes' NodeNames & Kubernetes' Hostnames are different. @bluke or @orboan can you confirm if this is true on your system?

Hi @ivanix1 it seems this issue has been fixed in a162431a1, which will go in 1.0.2 release of MayaStor. I'd have to check this in a bit as to how...

This might be helpful, I've plans to use Cerberus too. Ref: [Nike Cerberus](https://engineering.nike.com/cerberus/docs/user-guide/archaius)

Ah, this is likely happening because the methods like `ToDiscoveryClient`, `ToRESTConfig()` expect `AddFlags` method to have been called earlier(preferably with all the args passed to the binary) but this hasn't...

We might want to have a two-way condition for the `panic` - the `KUBECONFIG` env variable defined(and it pointing to a valid $KUBECONFIG directory) - and if the above one...

LocalPV Hostpath doesn't require iSCSI IMO.

Hi @nodesocket what is your usecase? Why would you want to know the individual volume usage capacity with OpenEBS Hostpath? Wouldn't you instead find the overall free storage capacity of...