- docker-30/zot: add Zot OCI registry with on-demand sync to docker.io, registry.k8s.io, ghcr.io, quay.io - kubernetes-kvm-terraform: wire Kanidm OIDC via structured AuthenticationConfiguration; add reference apiserver manifest and join-node-02 helper - servers: reorganize shadow/ under servers/, add saint vhost config and utility-101 VM definition, add shadow hrajfrisbee.cz vhost and storage-23 notes - experiments: add notes and configs for e2b dev VM, kata + firecracker on kube, microsandbox, orb-stack k3s (terraform + cloud-init), rke2 - vms/docker: document tailscale + node-exporter setup - blog: stub post on Gateway API - chore: gitignore tmp/, smtp_password, and the two local-only credential caches; add per-project .claude/settings.json Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
22 lines
557 B
YAML
22 lines
557 B
YAML
# Disable the default all-in-one installation
|
|
shims:
|
|
disableAll: true
|
|
firecracker:
|
|
enabled: true
|
|
|
|
# In this chart version, 'env' must be a map, not a list.
|
|
# The template converts these keys into Environment Variables for you.
|
|
env:
|
|
kataArtifacts: "firecracker"
|
|
multiInstallSuffix: "" # This fixes the specific error you saw
|
|
installArtifactsOnly: false
|
|
|
|
# Automatically create the RuntimeClass
|
|
runtimeClass:
|
|
create: true
|
|
name: kata-fc
|
|
handler: kata-fc
|
|
|
|
# Set Firecracker as the default for amd64 nodes
|
|
defaultShim:
|
|
amd64: firecracker |