kubectl-linstor
kubectl-linstor copied to clipboard
A plugin to control a LINSTOR cluster using kubectl
Bumps the ci group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/checkout` from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update...
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.7 to 1.0.10. Release notes Sourced from github.com/spf13/pflag's releases. v1.0.10 What's Changed fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @thaJeztah in spf13/pflag#447 remove uses of errors.Is, which requires...
closes #10 this was tested by creating the `v0.3.3` git version tag and then executing the following commands: ```bash $ goreleaser release --skip=publish --clean ... • getting and validating git...
Hi! When I try to operate with cluster, I get error. Example: ``` kubectl linstor sp l Error from server (NotFound): pods "ps-cs-controller-5db79656d5-pv7fcps-cs-controller-5db79656d5-ttrqr" not found ``` ``` kubectl version Client...
Please add a `version` sub-command that returns the version. This is useful to verify/log which version we have on the system. For example: ```console $ kubectl-linstor version 0.3.0 ```