From 6916a44bb891b08016d663506a81acc32938a860 Mon Sep 17 00:00:00 2001 From: Akanksha Gupta Date: Mon, 27 Apr 2026 14:18:06 -0700 Subject: [PATCH] Add `--dns-endpoint` to the get-credentials command PiperOrigin-RevId: 906541128 --- pathwaysutils/experimental/shared_pathways_service/gke_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pathwaysutils/experimental/shared_pathways_service/gke_utils.py b/pathwaysutils/experimental/shared_pathways_service/gke_utils.py index 09ad42d..c748eea 100644 --- a/pathwaysutils/experimental/shared_pathways_service/gke_utils.py +++ b/pathwaysutils/experimental/shared_pathways_service/gke_utils.py @@ -27,6 +27,7 @@ def fetch_cluster_credentials( cluster_name, f"--location={location}", f"--project={project_id}", + "--dns-endpoint" ] try: subprocess.run(