-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linkerd pods fail to start when following the get started guide #10643
Comments
Is there any other information from the |
Here's the full output of linkerd-proxy-injector-5cfdfd8d77-q5wx8.txt |
Interesting, it looks like the linkerd-proxy:
Container ID: containerd://f0c1e82aa5bc36d9cd010a2eadb94fb3434f312d954c597a203e0d3657b16aa3
Image: cr.l5d.io/linkerd/proxy:stable-2.12.4
Image ID: cr.l5d.io/linkerd/proxy@sha256:9d277c72488a214bb467f90b9f32ee7eb4cb4b12f2ad0827f486e98469095666
Ports: 4143/TCP, 4191/TCP
Host Ports: 0/TCP, 0/TCP
State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: Error
Message: watch{port=9997}:controller{addr=localhost:8090}:endpoint{addr=127.0.0.1:8090}: linkerd_reconnect: Failed to connect error=Connection refused (os error 111)
[ 145.665928s] WARN ThreadId(01) policy:watch{port=9997}:controller{addr=localhost:8090}:endpoint{addr=127.0.0.1:8090}: linkerd_reconnect: Failed to connect error=Connection refused (os error 111)
[ 146.166724s] WARN ThreadId(01) policy:watch{port=9997}:controller{addr=localhost:8090}:endpoint{addr=127.0.0.1:8090}: linkerd_reconnect: Failed to connect error=Connection refused (os error 111)
[ 146.667541s] WARN ThreadId(01) policy:watch{port=9997}:controller{addr=localhost:8090}:endpoint{addr=127.0.0.1:8090}: linkerd_reconnect: Failed to connect error=Connection refused (os error 111)
[ 147.169189s] WARN ThreadId(01) policy:watch{port=9997}:controller{addr=localhost:8090}:endpoint{addr=127.0.0.1:8090}: linkerd_reconnect: Failed to connect error=Connection refused (os error 111)
[ 147.671039s] WARN ThreadId(01) policy:watch{port=9997}:controller{addr=localhost:8090}:endpoint{addr=127.0.0.1:8090}: linkerd_reconnect: Failed to connect error=Connection refused (os error 111)
[ 148.172455s] WARN ThreadId(01) policy:watch{port=9997}:controller{addr=localhost:8090}:endpoint{addr=127.0.0.1:8090}: linkerd_reconnect: Failed to connect error=Connection refused (os error 111)
[ 148.674112s] WARN ThreadId(01) policy:watch{port=9997}:controller{addr=localhost:8090}:endpoint{addr=127.0.0.1:8090}: linkerd_reconnect: Failed to connect error=Connection refused (os error 111)
[ 149.175909s] WARN ThreadId(01) policy:watch{port=9997}:controller{addr=localhost:8090}:endpoint{addr=127.0.0.1:8090}: linkerd_reconnect: Failed to connect error=Connection refused (os error 111)
[ 149.681104s] WARN ThreadId(01) policy:watch{port=9997}:controller{addr=localhost:8090}:endpoint{addr=127.0.0.1:8090}: linkerd_reconnect: Failed to connect error=Connection refused (os error 111)
[ 150.012506s] WARN ThreadId(01) linkerd_app: Waiting for identity to be initialized...
|
Hi @jakub-moravec, are you using a CNI plugin in your cluster? And, if not, do you know whether there might be other network configurations that could disallow some TCP connections within a pod? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
What is the issue?
All pods fall to CrashLoopBackOff status
linkerd check
returnspod/linkerd-destination-7565d9f4ff-rz6xj container sp-validator is not ready
How can it be reproduced?
Following getting started guide on described environment up to
linkerd check
Logs, error output, etc
identity pod
output of
linkerd check -o short
Environment
Docker: 23.0.1
Microk8s: v1.26.1
CentOS Stream release 8
Possible solution
No response
Additional context
I tried increasing liveness and readiness probes timeouts as recommended in #8235
I tried setting
runAsRoot
totrue
for the proxyInit as recommended in #7283Would you like to work on fixing this bug?
None
The text was updated successfully, but these errors were encountered: