Skip to content

Commit c5b2540

Browse files
committed
fix: scope API compatibility statement to tested Kubernetes versions and required capabilities
1 parent 801c2c6 commit c5b2540

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

cncf/GTR.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,10 @@
183183

184184
* **Describe compatibility of any new or changed APIs with API servers, including the Kubernetes API server**
185185

186-
All OCM APIs are implemented as standard Kubernetes CRDs, ensuring full compatibility with any conformant Kubernetes API server.
187-
We maintain compatibility with Kubernetes versions from 1.24+ and test against multiple Kubernetes distributions.
186+
All OCM APIs are implemented as standard Kubernetes CRDs. OCM is tested against Kubernetes 1.24 and newer and
187+
requires a Kubernetes API server with support for CRDs, CertificateSigningRequests, and RBAC. Compatibility
188+
is validated against multiple Kubernetes distributions as part of the release process; versions or distributions
189+
outside this tested range are not guaranteed to work.
188190

189191
* **Describe versioning of any new or changed APIs, including how breaking changes are handled**
190192

0 commit comments

Comments
 (0)