From 4d2611cf58e0c8cfc2c1bfc4cdddd253fb9130d5 Mon Sep 17 00:00:00 2001 From: Stephen Heywood Date: Tue, 14 Feb 2023 09:00:44 +1300 Subject: [PATCH] Update ineligible endpoints yaml Adding the following endpoints - connectCoreV1GetNamespacedPodPortforward - connectCoreV1GetNamespacedPodAttach - connectCoreV1PostNamespacedPodAttach --- test/conformance/testdata/ineligible_endpoints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index 53570d06a5f..bfc30ad643d 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -439,3 +439,13 @@ - endpoint: createAuthorizationV1SelfSubjectRulesReview reason: Endpoint likely to be deprecated link: https://github.com/kubernetes/kubernetes/issues/112657#issuecomment-1265441626 +- endpoint: connectCoreV1GetNamespacedPodPortforward + reason: Explicitly designed to be a debug feature + link: https://github.com/kubernetes/kubernetes/issues/112778#issuecomment-1427995711 +- endpoint: connectCoreV1GetNamespacedPodAttach + reason: Explicitly designed to be a debug feature + reason: Endpoint likely to be deprecated + link: https://github.com/kubernetes/kubernetes/issues/112778#issuecomment-1427995711 +- endpoint: connectCoreV1PostNamespacedPodAttach + reason: Explicitly designed to be a debug feature + link: https://github.com/kubernetes/kubernetes/issues/112778#issuecomment-1427995711