Skip to content

Commit 31b08ab

Browse files
Update deploy-sql-big-data-aks.py
1 parent 59b11ae commit 31b08ab

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,3 @@ def executeCmd (cmd):
102102
executeCmd(command)
103103

104104
print("")
105-
print("Cluster administration portal (https://<ip>:<port>):")
106-
command="kubectl get service mgmtproxy-svc-external -o=custom-columns=""IP:status.loadBalancer.ingress[0].ip,PORT:.spec.ports[0].port"" -n "+CLUSTER_NAME
107-
executeCmd(command)
108-
109-
print("")

0 commit comments

Comments
 (0)