Qianglin Li

Results 11 comments of Qianglin Li

I have found the reason: both of the pods are setting `hostNetwork: true`, and scheduled to a same node. And I remove the `hostNetwork: true`, it works! the log of...

Mybe we can show a warning or error to notice the user that there is a error when connecting "remote okteto pod", because expected results are not obtained and there...

Me too. I Use the same k3d version and k3s version ``` ➜ ~ k3d version k3d version v5.4.1 k3s version v1.22.7-k3s1 (default) ``` I execute `k3d cluster create --agents...

> Me too. > > I Use the same k3d version and k3s version > > ``` > ➜ ~ k3d version > k3d version v5.4.1 > k3s version v1.22.7-k3s1...

Is there any reference for this Issue? I want to try it

Is there a plan to support the feature 🤔️

pls assign me, I wanna try it :) @luky116

@lizzzcai I create the cluster with kind, here is some env info: 1. k8s: v1.23.12 2. kind: v0.16.0 3. openfuncion: v0.7.0 I just follow the sample` samples/functions/knative/multiple-functions-go` step by step