Skip to content

Commit

Permalink
Fixed the deprecated proxy URL (#4206)
Browse files Browse the repository at this point in the history
Fixes #1398
  • Loading branch information
Ark-kun authored and k8s-ci-robot committed Sep 27, 2019
1 parent 5ecfa5b commit 63a5a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/README.md
Expand Up @@ -50,7 +50,7 @@ NAMESPACE=kubeflow-test-infra
After starting `kubectl proxy` on `127.0.0.1:8001`, you can connect to the Argo UI via the local proxy at

```
http://127.0.0.1:8001/api/v1/proxy/namespaces/kubeflow-test-infra/services/argo-ui:80/
http://127.0.0.1:8001/api/v1/namespaces/kubeflow-test-infra/services/argo-ui:80/proxy/
```

TODO(jlewi): We can probably make the UI publicly available since I don't think it offers any ability to launch workflows.
Expand Down

0 comments on commit 63a5a33

Please sign in to comment.