networkop / meshnet-cni

a (K8s) CNI plugin to create arbitrary virtual network topologies
BSD 3-Clause "New" or "Revised" License
116 stars 28 forks source link

Add new pod with meshnet #81

Closed yennym3 closed 12 months ago

yennym3 commented 12 months ago

Hi, Would there be a way with meshnet, to add a new pod with a link , to a node of a topology that was already created (The topology was previously created with KNE), without having to destroy or redeploy the topology?

For example, I am creating this yaml, which uses pod r1 of the topology created in the namespace 2ceos, pod r3 is created, but the links connecting the two pods are not created.

image

kubectl get pods -n 2ceos

image

kubectl exec -it r3-0 -n 2ceos -- /bin/sh

image
networkop commented 12 months ago

Nope, this is not possible