forked from kubeflow/kubeflow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Argo UI available publicly at testing-argo.kubeflow.ui (kubeflow…
…#132) * We use Argo to run our E2E tests so the UI is very useful for debugging tests. * Add an ingress with a static IP to expose it publicly. * Fix kubeflow#131
- Loading branch information
Showing
4 changed files
with
55 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,6 +164,16 @@ User or service account deploying the test infrastructure needs sufficient permi | |
kubectl create clusterrolebinding default-admin --clusterrole=cluster-admin [email protected] | ||
``` | ||
|
||
##### Operator Logs | ||
|
||
The following Stackdriver filter can be used to get the pod logs for the operator | ||
|
||
``` | ||
resource.type="container" | ||
resource.labels.namespace_id="e2e-0117-1911-3a53" | ||
resource.labels.container_name="tf-job-operator" | ||
``` | ||
|
||
## Managing namespaces | ||
|
||
All namespaces created for the tests should be labeled with `app=kubeflow-e2e-test`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters