kmesh-net / kmesh

High Performance ServiceMesh Data Plane Based on Programmable Kernel
https://kmesh.net
Apache License 2.0
398 stars 52 forks source link

Add e2e test coverage for kmesh manage #614

Open hzxuzhonghu opened 1 month ago

hzxuzhonghu commented 1 month ago

We can enroll/unenroll a pod to kmesh at any time: before pod start or after it starts

And even by two methods: 1. label pod 2. label namespace

UT can only test part of that, because in reality both kmesh cni and manage controller works at different phase

hzxuzhonghu commented 1 month ago

@YaoZengzeng

YaoZengzeng commented 1 month ago

/assign