=== RUN TestFunctional/serial/InvalidService
functional_test.go:2317: (dbg) Run: kubectl --context functional-167406 apply -f testdata/invalidsvc.yaml
functional_test.go:2317: (dbg) Non-zero exit: kubectl --context functional-167406 apply -f testdata/invalidsvc.yaml: exit status 1 (80.041422ms)
** stderr **
error: error validating "testdata/invalidsvc.yaml": error validating data: failed to download openapi: Get "https://192.168.39.209:8441/openapi/v2?timeout=32s": dial tcp 192.168.39.209:8441: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false
** /stderr **
functional_test.go:2319: kubectl --context functional-167406 apply -f testdata/invalidsvc.yaml failed: exit status 1
--- FAIL: TestFunctional/serial/InvalidService (0.08s)