ketall icon indicating copy to clipboard operation
ketall copied to clipboard

Like `kubectl get all`, but get really all resources

Results 18 ketall issues
Sort by recently updated
recently updated
newest added

Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.30.0 to 2.70.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.25 (Take 2) What's Changed ktesting: handle test completion by @​pohly in kubernetes/klog#337...

dependencies

**Describe the bug** ```sh ❯ ketall zsh: exec format error: ketall ❯ ketall version --full zsh: exec format error: ketall ``` **To Reproduce** ❯ curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.8/ketall-amd64-linux.tar.gz && gunzip...

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.9.0 to 1.12.0. Release notes Sourced from github.com/spf13/viper's releases. v1.12.0 This release makes YAML v3 and TOML v2 the default versions used for encoding. You can switch...

dependencies

Hello, Trying to install ketall, I couldn't because file download was in format tar.gz and not gz. You can find here my modest contribution to fix documentation. Tell me if...

**Describe the bug** Output contains ingress twice, once with `extensions/v1beta1` and once with `networking.k8s.io/v1` **To Reproduce** Steps to reproduce the behavior: 1. kubectl get-all -oyaml > all.yaml 2. open all.yaml...

**Describe the bug** Just installed get-all v1.3.5 on an OCP 4.5.18 cluster oc get-all WARN[0010] Cannot fetch: the server does not allow this method on the requested resource WARN[0020] Cannot...

After downloading ketall and executing ketall (ketall version v1.3.2) I get the following error at the end of the output: ~~~ ketall WARN[0066] Cannot fetch: the server does not allow...

bug

Neat plugin, like it. At last I get to see what's inside my cluster! To be consistent with kubectl, you should default to the current namespace view. then allow -A...

Kubectl allows to watch for changes to a specific resource, e.g. `kubectl get pod --watch`. Ketall should provide a similar mode to watch _all_ server resources.