first upload

This commit is contained in:
2025-07-19 16:30:52 +02:00
parent cc0d91a220
commit 946b6ef346
10 changed files with 341 additions and 0 deletions

6
1.kind-cluster-create.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
kind create cluster --config kind-demo-cluster-config.yaml --name kind-demo --image kindest/node:v1.32.5
docker update -m 4g --memory-swap -1 kind-demo-control-plane
docker update -m 4g --memory-swap -1 kind-demo-worker
docker update -m 4g --memory-swap -1 kind-demo-worker2