K8sbykeshed / k8s-service-validator

Kubernetes Network Service Validator
22 stars 10 forks source link

Sonobuoy plugin in CI #116

Open johnSchnake opened 2 years ago

johnSchnake commented 2 years ago

Currently the tests (in CI) run the tests directly.

It would be good, at least in one flow, to build and run the plugin directly to ensure those integrations work.

Sonobuoy does this sort of thing. We just have to build the container, load the image into kind, then run the plugin. Since the image was preloaded it wont try and pull the dev image and so we'll get our CI build version of it.