JJJJJones

Results 5 issues of JJJJJones

**Describe the bug** Kubectl plugin [naming conventions](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/#naming-a-plugin) dictates that anything hyphen-separated is a subcommand so kubectl-view-utilization should be called like `kubectl view utilization` and not `kubectl view-utilization`. ```shell sh-4.2# kubectl...

bug

When using sprig to generate passwords there's no guarantee that the password generated conforms to standards. [randAlphaNumeric()](https://github.com/Masterminds/sprig/blob/1c4ac026244459b0f824a4c669e940325b2dbf20/strings.go#L58) generates strings from the set of alphanumerics, not that at least one lowercase,...

This can result in similar problems to [this](https://github.com/helm/helm/issues/2977). [Helm's cleanup code](https://github.com/helm/helm/blob/master/scripts/get#L199)

bug

install-binary.sh ignores the version flag of helm plugin install. https://github.com/bacongobbler/helm-whatup/blob/master/install-binary.sh#L56

bug