Skip to content
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

Cannot connect to the cluster: An unknown problem occurred. Consider taking a peek at the debug logs. #4213

Open
bala-gif opened this issue Feb 2, 2024 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@bala-gif
Copy link

bala-gif commented Feb 2, 2024

I have my k8s cluster up and running in EKS.

When I pass the kubeconfig file to Monokle app. It cannot connect to the cluster.

@GilbertGeliba
Copy link

GilbertGeliba commented Feb 8, 2024

For me, it seems like related to spaces in context name, e.g. cluster-id-John Smith-namespace. This context name is created by a CLI tool that does user authentication in my company.
If I manually edit the kubeconfig file and remove the spaces, I can connect to the cluster.

@olensmar
Copy link
Member

olensmar commented Feb 8, 2024

thanks for adding that detail @GilbertGeliba - very helpful!

@bala-gif
Copy link
Author

bala-gif commented Feb 10, 2024

Nothing helped. I dont see any space issue in my kubeconfig file.. Adding more detailed info in debug logs would help much to narrow down.

[root@ ~]# kubectx
eks@eksxxx.us-east-1.eksctl.io
eks@xxx-22853.eu-west-1.eksctl.io

[11:02:57 - stderr]
Cannot connect to the cluster: An unknown problem occurred. Consider taking a peek at the debug logs.

@StefanSa
Copy link

Hi there,
the same Bug here.
any Help ?

@WitoDelnat WitoDelnat added the bug Something isn't working label Feb 16, 2024
@monojack monojack self-assigned this Feb 22, 2024
@Serverfrog
Copy link

The thing i found (PS: Pressing on View Debug Logs doesn't bring up the debug log location)

[2024-02-28 15:46:25.244] [browser] [info]  [kubectl-proxy]: Append Server Path enabled.
[2024-02-28 15:46:25.300] [browser] [info]  [kubectl-proxy] {
  type: 'stderr',
  content: 'Error: flags cannot be placed before plugin name: --context=k3d-default\n',
  timestamp: 1709131585300
}
[2024-02-28 15:46:25.306] [browser] [info]  [kubectl-proxy] {
  type: 'exit',
  content: 'Exited with code 1',
  code: 1,
  timestamp: 1709131585306
}
[2024-02-28 15:46:25.306] [browser] [error] Cluster error reason: exit_before_resolve

@joebowbeer
Copy link

In my case (MacOS connecting to EKS), the debug log just shows a kubectl proxy command

kubectl --context="arn:aws:eks:us-west-2:XXX:cluster/YYY" --kubeconfig="/Users/me/.kube/config" \
  proxy --port=30007 --append-server-path=true

If I run this myself, I see:

error: listen tcp 127.0.0.1:30007: bind: address already in use

If I remove the --port argument, then the proxy runs and seems to be working.

Perhaps this provides a clue?

@WitoDelnat
Copy link
Contributor

Hi folks!

We're having some trouble to reproduce the EKS connectivity problem. We tried with several (new and old) clusters and all of them connect. The authentication works with an ExecConfig using aws eks get-token under the hood (found in the kubeconfig).

As for debug logs, they would only show after the proxy properly started, which does not help if the proxy boot itself fails. @monojack made a patch release last Thursday to improve logging. Unfortunately, that does still not fix the EKS connectivity issue but it might uncover more information as to why it fails on your end.

For those who reached out to us:

  • @GilbertGeliba: The release also included a minor fix to properly stringify parameters so your problem should no longer happen.
  • @Serverfrog: from the logs we believe you are still on the old version, can you update and try again? The previously mentioned fix might also have fixed your problem.
  • @joebowbeer, @bala-gif, @StefanSa: From Joe's latest message it seems that despite the improved logging, we still have no insight into what causes the problem. Would anyone be open to join our Discord and have a short call with us to get to the root cause of this problem?

Thank you all for taking the time to report this to us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No Status
Development

No branches or pull requests

8 participants