Skip to content

Commit

Permalink
Merge pull request #137 from Icinga/log-version
Browse files Browse the repository at this point in the history
Log version
  • Loading branch information
lippserd authored Sep 26, 2024
2 parents fab9824 + a30d8c6 commit e99bbb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/icinga-kubernetes/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ func main() {
os.Exit(0)
}

klog.Infof("Starting Icinga for Kubernetes (%s)", internal.Version.Version)

kconfig, err := kclientcmd.NewNonInteractiveDeferredLoadingClientConfig(loadingRules, &overrides).ClientConfig()
if err != nil {
if kclientcmd.IsEmptyConfig(err) {
Expand Down

0 comments on commit e99bbb2

Please sign in to comment.