Merge pull request #100562 from deads2k/beta-proxy-removal

use a non-deprecated API to check kube-proxy
This commit is contained in:
Kubernetes Prow Robot
2021-04-09 05:18:59 -07:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ run_kubectl_local_proxy_tests() {
# Make sure the in-development api is accessible by default
start-proxy
check-curl-proxy-code /apis 200
check-curl-proxy-code /apis/extensions/ 200
check-curl-proxy-code /apis/apps/ 200
stop-proxy
# Custom paths let you see everything.