Skip to content

Commit afb0460

Browse files
guptaakacopybara-github
authored andcommitted
Add --dns-endpoint to the get-credentials command
FUTURE_COPYBARA_INTEGRATE_REVIEW=#222 from AI-Hypercomputer:wstcliyu/release-v018 6604544 PiperOrigin-RevId: 906538170
1 parent 690c7c9 commit afb0460

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • pathwaysutils/experimental/shared_pathways_service

pathwaysutils/experimental/shared_pathways_service/gke_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def fetch_cluster_credentials(
2727
cluster_name,
2828
f"--location={location}",
2929
f"--project={project_id}",
30+
"--dns-endpoint"
3031
]
3132
try:
3233
subprocess.run(

0 commit comments

Comments
 (0)