Skip to content

Commit 11bc45f

Browse files
FumingZhangCopilot
andauthored
Update src/aks-preview/azext_aks_preview/custom.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 475f0d5 commit 11bc45f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/aks-preview/azext_aks_preview/custom.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5130,7 +5130,8 @@ def aks_bastion(cmd, client, resource_group_name, name, bastion=None, port=None,
51305130
logger.warning(
51315131
"The server URL for cluster '%s' in your kubeconfig has been modified to point to the bastion tunnel. "
51325132
"Once the bastion tunnel is closed, this cluster configuration will no longer work. "
5133-
"To re-establish connectivity, rerun this command which will automatically correct the server URL and create a new tunnel.",
5133+
"To re-establish connectivity via bastion, rerun this command; this will update the server URL in your kubeconfig to point to a new bastion tunnel. "
5134+
"If you no longer want to use the bastion tunnel, restore your original kubeconfig from backup instead.",
51345135
name
51355136
)
51365137

0 commit comments

Comments
 (0)