Commit graph

6 commits

Author SHA1 Message Date
c2661f7c75
bridge: make the cache-sync channel buffered to avoid a goroutine leak
On timeout the manager goroutine still finishes WaitForCacheSync and
closes the synced channel, but nobody reads it: on an unbuffered channel
that close blocks forever. A buffer of one lets the goroutine finish.
2026-08-08 01:04:50 +05:30
2d74853196
metaserver: retry TLS with --ca-file alone, not only with certs
The TLS retry was gated on hasCerts (cert-file and key-file both set),
so a TLS-only MetaServer with a CA-signed server certificate was never
tried when the caller passed only --ca-file. The tool then reported
AuthRequiredError and recommended the cert flags that would not help.

Run the TLS retry whenever a CA file or client certificates are
provided, and report a distinct reason when the handshake fails with a
CA-only setup.
2026-08-08 01:04:50 +05:30
Lakshit Verma
92af3a99e3
Update README.md 2026-08-08 01:00:04 +05:30
Lakshit Verma
898c71c858
Update README.md 2026-08-08 00:59:45 +05:30
21989483ea
README: show project, LFX, and PR links directly 2026-08-08 00:56:09 +05:30
d2c0cd4d9a
runtimeclass-debugger: edge-node diagnostic tool for the KubeEdge RuntimeClass path 2026-08-08 00:35:22 +05:30