From 4037de85af4d55e630788be2b3103f69b413d556 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Mon, 4 May 2026 17:06:33 +0200 Subject: [PATCH] feat: initialize fleet-base-setup with Gateway API CRD deployment configuration --- 01-crds/fleet.yaml | 4 ++++ 01-crds/kustomization.yaml | 2 ++ README.md | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 01-crds/fleet.yaml create mode 100644 01-crds/kustomization.yaml create mode 100644 README.md 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