kubelive
kubelive copied to clipboard
kubectl tool reinvented to be more reactive and interactive :fire:
**Describe the bug** Does not work because of `yoga-layout-prebuilt`, i think. Fresh installed `npm`. **To Reproduce** Steps to reproduce the behavior: 1. `npm install -g kubelive` 2. `kubelive get pods`...
**Describe the bug** Unable to run on Cygwin **To Reproduce** Able to run help/version commands but unable to run rest of them. ``` $ kubelive -v 1.5.0 ``` **Screenshots** ```...
**Describe the bug** When trying to visualize pods in a cluster with a large number of namespaces (36 namespaces in thi s case), there's not enough space in one line...
Thanks for the great tool! Just as a suggestion of something that would really help me, on top of #36, would be to be able to pass a `-n` flag...
**Describe the bug** When running `kubelive` I get the error: ``` Error: No active cluster! ``` **To Reproduce** Run `kubelive get pods` or even just `kubelive`. **Desktop (please complete the...
I have more than 30 namespaces per k8s cluster. When using `kubelive get` I always start with the first one and need to switch to the correct namespace. It would...
``` ➜ api git:(master) kubelive get pod /Users/alexmiles/.nvm/versions/node/v8.11.1/lib/node_modules/kubelive/node_modules/@kubernetes/client-node/dist/config_types.js:18 throw new Error(`clusters[${i}].cluster.server is missing`); ^ Error: clusters[1].cluster.server is missing at /Users/alexmiles/.nvm/versions/node/v8.11.1/lib/node_modules/kubelive/node_modules/@kubernetes/client-node/dist/config_types.js:18:19 at Function._.map._.collect (/Users/alexmiles/.nvm/versions/node/v8.11.1/lib/node_modules/kubelive/node_modules/underscore/underscore.js:205:24) at Object.newClusters (/Users/alexmiles/.nvm/versions/node/v8.11.1/lib/node_modules/kubelive/node_modules/@kubernetes/client-node/dist/config_types.js:6:14) at KubeConfig.loadFromString (/Users/alexmiles/.nvm/versions/node/v8.11.1/lib/node_modules/kubelive/node_modules/@kubernetes/client-node/dist/config.js:94:40) at...
**Describe the bug** Unable to see which namespace the tool is displaying if there are too many namespaces. **To Reproduce** Steps to reproduce the behavior: 1. Add about 60 namespaces...
**Describe the bug** Getting error"Unable to connect to the kube cluster: UNABLE_TO_GET_ISSUER_CERT" My kubeconfig is using a self signed cert to connect to the cluster. The CA and private key...
**Describe the bug** No matter what `kubelive` command I try to run, it just hangs and displays the following message: ``` (node:49973) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated ``` **To Reproduce**...