opensearch-operator-controller-manager not generating logs #917
Closed
rameshar16
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @rameshar16. You are viewing the logs of the kube-rbac-proxy sidecar. To view logs for the main operator container use a command like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi OpenSearch Community,
I am currently using the OpenSearch Operator, and I've encountered an issue where the opensearch-operator-controller-manager is not generating any new logs, even after setting the log level to debug. The last log entries I see are as follows:
`For more information, please go to brancz/kube-rbac-proxy#187
===============================================
I1219 05:39:54.536474 1 kube-rbac-proxy.go:284] Valid token audiences:
I1219 05:39:54.536521 1 kube-rbac-proxy.go:378] Generating self signed cert as no cert is provided
I1219 05:40:34.938728 1 kube-rbac-proxy.go:442] Starting TCP socket on 0.0.0.0:8443
I1219 05:40:34.938975 1 kube-rbac-proxy.go:449] Listening securely on 0.0.0.0:8443
I1219 05:40:34.939007 1 kube-rbac-proxy.go:490] Starting TCP socket on 0.0.0.0:10443
I1219 05:40:34.939083 1 kube-rbac-proxy.go:497] Listening securely on 0.0.0.0:10443 for proxy endpoints`
After these entries, no further logs are being generated. Has anyone else experienced this issue or have any suggestions on how to resolve it?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions