Mingxuan Liu

Results 14 comments of Mingxuan Liu

@pqpsxx 我是先安装Cilium,然后补一个 vim /etc/cni/net.d/10-cilium.conf { "cniVersion": "0.3.1", "name": "cilium", "type": "cilium-cni" } 解决的。

我按照v1.28.3走的,走到kubectl get nodes也返回No resources found,通过三个步骤解决: 1)之前忘记关闭master和node的swap了,关闭之后,kubelet.service才正常。 2)master上也要装kubelet。装后,kubectl get node可以看到master。 3)node上不能装Nginx!把node上的Nginx.service关闭之后,问题解决,kubectl get node可以看到master和node。

上面的3)回答错了,node上也要安装Nginx。如果node上不装Nginx,master上用kubectl get node将会得到NotReady。

@loostars 我在这篇博文的7.2看到了bootstrap.secret.yaml https://blog.csdn.net/lzb348110175/article/details/133807069 已试,可行

Thank you for your reply. I have posted on the P4 forum.

I solved this error using the following method: ``` *reinterpret_cast(_send_buffer.data()) = { // .lease_id = lease_id, // .allocation_time = allocation_time, // .hot_polling_time = hot_polling_time, // .execution_time = execution_time // modified...

Fine, when I use **nightly-2022-02-04-x86_64-unknown-linux-gnu** to try again, I meet this error: warning: /root/mitosis-core/mitosis/Cargo.toml: dependency (x86_64) specified without providing a local path, Git repository, or version to use. This will...

@wxdwfc When I build module with make km at the root path of the project on the main branch, the errors happened again. The mitosis project does not depend on...

Oh, I made a mistake, I shouldn't remove Cargo.lock and then let it regenerate. However, when I use the provided Cargo.lock with rustc-1.60 and **cd mitosis-core/mitosis-kms/fork; rm ~/.cargo/registry/cache/github.com-1ecc6299db9ec823/* && cargo...