From 898c71c8585b871dbae45a25ba99179aaf901b53 Mon Sep 17 00:00:00 2001 From: Lakshit Verma <51952975+vee1e@users.noreply.github.com> Date: Sat, 8 Aug 2026 00:59:45 +0530 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e64bff8..ece3536 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,11 @@ runtimeclass-debugger is an edge-node diagnostic tool for the KubeEdge RuntimeClass path. The tool does not implement RuntimeClass support. It finds which layer of the path is broken on a given edge node. You run it on the node, and it answers four questions in dependency order. The report names the layer that failed. -The project reference is kubeedge/kubeedge issue 7106: -https://github.com/kubeedge/kubeedge/issues/7106 +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 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 kubeedge/kubeedge pull request -7141: https://github.com/kubeedge/kubeedge/pull/7141 +The cloud-to-edge RuntimeClass sync work is in https://github.com/kubeedge/kubeedge/pull/7141 ## Why it exists