use a non-deprecated API to check kube-proxy

This commit is contained in:
David Eads 2021-03-25 12:41:50 -04:00
parent 5ab4b580de
commit cbd762814f

View File

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