mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-14 11:03:31 +00:00
Auto-generate policy for nginx-deployment pods, instead of hard-coding the "allow all" policy. Note that the `busybox_pod` - created using `kubectl run` - still doesn't have an Init Data annotation, so it is using the default policy built into the Kata Guest rootfs image file. Signed-off-by: Dan Mihai <dmihai@microsoft.com>
Kata Containers Tests
This directory contains various types of tests for testing the Kata Containers repository.
Test Content
We provide several tests to ensure Kata-Containers run on different scenarios and with different container managers.
- Integration tests to ensure compatibility with:
- Stability tests
- Metrics
- Functional
GitHub Actions
Kata Containers uses GitHub Actions in the Kata Containers repository.