From 43bb4c536bad371d74d36b9678056363cb650fd5 Mon Sep 17 00:00:00 2001 From: "Per G. da Silva" Date: Wed, 26 Aug 2026 17:43:41 +0200 Subject: [PATCH] Update limitations doc to call out no support for APIServices Signed-off-by: Per G. da Silva --- docs/project/olmv1_limitations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/project/olmv1_limitations.md b/docs/project/olmv1_limitations.md index 8f0e921e34..c27200b6dd 100644 --- a/docs/project/olmv1_limitations.md +++ b/docs/project/olmv1_limitations.md @@ -14,6 +14,7 @@ Currently, OLM v1 only supports installing operators packaged in [OLM v0 bundles * `olm.gvk.required` * `olm.package.required` * `olm.constraint` +* **must not** define `APIService`s in the `ClusterServiceVersion` OLM v1 verifies these criteria at install time and will surface violations in the `ClusterExtensions`'s `.status.conditions`.