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.
1 parent ca7bc25 commit d72db69Copy full SHA for d72db69
internal/wrapper.go
@@ -34,6 +34,7 @@ import (
34
35
// RunKubeStateMetricsWrapper is a wrapper around KSM, delegated to the root command.
36
func RunKubeStateMetricsWrapper(opts *options.Options) {
37
+
38
KSMRunOrDie := func(ctx context.Context) {
39
if err := app.RunKubeStateMetricsWrapper(ctx, opts); err != nil {
40
klog.ErrorS(err, "Failed to run kube-state-metrics")
0 commit comments