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 1/2] 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 + From 39d3d9439f89fee96c4523861917849a0e7df0ff Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans <61125752+Riaankl@users.noreply.github.com> Date: Fri, 17 Jun 2022 06:24:35 +1200 Subject: [PATCH 2/2] Update ineligible_endpoints.yaml --- test/conformance/testdata/ineligible_endpoints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index eb27e14b75c..cabfc4d5fa5 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -434,12 +434,12 @@ 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 + reason: Kubernetes distribution would reasonably not allow this action 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 + reason: Kubernetes distribution would reasonably not allow this action 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 + reason: Kubernetes distribution would reasonably not allow this action via the API link: https://github.com/kubernetes/kubernetes/issues/109379