Skip to content

Commit

Permalink
Fix the stackdriver link. (kubeflow#178)
Browse files Browse the repository at this point in the history
* We want to set the resource type to container because we are interested in
  container logs.
  • Loading branch information
jlewi authored and k8s-ci-robot committed Jul 17, 2018
1 parent c6fbc8d commit bfd4fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The argo UI is publicly accessible at http://testing-argo.kubeflow.org/timeline.

### Stackdriver logs

Since we run our E2E tests on GKE, all logs are persisted in [Stackdriver logging](https://console.cloud.google.com/logs/viewer?project=kubeflow-ci&resource=k8s_cluster%2Flocation%2Fus-east1-d%2Fcluster_name%2Fkubeflow-testing).
Since we run our E2E tests on GKE, all logs are persisted in [Stackdriver logging](https://console.cloud.google.com/logs/viewer?project=kubeflow-ci&resource=container%2Fcluster_name%2Fkubeflow-testing&advancedFilter=resource.type%3D"container"%0Aresource.labels.cluster_name%3D"kubeflow-testing"%0A).

Viewer access to Stackdriver logs is available by joining one of the following groups

Expand Down

0 comments on commit bfd4fb6

Please sign in to comment.