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