Error in Deploying Supervisor with CLI using helm on Single Node cluster #2151
Unanswered
DevendraJohari24
asked this question in
Q&A
Replies: 1 comment 2 replies
|
What Helm Chart did you use? We don't have an official chart from the maintainers, but several other teams and community members have created them. Where are you seeing those log messages shown in the first screenshot?
Sorry about that. It is most likely the incoming Kubernetes liveness and readiness probes causing those log statements. You can verify that by looking at the IPs. At the moment, there is no way to disable them, but they are safe to ignore. However, I'm not sure what the |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Hey Everyone,
I am using pinniped supervisor with pinniped CLI for OIDC Authentication in my single node k3s cluster. I am using helm chart to deploy supervisor. But I am getting the following error.
Error 1: "key failed with : not loading an empty serving certificate from "supervisor-serving-cert"

Questions:
Error 2: TLS handshake error from 10.42.0.1:51380: EOF

How to stop this TLS handshake with different ports. What does it mean and How to stop it as it generates a lot of logs.
All reactions