Skip to content

Commit

Permalink
add comments on versions used for KIC node in Konnect
Browse files Browse the repository at this point in the history
  • Loading branch information
randmonkey committed Feb 6, 2023
1 parent e70bcf3 commit 9a57bc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/manager/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ func Run(ctx context.Context, c *Config, diagnostic util.ConfigDumpDiagnostic, d
}
hostname, _ := os.Hostname()
version := metadata.Release
// REVIEW: here we used version of KIC itself as version of KIC node.'
// Which version is the proper one to use?
agent := konnect.NewNodeAgent(hostname, version, setupLog, konnectClient)
agent.Run()
}
Expand Down

0 comments on commit 9a57bc4

Please sign in to comment.