Skip to content

Commit

Permalink
update broken api-connect link
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
  • Loading branch information
dandawg committed Jan 15, 2025
1 parent 8bce9c4 commit d099a84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/src/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ it should have the following content:
pip install -r requirements.txt
```
* [Connecting to Kubeflow Pipelines using the SDK client](https://www.kubeflow.org/docs/components/pipelines/sdk/connect-api/#configure-sdk-client-by-environment-variables).
* [Connecting to Kubeflow Pipelines using the SDK client](https://www.kubeflow.org/docs/components/pipelines/user-guides/core-functions/connect-api/#configure-sdk-client-by-environment-variables).
Recommend adding the env vars to your .bashrc or .zshrc etc to persist your config.
Expand Down
3 changes: 1 addition & 2 deletions samples/test/utils/kfp/samples/test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ def main(
):
"""Test file CLI entrypoint used by Fire. To configure KFP endpoint,
configure env vars following:
https://www.kubeflow.org/docs/components/pipelines/sdk/connect-
api/#configure-sdk-client-by-environment-variables. KFP UI endpoint can
https://www.kubeflow.org/docs/components/pipelines/user-guides/core-functions/connect-api/#configure-sdk-client-by-environment-variables. KFP UI endpoint can
be configured by KF_PIPELINES_UI_ENDPOINT env var.
:param pipeline_root: pipeline root that holds intermediate
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/kfp/cli/utils/parsing_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_multiline(self):

self.assertEqual(
host_descr,
"Host name to use to talk to Kubeflow Pipelines. If not set, the in-cluster 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). (`More information on connecting. <https://www.kubeflow.org/docs/components/pipelines/sdk/connect-api/>`_)"
"Host name to use to talk to Kubeflow Pipelines. If not set, the in-cluster 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). (`More information on connecting. <https://www.kubeflow.org/docs/components/pipelines/user-guides/core-functions/connect-api/>`_)"
)


Expand Down
2 changes: 1 addition & 1 deletion sdk/python/kfp/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class Client:
host: Host name to use to talk to Kubeflow Pipelines. If not set,
the in-cluster 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). (`More information on connecting. <https://www.kubeflow.org/docs/components/pipelines/sdk/connect-api/>`_)
Jupyter instance spawned by Kubeflow's JupyterHub). (`More information on connecting. <https://www.kubeflow.org/docs/components/pipelines/user-guides/core-functions/connect-api/>`_)
client_id: Client ID used by Identity-Aware Proxy.
namespace: Kubernetes namespace to use. Used for multi-user deployments. For single-user deployments, this should be left as ``None``.
other_client_id: Client ID used to obtain the auth codes and refresh
Expand Down

0 comments on commit d099a84

Please sign in to comment.