From 454571b1bc430b8960f3f02a16fa6267c1032133 Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans <61125752+Riaankl@users.noreply.github.com> Date: Mon, 14 Mar 2022 09:59:21 +1300 Subject: [PATCH] add log endpoint to ineligible_endpoints.yaml --- test/conformance/testdata/ineligible_endpoints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index b2fb0b1f86b..1728a3ccb88 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -418,3 +418,9 @@ - endpoint: replaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatus reason: optional feature link: https://github.com/kubernetes/kubernetes/pull/106595#issuecomment-1006015756 +- endpoint: logFileHandler + reason: optional feature + link: https://github.com/kubernetes/kubernetes/issues/108675 +- endpoint: logFileListHandler + reason: optional feature + link: https://github.com/kubernetes/kubernetes/issues/108675