Update README.md

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

View file

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