From 47c475bbf8500649f5c298d63ef4a87e1a96d64d Mon Sep 17 00:00:00 2001 From: Christopher Maher Date: Fri, 10 Apr 2026 19:32:14 -0500 Subject: [PATCH 1/2] Update LLMKube description to reflect pluggable runtime backends Signed-off-by: Christopher Maher --- software/llmkube.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/software/llmkube.yml b/software/llmkube.yml index 090fff39304..3c34814d96f 100644 --- a/software/llmkube.yml +++ b/software/llmkube.yml @@ -1,7 +1,7 @@ name: LLMKube website_url: https://llmkube.com source_code_url: https://github.com/defilantech/LLMKube -description: Kubernetes operator for llama.cpp-native LLM inference with GPU scheduling, Apple Silicon Metal support, and OpenAI-compatible API. +description: Kubernetes operator for LLM inference with pluggable runtimes (llama.cpp, PersonaPlex/Moshi, generic), multi-GPU sharding, NVIDIA CUDA and Apple Silicon Metal support, and OpenAI-compatible API. licenses: - Apache-2.0 platforms: @@ -10,13 +10,13 @@ platforms: - K8S tags: - Generative Artificial Intelligence (GenAI) -stargazers_count: 40 -updated_at: '2026-04-01' +stargazers_count: 45 +updated_at: '2026-04-10' archived: false current_release: - tag: v0.5.3 - published_at: '2026-04-01' + tag: v0.6.0 + published_at: '2026-04-08' commit_history: 2026-02: 40 2026-03: 42 - 2026-04: 5 + 2026-04: 15 From 1cb6ffb8544a737f527673f2be8a32d8d295c808 Mon Sep 17 00:00:00 2001 From: Christopher Maher Date: Wed, 6 May 2026 10:30:58 -0700 Subject: [PATCH 2/2] Restore bot-managed sections and use up-to-date runtime list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per reviewer feedback (@Rabenherz112), reverted stargazers_count, updated_at, current_release, and commit_history to current main values — those are bot-managed. Description further updated to reflect runtimes merged since the original PR (vLLM, TGI, Ollama, vllm-swift). --- software/llmkube.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/software/llmkube.yml b/software/llmkube.yml index 3c34814d96f..40462fc4d2d 100644 --- a/software/llmkube.yml +++ b/software/llmkube.yml @@ -1,7 +1,7 @@ name: LLMKube website_url: https://llmkube.com source_code_url: https://github.com/defilantech/LLMKube -description: Kubernetes operator for LLM inference with pluggable runtimes (llama.cpp, PersonaPlex/Moshi, generic), multi-GPU sharding, NVIDIA CUDA and Apple Silicon Metal support, and OpenAI-compatible API. +description: Kubernetes operator for self-hosted LLM inference with pluggable runtimes (llama.cpp, vLLM, TGI, Ollama, vllm-swift), multi-GPU sharding, NVIDIA CUDA + Apple Silicon Metal support, and OpenAI-compatible API. licenses: - Apache-2.0 platforms: @@ -10,13 +10,14 @@ platforms: - K8S tags: - Generative Artificial Intelligence (GenAI) -stargazers_count: 45 -updated_at: '2026-04-10' +stargazers_count: 68 +updated_at: '2026-05-02' archived: false current_release: - tag: v0.6.0 - published_at: '2026-04-08' + tag: v0.7.5 + published_at: '2026-04-30' commit_history: 2026-02: 40 2026-03: 42 - 2026-04: 15 + 2026-04: 69 + 2026-05: 7