mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
use a non-deprecated API to check kube-proxy
This commit is contained in:
parent
5ab4b580de
commit
cbd762814f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue