We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fab9824 + a30d8c6 commit e99bbb2Copy full SHA for e99bbb2
cmd/icinga-kubernetes/main.go
@@ -65,6 +65,8 @@ func main() {
65
os.Exit(0)
66
}
67
68
+ klog.Infof("Starting Icinga for Kubernetes (%s)", internal.Version.Version)
69
+
70
kconfig, err := kclientcmd.NewNonInteractiveDeferredLoadingClientConfig(loadingRules, &overrides).ClientConfig()
71
if err != nil {
72
if kclientcmd.IsEmptyConfig(err) {
0 commit comments