From 6d19ddc7bf01e3fc6b7958867833295b21f7c44e Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans <61125752+Riaankl@users.noreply.github.com> Date: Wed, 15 Jun 2022 10:27:33 +1200 Subject: [PATCH] Update ineligible_endpoints.yaml --- 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 e2204971884..eb27e14b75c 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -433,3 +433,13 @@ - endpoint: replaceNetworkingV1NamespacedNetworkPolicyStatus reason: endpoints is currently feature gated and and will only receive e2e & conformance test in 1.25 link: https://github.com/kubernetes/kubernetes/pull/107963 +- endpoint: readCoreV1NodeStatus + reason: Kubernetes distribution would reasonably not allow this actions via the API + link: https://github.com/kubernetes/kubernetes/issues/109379 +- endpoint: replaceCoreV1NodeStatus + reason: Kubernetes distribution would reasonably not allow this actions via the API + link: https://github.com/kubernetes/kubernetes/issues/109379 +- endpoint: deleteCoreV1CollectionNode + reason: Kubernetes distribution would reasonably not allow this actions via the API + link: https://github.com/kubernetes/kubernetes/issues/109379 +