mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
[e2e] Also verify content returned by kube-proxy healthz server
This commit is contained in:
parent
c9ab810803
commit
5a2f226147
@ -85,6 +85,8 @@ var _ = framework.KubeDescribe("Networking", func() {
|
|||||||
|
|
||||||
By("checking kube-proxy URLs")
|
By("checking kube-proxy URLs")
|
||||||
config.GetSelfURL(ports.ProxyHealthzPort, "/healthz", "200 OK")
|
config.GetSelfURL(ports.ProxyHealthzPort, "/healthz", "200 OK")
|
||||||
|
// Verify /healthz returns the proper content.
|
||||||
|
config.GetSelfURL(ports.ProxyHealthzPort, "/healthz", "lastUpdated")
|
||||||
config.GetSelfURL(ports.ProxyStatusPort, "/proxyMode", "iptables") // the default
|
config.GetSelfURL(ports.ProxyStatusPort, "/proxyMode", "iptables") // the default
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user