commit 4037de85af4d55e630788be2b3103f69b413d556 Author: Matthias Hinrichs Date: Mon May 4 17:06:33 2026 +0200 feat: initialize fleet-base-setup with Gateway API CRD deployment configuration diff --git a/01-crds/fleet.yaml b/01-crds/fleet.yaml new file mode 100644 index 0000000..26a05c5 --- /dev/null +++ b/01-crds/fleet.yaml @@ -0,0 +1,4 @@ +# deployments/01-gateway-api-crds/fleet.yaml +kind: Bundle +metadata: + name: gateway-api-crds # Dieser Name ist wichtig für die Abhängigkeit \ No newline at end of file diff --git a/01-crds/kustomization.yaml b/01-crds/kustomization.yaml new file mode 100644 index 0000000..267ceca --- /dev/null +++ b/01-crds/kustomization.yaml @@ -0,0 +1,2 @@ +resources: + - https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.1/standard-install.yaml \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..89518c4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Dieses Repository ist für die Basiskonfiguration der RKE2 Cluster auf meinem Harvester zuständig. + +Ausgangspunkt ist ein laufender RKE2 Cluster mit offiziellem Cilium CNI Plugin. Ziel dieses Repositorys ist es eine automatisierte Installation aller nötigen Dinge nachzuvollziehen und eine einheitliche Konfiguration über mehrere Cluster hinweg sicherzustellen. \ No newline at end of file