Alex Masi
Alex Masi
FYI: @chrisy
I think I'm close, just hanging during topo creation. Logs from the webhook below: ``` alexmasi@alexmasi:~/kne/x/webhook$ k logs -l app=kne-assembly-webhook 2024/03/28 23:37:49 http: TLS handshake error from 10.244.0.1:1318: remote error:...
> How was the webhook started? Was the certificate yaml also loaded? The README describes the full process followed (which is an extension of the existing README internally)
Not sure I follow exactly what you want here (although the diagram is definitely helpful). Would utilizing the node [HOST implementation](https://github.com/openconfig/kne/blob/main/topo/node/host/host.go) work for this? The HOST node could either use...
https://github.com/networkop/meshnet-cni/pull/80
Testing the grpc wire reconciliation using a 150 node topology on KNE across 2 workers. Getting a few issues: - a handful of the nodes do not get passed the...
Thanks Kingshuk, thats a mistake on my end. The grpc wire reconciliation appears to be working now. When I delete a meshnet pod it reloads with full information about the...
`kubectl delete pod meshnet-****** -n meshnet` then k8 will auto bring up a new pod to match the intent
this has been fixed to fail early in the topology creation if the image cannot be pulled: https://github.com/openconfig/kne/pull/398
Probably, I haven't been testing scenarios with repeated pod deletion and recreation. I'm assuming the linked change + https://github.com/networkop/meshnet-cni/pull/73 + the upcoming grpc wire reconciliation work should fix the issues....