Mahamed Ali
Mahamed Ali
/sig testing
> Suggestions: > > * Run a local registry in the cluster (see past discussion though of why this may not work portably due to k8s networking) > * Custom...
/priority important-longterm
It is important, Argo is configured to access clusters using gke-auth plugin and we want prow to do the same as well
fresh
The service is reachable from the ingress-gateway pod. ``` mahamed MAHAALI-M-2PY9 ~ $ k exec istio-ingressgateway-778d69499b-n2mnz -c istio-proxy -- curl https://hassio.default:8123 -ksI -XGET HTTP/1.1 200 OK...
After some digging, I found https://github.com/istio/istio/pull/48952 and setting insecureSkipVerify in tls block fixed this issue. :(
We want kubetest2-kops to dynamically create a temporary s3 bucket when the presubmit is running, similar to this code https://github.com/kubernetes/kops/blob/master/tests/e2e/kubetest2-kops/gce/gcs.go I made the IAM changes, but it allows presubmits to...