senthilrch / kube-fledged

A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
Apache License 2.0
1.24k stars 118 forks source link

feat(e2e): add e2e test suite with installation validation #172

Closed niladrih closed 2 years ago

niladrih commented 2 years ago

Signed-off-by: Niladri Halder niladri.halder26@gmail.com

93

This is test suite makes use of sigs.k8s.io/e2e-framework v0.0.6

Changes:

niladrih commented 2 years ago

@senthilrch -- PTAL This is a barebones test suite. Tests installation and delete.

senthilrch commented 2 years ago

LGTM!