-
Notifications
You must be signed in to change notification settings - Fork 408
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
[BUG] for edge node, kubectl logs xxx error: Error from server (ServiceUnavailable): the server is currently unable to handle the request ( pods/log xxx) #984
Comments
@windydayc It looks like that you have used a old yurt-tunnel-agent version. would you be able to upload the image info of yurt-tunnel-agent? |
|
You are right. This is indeed a problem with yurt-tunnel-agent image. I re-pulled this image and the problem was solved. |
But logs a pod in edge node, it still has an error:
yurt-tunnel-server logs:
yurt-tunnel-agent logs:
in edge node, kubelet logs:
|
@rambohe-ch This is very similar to what was mentioned in issue #508 |
After re-pulled, images are:
|
I cleaned the The following are the specific steps:
|
What happened:
I installed the openyurt cluster followed https://openyurt.io/zh/docs/installation/manually-setup. And used
yurtadm join
to join an edge node:However, for edge node,
kubectl logs xxx
will get an error: Error from server (ServiceUnavailable): the server is currently unable to handle the request ( pods/log xxx) :such as:
What you expected to happen:
For edge node,
kubectl logs xxx
no errors.Anything else we need to know?:
yurt-tunnel-server logs:
yurt-tunnel-agent logs:
Environment:
kubectl version
): 1.22.8cat /etc/os-release
): centos7/kind bug
The text was updated successfully, but these errors were encountered: