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