sighupio / fury-kubernetes-opa

Kubernetes Fury Distribution OPA Core Module: Policy enforcement for your Kubernetes Cluster
https://kubernetesfury.com
BSD 3-Clause "New" or "Revised" License
38 stars 10 forks source link

refactor(ci): use kind for e2e test #105

Closed smerlos closed 7 months ago

smerlos commented 8 months ago

We've implemented KIND (Kubernetes in Docker) for running E2E tests, ensuring compatibility and functionality across Kubernetes versions:

Additionally, we've updated the Pluto target version to k8s=v1.29.0 to check for deprecated APIs against this Kubernetes version.