Skip to content

Commit

Permalink
update DSL client documentation (#1403)
Browse files Browse the repository at this point in the history
* update DSL client documentation

* Update _client.py
  • Loading branch information
IronPan authored and k8s-ci-robot committed May 31, 2019
1 parent d5147b9 commit 7447eb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/python/kfp/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ def __init__(self, host=None, client_id=None):
service DNS name will be used, which only works if the current environment is a pod
in the same cluster (such as a Jupyter instance spawned by Kubeflow's
JupyterHub). If you have a different connection to cluster, such as a kubectl
proxy connection, then set it to something like "127.0.0.1:8080/pipeline".
proxy connection, then set it to something like "127.0.0.1:8080/pipeline.
If you connect to an IAP enabled cluster, set it to
https://<your-deployment>.endpoints.<your-project>.cloud.goog/pipeline".
client_id: The client ID used by Identity-Aware Proxy.
"""

Expand Down

0 comments on commit 7447eb3

Please sign in to comment.