From a429d82e05e4d097ee431cd385f1a6679f606815 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 23 Sep 2024 17:49:58 +0200 Subject: [PATCH] ; Highlight support for multi-cluster workflows Motivated by https://github.com/eshelyaron/kubed/issues/6 * README.md: * kubed.texi (Overview): Add multi-cluster support to highlights short-list. --- README.md | 1 + kubed.texi | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index c939fde..4828f82 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ You can use Kubed to: - Browse and manage Kubernetes workloads - Connect to pods and edit files or execute commands - Create new resources, edit and delete them +- Work with multiple clusters - Get help about various Kubernetes objects - ... diff --git a/kubed.texi b/kubed.texi index 52e6370..34432b7 100644 --- a/kubed.texi +++ b/kubed.texi @@ -80,6 +80,8 @@ Connect to pods and edit files or execute commands @item Create new resources, edit and delete them @item +Work with multiple clusters +@item Get help about various Kubernetes objects @item @dots{} -- 2.39.2