From 92af3a99e3b65fad751cba8aff84fb899c6f8fee Mon Sep 17 00:00:00 2001 From: Lakshit Verma <51952975+vee1e@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:00:04 +0530 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ece3536..7f0c77a 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ The project reference is https://github.com/kubeedge/kubeedge/issues/7106 The tool is built for the LFX mentorship program, CNCF Term 3 2026, KubeEdge project, "Enable RuntimeClass and Confidential Containers on KubeEdge": https://github.com/cncf/mentoring/blob/main/programs/lfx-mentorship/2026/03-Sep-Nov/README.md#kubeedge -The cloud-to-edge RuntimeClass sync work is in https://github.com/kubeedge/kubeedge/pull/7141 - ## Why it exists Edged bridges only three API groups from the kubelet client to the edge-local metaclient. They are CoreV1, StorageV1, and CoordinationV1. The bridge code lives in kubeclientbridge. NodeV1 is the group where RuntimeClass lives. Edged does not bridge NodeV1. The kubelet RuntimeClass manager therefore reads from an empty fake store. The manager always returns NotFound.