-
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]yurt-hub restarts abnormally, and an error occurs on the yurt-manager #1670
Comments
@yuluxs007 Thanks for raising the issue. From the following detail logs of yurthub, the reason of yurthub can not startup is that join token is invalid.
|
@YTGhost It seems we should add a entry check for join token(such as format check) in yurtadm join command. If the join token is invalid, |
@rambohe-ch I think you're right, even though it's not in kubeadm's pre-checks, I think we should also check the token's format in yurtadm's pre-checks, I'll raise an new issue about that in a moment. |
What do I need to do to make the token valid, I followed the v1.3 documentation, Please give a suggestion or provide a link to relevant documents. |
@yuluxs007 Because |
Create bootstrap tokens on the server yurthub.yaml information
yurt-hub err log
|
@yuluxs007 It seems that yurthub bootstrap is completed successfully. what's the problem for the above log? and how about upload the entire detail logs of yurthub? |
There are no other error messages ahead, now it looks like Yurthub is running,kubelet needs to connect to Yurthub to work. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@yuluxs007 Do you have any progress about this issue? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What happened:
yurt-hub restarts abnormally, and an error occurs on the yurt-manager
Error log[yurt-hub]:
Error log[yurt-manager]:
What you expected to happen:
I expect both of the above components to work properly with no exception logs
Anything else we need to know?:
k8s 版本为1.21 ,openyurt 版本为 v1.3
Environment:
kubectl version
): v1.21.6cat /etc/os-release
): CentOS Linux 7 (Core)uname -a
):3.10.0-1160.21.1.el7.x86_64others
/kind bug
The text was updated successfully, but these errors were encountered: