Liang Deng

Results 57 comments of Liang Deng

> Hi @YTGhost I think we can take both workflow and services' healthy condition into condition for now. You can investigate how to archive that. I don't think this state...

@FillZpp Maybe I can try to take over this job, can you assign this job to me? It would be nice to have some notes or help.

@adrianreber Hi, I would like to know if there has been any progress about lazy container migration between hosts in Podman? Or is this supported by containerd or cri-o? There...

> For best results I would try to combine lazy (post-copy) and pre-copy migration. Could you discuss in more detail how these two modes can be combined? For both modes,...

Sorry for the late reply due to the previous busy. > Do you have a real test case or a synthetic test case. I am not sure it makes sense...

@chunfungintel Hi, I think you should deploy Raven like this to enable node IP forward: ``` helm upgrade --install raven-agent -n kube-system openyurt/raven-agent --set vpn.forwardNodeIP=true ``` After that, you need...

@chunfungintel I think you should use v0.3.2 instead of v0.4 for raven's image version if you are still deploying v1.3 openyurt

>I do not need to specifically need to use v1.3 OpenYurt, do you have any version that I should try on? @chunfungintel raven's previous version of Chart doesn't look like...

> Revised steps: > > Control-panel initialization: > > ```shell > sudo kubeadm init --pod-network-cidr=10.244.0.0/16 --service-cidr=10.96.0.0/12 > mkdir -p $HOME/.kube && sudo cp /etc/kubernetes/admin.conf $HOME/.kube/config && sudo chown $(id -u):$(id...

> @YTGhost This is logs from control panel only: > > W1208 03:07:36.262826 1 client_config.go:617] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work. I1208 03:07:36.283129...