# Global Registry (optional) # GLOBAL_REGISTRY=registry.example.com/ # Debian Version DEBIAN_VERSION=13.2-slim # Kata Containers Version KATA_VERSION=3.24.0 # Firecracker Version # Version of Firecracker VMM to install FIRECRACKER_VERSION=1.10.1 # Kata DinD Image Version # Built image version tag KATA_DIND_VERSION=0.2.0 # Timezone # Set the timezone for the container TZ=UTC # Kata Logging Level # Options: debug, info, warn, error KATA_LOGGING_LEVEL=info # Resource Limits # CPU limit (cores) KATA_DIND_CPU_LIMIT=2.00 # Memory limit KATA_DIND_MEMORY_LIMIT=4G # Resource Reservations # CPU reservation (cores) KATA_DIND_CPU_RESERVATION=0.50 # Memory reservation KATA_DIND_MEMORY_RESERVATION=1G