From 4b4084915a0170daa7ccdc8ff6c654149e9493e7 Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans <61125752+Riaankl@users.noreply.github.com> Date: Tue, 13 Sep 2022 09:35:58 +1200 Subject: [PATCH 1/3] Update_ineligible_endpoints.yaml remove createCoreV1NamespacedBinding --- test/conformance/testdata/ineligible_endpoints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index cabfc4d5fa5..ab5860254ae 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -442,4 +442,6 @@ - endpoint: deleteCoreV1CollectionNode reason: Kubernetes distribution would reasonably not allow this action via the API link: https://github.com/kubernetes/kubernetes/issues/109379 - +- endpoint: createCoreV1NamespacedBinding + reason: Endpoint was deprectated in 1.17 + link: https://github.com/kubernetes/kubernetes/pull/47041 From f5502818ad47f8b96779e561095c530b667b0714 Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans <61125752+Riaankl@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:16:42 +1200 Subject: [PATCH 2/3] Update ineligible_endpoints.yaml --- test/conformance/testdata/ineligible_endpoints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index ab5860254ae..b21da0b9b0f 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -443,5 +443,5 @@ reason: Kubernetes distribution would reasonably not allow this action via the API link: https://github.com/kubernetes/kubernetes/issues/109379 - endpoint: createCoreV1NamespacedBinding - reason: Endpoint was deprectated in 1.17 + reason: Endpoint was deprecated in 1.17 link: https://github.com/kubernetes/kubernetes/pull/47041 From 7ceeca13a3172342b6e212e3095f0ca2bf88dbd1 Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans <61125752+Riaankl@users.noreply.github.com> Date: Wed, 14 Sep 2022 09:14:28 +1200 Subject: [PATCH 3/3] Fix 1.17 to 1.7 --- test/conformance/testdata/ineligible_endpoints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index b21da0b9b0f..dbd9b1011c0 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -443,5 +443,5 @@ reason: Kubernetes distribution would reasonably not allow this action via the API link: https://github.com/kubernetes/kubernetes/issues/109379 - endpoint: createCoreV1NamespacedBinding - reason: Endpoint was deprecated in 1.17 + reason: Endpoint was deprecated in 1.7 link: https://github.com/kubernetes/kubernetes/pull/47041