From f468a989748330f0f53b6ec0468fccc31bee8c7a Mon Sep 17 00:00:00 2001 From: Steven Powell <44844360+spowelljr@users.noreply.github.com> Date: Fri, 29 Mar 2024 09:51:24 -0700 Subject: [PATCH] Update pkg/minikube/tunnel/kic/ssh_tunnel.go --- pkg/minikube/tunnel/kic/ssh_tunnel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/minikube/tunnel/kic/ssh_tunnel.go b/pkg/minikube/tunnel/kic/ssh_tunnel.go index 029194718659..001639ef766e 100644 --- a/pkg/minikube/tunnel/kic/ssh_tunnel.go +++ b/pkg/minikube/tunnel/kic/ssh_tunnel.go @@ -187,7 +187,7 @@ func (t *SSHTunnel) stopMarkedConnections() { } } -// sshConnUniqName creates an uniq name for the tunnel, using its name/clusterIP/ports. +// sshConnUniqName creates a uniq name for the tunnel, using its name/clusterIP/ports. // This allows a new process to be created if an existing service was changed, // the new process will support the IP/Ports change occurred. func sshConnUniqName(service v1.Service) string {