Using custom DNS with Python SDK (kfp) #2888
Labels
area/sdk/dsl
help wanted
The community is welcome to contribute.
status/triaged
Whether the issue has been explicitly triaged
The
_is_iap_host
method is being called in theClient
initialization, but it is using aregex
based on the default DNS (e.g.kubeflow.endpoints.my-project.cloud.goog/pipeline
):pipelines/sdk/python/kfp/_client.py
Lines 156 to 161 in 0577fe1
In this case, how can we use a custom DNS?
The text was updated successfully, but these errors were encountered: