$ kubectl version --shortClient Version: v1.15.5Server Version: v1.15.5$ ~/Downloads/glooctl-darwin-amd64 versionClient: {"version":"1.1.0"}Server: {"type":"Knative","kubernetes":{"containers":[{"Tag":"1.1.0","Name":"discovery","Registry":"quay.io/solo-io"},{"Tag":"1.1.0","Name":"gloo","Registry":"quay.io/solo-io"},{"Tag":"1.1.0","Name":"ingress","Registry":"quay.io/solo-io"},{"Tag":"1.1.0","Name":"gloo-envoy-wrapper","Registry":"quay.io/solo-io"},{"Tag":"1.1.0","Name":"gloo-envoy-wrapper","Registry":"quay.io/solo-io"}],"namespace":"gloo-system"}}$ kubectl get pods -n knative-servingNAME READY STATUS RESTARTS AGEactivator-5cf5f5df77-25z24 1/1 Running 0 6m20sautoscaler-6b5799b5d-rw5mf 1/1 Running 0 6m19sautoscaler-hpa-f97ff947f-922dk 1/1 Running 0 6m19scontroller-7db8ff7b65-xzbr6 1/1 Running 0 6m19swebhook-6c59b8f657-5zvjx 1/1 Running 0 6m18s$ kubectl get pods -n gloo-systemNAME READY STATUS RESTARTS AGEdiscovery-58fc7fd5df-4k9rx 1/1 Running 0 6m23sgloo-8bbffd497-c6tq2 1/1 Running 0 6m23singress-5d98446899-4p5d5 1/1 Running 0 6m23sknative-external-proxy-5487c76bbc-j4rtx 1/1 Running 0 6m23sknative-internal-proxy-b85646577-hlg99 1/1 Running 0 6m23s$ kubectl apply -f serving.yaml -v 6I1218 01:17:07.252211 98240 loader.go:359] Config loaded from file: /Users/pradeara/.kube/configI1218 01:17:07.379126 98240 round_trippers.go:438] GET https://api.kops01.scholastic-labs.io/openapi/v2?timeout=32s 200 OK in 122 millisecondsI1218 01:17:07.506907 98240 round_trippers.go:438] GET https://api.kops01.scholastic-labs.io/apis/custom.metrics.k8s.io/v1beta1?timeout=32s 503 Service Unavailable in 26 millisecondsI1218 01:17:07.524950 98240 request.go:1150] body was not decodable (unable to check for Status): couldn't get version/kind; json parse error: json: cannot unmarshal string into Go value of type struct { APIVersion string "json:\"apiVersion,omitempty\""; Kind string "json:\"kind,omitempty\"" }I1218 01:17:07.524991 98240 cached_discovery.go:78] skipped caching discovery info due to the server is currently unable to handle the requestI1218 01:17:07.546449 98240 round_trippers.go:438] GET https://api.kops01.scholastic-labs.io/apis/serving.knative.dev/v1/namespaces/default/services/helloworld-go 404 Not Found in 19 millisecondsI1218 01:17:37.566771 98240 round_trippers.go:438] POST https://api.kops01.scholastic-labs.io/apis/serving.knative.dev/v1/namespaces/default/services 500 Internal Server Error in 30019 millisecondsI1218 01:17:37.573359 98240 helpers.go:199] server response object: [{ "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure", "message": "error when creating \"serving.yaml\": Internal error occurred: failed calling webhook \"webhook.serving.knative.dev\": Post https://webhook.knative-serving.svc:443/?timeout=30s: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)", "reason": "InternalError", "details": { "causes": [ { "message": "failed calling webhook \"webhook.serving.knative.dev\": Post https://webhook.knative-serving.svc:443/?timeout=30s: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)" } ] }, "code": 500}]F1218 01:17:37.574038 98240 helpers.go:114] Error from server (InternalError): error when creating "serving.yaml": Internal error occurred: failed calling webhook "webhook.serving.knative.dev": Post https://webhook.knative-serving.svc:443/?timeout=30s: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)$ kubectl get apiservices | grep metricsv1beta1.custom.metrics.k8s.io knative-serving/autoscaler False (FailedDiscoveryCheck) 13m