mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Don't test the debug /logs endpoint on GKE.
This commit is contained in:
parent
85832892b1
commit
978ba06f8c
@ -59,12 +59,14 @@ var _ = framework.KubeDescribe("Networking", func() {
|
|||||||
{path: "/healthz"},
|
{path: "/healthz"},
|
||||||
{path: "/api"},
|
{path: "/api"},
|
||||||
{path: "/apis"},
|
{path: "/apis"},
|
||||||
{path: "/logs"},
|
|
||||||
{path: "/metrics"},
|
{path: "/metrics"},
|
||||||
{path: "/swaggerapi"},
|
{path: "/swaggerapi"},
|
||||||
{path: "/version"},
|
{path: "/version"},
|
||||||
// TODO: test proxy links here
|
// TODO: test proxy links here
|
||||||
}
|
}
|
||||||
|
if !framework.ProviderIs("gke") {
|
||||||
|
tests = append(tests, struct{ path string }{path: "/logs"})
|
||||||
|
}
|
||||||
for _, test := range tests {
|
for _, test := range tests {
|
||||||
By(fmt.Sprintf("testing: %s", test.path))
|
By(fmt.Sprintf("testing: %s", test.path))
|
||||||
data, err := f.ClientSet.Core().RESTClient().Get().
|
data, err := f.ClientSet.Core().RESTClient().Get().
|
||||||
|
Loading…
Reference in New Issue
Block a user