From 8650f4ae7ba231f1f82321105a097c83c2fad7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Tailland?= Date: Tue, 18 Aug 2026 14:59:45 +0200 Subject: [PATCH] Scaffold k8s-platform (Operator install only) --- README.md | 9 +++++++++ operator/kustomization.yaml | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 README.md create mode 100644 operator/kustomization.yaml diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab412e6 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# k8s-platform + +Platform-team owned, cluster-scoped only: Kong Gateway Operator install +(Helm chart or OLM Subscription on OpenShift). Rare changes, cautious sync +(not aggressive auto-sync). + +Per-domain gateway infrastructure (DataPlane/KonnectExtension) does NOT +live here — see the dedicated `dataplane-` repos, to avoid write +contention across domains. diff --git a/operator/kustomization.yaml b/operator/kustomization.yaml new file mode 100644 index 0000000..6e28a72 --- /dev/null +++ b/operator/kustomization.yaml @@ -0,0 +1,5 @@ +# TODO: Kong Gateway Operator install (Helm chart via HelmRelease, or an +# OLM Subscription + OperatorGroup on OpenShift). +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: []