Skip to content

Commit

Permalink
Update pkg/minikube/tunnel/kic/ssh_tunnel.go
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr authored Mar 29, 2024
1 parent c431162 commit f468a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/tunnel/kic/ssh_tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f468a98

Please sign in to comment.