kele.el icon indicating copy to clipboard operation
kele.el copied to clipboard

🥤 Spritzy Kubernetes cluster management for Emacs

Results 56 kele.el issues
Sort by recently updated
recently updated
newest added

Not all users have permission to query `/readyz` or `/livez`; attempting to do so returns an error. ``` > curl 127.0.0.1:8001/readyz { "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure",...

## Context Kele's current implementation, for the most part, makes the simplistic and naive assumption that the user has full permissions to do whatever they want with the cluster in...

In an Emacs setup with `(tab-bar-mode -1)`, the menu bar as accessed from the Kele stays stuck in its uninitialized state. Upon enabling `tab-bar-mode`, the menu immediately initializes. This suggests...

bug

`kele-resource` as currently implemented can only `get` or `list` resources from a single namespace. In other words, it does not have feature parity with the `--all-namespaces` switch in `kubectl`. ##...

This suffix on `kele-resource` should support getting logs from all supported resources, e.g. pods, deployments, etc. The suffix on `kele-resource` would not be configurable, i.e. would not support `--timestamps` and...

blocked

A much simpler resource-specific suffix to start with than #145.

Given that instances of the `kele-resource` prefix are scoped to specific resource types, we have an opportunity to introduce **resource-specific suffixes** that we dynamically inject into the prefix. Concrete example:...

The version of resource suffix disabling introduced in #184 only checks user authentication for the verb + kind pair in the given context. To be comprehensive, this should actually a)...

## Overview In #181 we fixed namespace completion for situations in which the user does not have permission to list namespaces. We need to do something similar for the menu...

`kele-resource`'s `get` suffix returns an error when there simply aren't any resources in the namespace (if namespaced) to select from. Likewise possibly the `list` suffix. ## Definition of Done -...

bug