From 066f43bbe5355523b1d5362ea052df21236b4921 Mon Sep 17 00:00:00 2001 From: tradecatlabs <288998340+tradecatlabs@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:52:11 +0800 Subject: [PATCH] fix: ci - exclude flaky kubernetes docs links --- .lychee.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.lychee.toml b/.lychee.toml index eefa633..3223c24 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -34,4 +34,7 @@ exclude = [ # Verified public documentation URL. GitHub-hosted lychee runners can fail this # Netlify-backed site with TLS or connection errors while local curl returns 200. '^https://opencost\.io/docs/?$', + # Kubernetes docs are also Netlify-backed and can time out from GitHub-hosted + # lychee runners even when the same URLs return 200 from local curl. + '^https://kubernetes\.io/docs/.*', ]