-
Notifications
You must be signed in to change notification settings - Fork 1.9k
OSDOCS-18770 Document the removal of restriction on Gateway API x-k8s… #109141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| :_mod-docs-content-type: REFERENCE | ||
| [id="rn-ocp-release-notes-notable-changes_{context}"] | ||
| = Notable technical changes | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.ShortDescription: Assign [role="_abstract"] to a paragraph to use it as in DITA. |
||
|
|
||
| This section includes several technical changes for {product-title} {product-version}. | ||
|
|
||
| //// | ||
| Instructions: Add entries in the following format: | ||
|
|
||
| Item description:: | ||
| + | ||
| Detailed information. | ||
| //// | ||
|
|
||
| Gateway API `x-k8s.io` group CRDs are no longer restricted:: | ||
| + | ||
| In previous versions of {product-title}, deploying Gateway API custom resource definitions (CRDs) that belong to the `x-k8s.io` group was blocked. Starting in {product-title} {product-version}, this restriction is removed, and you can deploy Gateway API CRDs that belong to the `x-k8s.io` group, such as `gateway.networking.x-k8s.io`. Experimental CRDs in the `gateway.networking.k8s.io` group remain restricted. For more information, see xref:../networking/ingress_load_balancing/configuring_ingress_cluster_traffic/ingress-gateway-api.adoc#nw-ingress-gateway-api-implementation_ingress-gateway-api[Gateway API implementation for {product-title}]. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.NoXrefInModules: Do not include xrefs in modules, only assemblies (exception: release notes modules). |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one question/suggestion: we allow deploying this group, but it doesn't mean we will reconcile it. Is there a good way of saying "these APIs will still be ignored by our Gateway API implementation and can be used by 3rd party implementations" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rikatz I'll look and see!