Skip to content

Commit

Permalink
Log Icinga for Kubernetes version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoxhaa committed Sep 26, 2024
1 parent fab9824 commit a30d8c6
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 a30d8c6

Please sign in to comment.