You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried installing several different OKD versions(4.11, 4.12, and 4.13), but I couldn't successfully install Node Feature Discovery Operator. I keep encountering the following error message. Could you please advise on how to resolve this issue? I appreciate your assistance. Thank you.
Operator failed
install failed: deployment nfd-controller-manager not ready before timeout: deployment "nfd-controller-manager" exceeded its progress deadline
NFD Controller Manager log:
I0814 05:07:25.172001 1 main.go:61] Operator Version: a42b581a-dirty
2023-08-14T05:07:25.172Z DPANIC setup non-string key argument passed to logging, ignoring all later arguments {"invalid key": "POD_NAMESPACE must be set"}
panic: non-string key argument passed to logging, ignoring all later arguments
goroutine 1 [running]:
go.uber.org/zap/zapcore.(*CheckedEntry).Write(0xc0004b5440, {0xc0004b7780, 0x1, 0x1})
/go/src/github.com/openshift/cluster-nfd-operator/vendor/go.uber.org/zap/zapcore/entry.go:232 +0x446
go.uber.org/zap.(*Logger).DPanic(0x15dfada, {0x1636921, 0x1418160}, {0xc0004b7780, 0x1, 0x1})
/go/src/github.com/openshift/cluster-nfd-operator/vendor/go.uber.org/zap/logger.go:220 +0x59
github.com/go-logr/zapr.handleFields(0x0, {0xc000030600, 0x2, 0x40d247}, {0x0, 0x0, 0xc00010db01})
/go/src/github.com/openshift/cluster-nfd-operator/vendor/github.com/go-logr/zapr/zapr.go:110 +0x3f1
github.com/go-logr/zapr.(*zapLogger).WithValues(0xc000124c80, {0xc000030600, 0x1, 0x15e0a97})
/go/src/github.com/openshift/cluster-nfd-operator/vendor/github.com/go-logr/zapr/zapr.go:145 +0x31
main.main()
/go/src/github.com/openshift/cluster-nfd-operator/main.go:130 +0x3e2
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I tried installing several different OKD versions(4.11, 4.12, and 4.13), but I couldn't successfully install Node Feature Discovery Operator. I keep encountering the following error message. Could you please advise on how to resolve this issue? I appreciate your assistance. Thank you.
Operator failed
install failed: deployment nfd-controller-manager not ready before timeout: deployment "nfd-controller-manager" exceeded its progress deadline
NFD Controller Manager log:
I0814 05:07:25.172001 1 main.go:61] Operator Version: a42b581a-dirty
2023-08-14T05:07:25.172Z DPANIC setup non-string key argument passed to logging, ignoring all later arguments {"invalid key": "POD_NAMESPACE must be set"}
panic: non-string key argument passed to logging, ignoring all later arguments
goroutine 1 [running]:
go.uber.org/zap/zapcore.(*CheckedEntry).Write(0xc0004b5440, {0xc0004b7780, 0x1, 0x1})
/go/src/github.com/openshift/cluster-nfd-operator/vendor/go.uber.org/zap/zapcore/entry.go:232 +0x446
go.uber.org/zap.(*Logger).DPanic(0x15dfada, {0x1636921, 0x1418160}, {0xc0004b7780, 0x1, 0x1})
/go/src/github.com/openshift/cluster-nfd-operator/vendor/go.uber.org/zap/logger.go:220 +0x59
github.com/go-logr/zapr.handleFields(0x0, {0xc000030600, 0x2, 0x40d247}, {0x0, 0x0, 0xc00010db01})
/go/src/github.com/openshift/cluster-nfd-operator/vendor/github.com/go-logr/zapr/zapr.go:110 +0x3f1
github.com/go-logr/zapr.(*zapLogger).WithValues(0xc000124c80, {0xc000030600, 0x1, 0x15e0a97})
/go/src/github.com/openshift/cluster-nfd-operator/vendor/github.com/go-logr/zapr/zapr.go:145 +0x31
main.main()
/go/src/github.com/openshift/cluster-nfd-operator/main.go:130 +0x3e2
NFD Kube rbac proxy error log message:
I0813 12:33:14.534451 1 log.go:198] http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused
I0813 12:33:17.532269 1 log.go:198] http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused
I0813 12:33:44.506988 1 log.go:198] http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused
I0813 12:33:47.529212 1 log.go:198] http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused
I0813 12:34:14.507108 1 log.go:198] http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused
I0813 12:34:17.528726 1 log.go:198] http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused
I0813 12:34:44.507297 1 log.go:198] http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused
I0813 12:34:47.529056 1 log.go:198] http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused
I0813 12:35:14.507826 1 log.go:198] http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused
Beta Was this translation helpful? Give feedback.
All reactions