KAAAsS

Results 124 comments of KAAAsS

不幸拖到了秋招季,后文肯定是会有的,只是确实至少要等这个月过了

谢谢 @wongsyrone !实在抱歉我暂时还是没空在本仓库更新 1.14,欢迎各位 PR! P.S. @wongsyrone 可能需要 cherrypick 下 https://github.com/kaaass/ZeroTierOne/commit/d028a24795e4348615783f8f8b95207035595f56 ?不过可能新版本有其他代码解决了这个问题。

> 看看commit [zerotier/ZeroTierOne@e32fecd](https://github.com/zerotier/ZeroTierOne/commit/e32fecd16deeab0df65e4aad15ef3e096e35c5a9) ,好像解决了这个问题 的确!我看漏啦,应该是不需要 patch 了

暂时无法复现,请提供一下 Android 版本

这个 Issue 可能和 #74 是相同的问题。 @ValiantHeartz 可以测试下 https://github.com/kaaass/ZerotierFix/issues/74#issuecomment-1934189784 里的版本吗?

> Kuberhealthy does have code that needs the `daemonset` `create` verb: https://github.com/kuberhealthy/kuberhealthy/blob/master/cmd/daemonset-check/kube_api.go#L47 @peschmae Thank you for reminding us of this! We have found that the `daemonset` `create` verb is used...

@Monokaix I tried to find all update/patch relate operation to `pods`. Maybe we only need the `patch` verb instead of `update` verb? https://github.com/volcano-sh/volcano/blob/fa0548f1e7ab7930e6ba91b97394106d56eb7278/pkg/scheduler/api/devices/nvidia/vgpu/utils.go#L437-L438 https://github.com/volcano-sh/volcano/blob/fa0548f1e7ab7930e6ba91b97394106d56eb7278/pkg/controllers/podgroup/pg_controller_handler.go#L105 https://github.com/volcano-sh/volcano/blob/fa0548f1e7ab7930e6ba91b97394106d56eb7278/pkg/scheduler/api/devices/nvidia/gpushare/device_info.go#L136 https://github.com/volcano-sh/volcano/blob/fa0548f1e7ab7930e6ba91b97394106d56eb7278/pkg/scheduler/api/devices/nvidia/gpushare/device_info.go#L195 https://github.com/volcano-sh/volcano/blob/fa0548f1e7ab7930e6ba91b97394106d56eb7278/pkg/scheduler/api/devices/nvidia/gpushare/device_info.go#L212

> After a deep insight, volcano scheduler called `UpdateStatus` method, which needs update verb role: ) @Monokaix Thank you for reply : ) `UpdateStatus` only requires permission to subresource `pods/status`...

感谢报告!暂时还没办法判断问题,我会尝试复现下。具体的问题可能要之后实现日志导出才能分析了。 无法与其他节点通讯是如何确定的呢?有尝试过比如 Ping 之类的测试吗