feat: add more DinD
This commit is contained in:
36
builds/kata-inside-dind/.env.example
Normal file
36
builds/kata-inside-dind/.env.example
Normal file
@@ -0,0 +1,36 @@
|
||||
# Global Registry (optional)
|
||||
# GLOBAL_REGISTRY=registry.example.com/
|
||||
|
||||
# Debian Version
|
||||
DEBIAN_VERSION=13.2
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user