Update README.md

This commit is contained in:
Lakshit Verma 2026-08-08 00:59:45 +05:30 committed by GitHub
parent 21989483ea
commit 898c71c858
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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