-
Notifications
You must be signed in to change notification settings - Fork 84
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
运行二进制 ./caelus --v="2" --kubeconfig=config 找不到k8s 节点?? #51
Comments
--kubeconfig=./config 没有报找不到config的错 会是什么原因导致k8s_resource.go 找不到k8s nodes。。。。 |
传递的node名称是否对? 确认下kubectl get node 获取的node名称和caelus要寻找的node名称是否一致 |
开始的时候 hostname 是这个名称, 后来改成了和kubectl get node 一样的, 之后加了日志打印好像是找到了。 不过rule_check_node.go 那边还是报错 resource not found: Node. 还有predict_local.go addSample 也是找不到 no node state。 |
有具体的原理说明文档 或者design doc之类吗, |
可查看Readme。特别详细的原理说明文档,还在完善中,目前可通过分析代码,了解整个流程 |
程序刚启动的时候,报resource not found: Node是正常现象,因数据还收集完全 |
The text was updated successfully, but these errors were encountered: