Skip to content

Commit b6634b1

Browse files
authored
cluster traffic -> local traffic (#81)
1 parent 35a4672 commit b6634b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/local/connect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func runConnectImpl(out io.Writer, log *slog.Logger, ciConfig *config.ConnectInv
132132
if os.Geteuid() != 0 {
133133
fmt.Fprintf(out, "signadot local connect needs root privileges for:\n\t"+
134134
"- updating /etc/hosts with cluster service names\n\t"+
135-
"- configuring networking to direct cluster traffic to the cluster\n")
135+
"- configuring networking to direct local traffic to the cluster\n")
136136
}
137137
// run the root-manager
138138
cmd = exec.Command(

0 commit comments

Comments
 (0)