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 7c12360 commit 4880ac4
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 @@ -62,6 +62,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 4880ac4

Please sign in to comment.