kube-commander
kube-commander copied to clipboard
kubecom: browse your Kubernetes clusters in a casual way
**Describe the bug** "go get" fails due to a dependency **To Reproduce** Steps to reproduce the behavior: `go get -u github.com/AnatolyRugalev/kube-commander/cmd/kubecom` **Expected behavior** $? == 0 **Screenshots or logs** ```...
**Is your feature request related to a problem? Please describe.** Teammate installed "Argones" in the cluster, don't know if Argones itself is buggy or it was a poorly-done install. "kubectl...
**Describe the bug** When you open a popup window with a namespace picker and enter some letters which are not tied up to any existing namespace as a name kubecom...
**Is your feature request related to a problem? Please describe.** When viewing a list of Events, I must hold the "Last Seen" of each Event in my head and mentally...
**Is your feature request related to a problem? Please describe.** Since Kubernetes 1.18 (I think) it is possible to ask `kubectl` to show logs from a group of containers in...
**Is your feature request related to a problem? Please describe.** You cannot rollout deployment with kubecom **Describe the solution you'd like** Add custom actions for Deployment and StatefulSet
**Is your feature request related to a problem? Please describe.** When using kubecom it is not possible to change kubectl context. It requires restart **Describe the solution you'd like** Add...
We should consider automation of kube-commander releases delivery into GNU/Linux and MacOS software repositories. Such as: - [x] Archlinux User Repository - [x] Homebrew (Linux + macOS) - [ ]...
**Describe the bug** When I add RBAC resources (e.g. ClusterRole) to the menu, kubecom struggles to display it with error: ``` converting (v1.ClusterRoleList) to (v1.Table): ColumnDefinitions not present in src...
Hi **Describe the bug** snap version of kube-commander cannot retrieve logs from a pod **To Reproduce** 1. select a running pod 2. type 'L' 3. kube-commander shows an error: `kubectl:...