1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Move deprecated OSDK infra anno section up

This commit is contained in:
Alex Dellapenta
2023-12-14 15:01:22 -07:00
committed by openshift-cherrypick-robot
parent 3a5adde14b
commit 09f167dbc3
3 changed files with 6 additions and 13 deletions

View File

@@ -3,12 +3,7 @@
// * operators/operator_sdk/osdk-generating-csvs.adoc
[id="osdk-csv-manual-annotations-deprecated_{context}"]
= Deprecated annotations
The following Operator annotations are deprecated.
[discrete]
== operators.openshift.io/infrastructure-features
= Deprecated infrastructure feature annotations
Starting in {product-title} 4.14, the `operators.openshift.io/infrastructure-features` group of annotations are deprecated by the group of annotations with the `features.operators.openshift.io` namespace. While you are encouraged to use the newer annotations, both groups are currently accepted when used in parallel.

View File

@@ -5,11 +5,11 @@
[id="osdk-csv-annotations-infra_{context}"]
= Infrastructure features annotations
The following Operator annotations detail the infrastructure features that an Operator might support, denoted with a `true` or `false` value. Users can view and filter by these features when discovering Operators through OperatorHub in the web console or on the link:https://catalog.redhat.com/software/search?deployed_as=Operator[Red Hat Ecosystem Catalog].
Annotations in the `features.operators.openshift.io` group detail the infrastructure features that an Operator might support, specified by setting a `true` or `false` value. Users can view and filter by these features when discovering Operators through OperatorHub in the web console or on the link:https://catalog.redhat.com/software/search?deployed_as=Operator[Red Hat Ecosystem Catalog]. These annotations are supported in {product-title} 4.10 and later.
[NOTE]
[IMPORTANT]
====
The following infrastructure feature annotations are supported in {product-title} 4.10 and later.
The `features.operators.openshift.io` infrastructure feature annotations deprecate the `operators.openshift.io/infrastructure-features` annotations used in earlier versions of {product-title}. See "Deprecated infrastructure feature annotations" for more information.
====
.Infrastructure features annotations
@@ -73,4 +73,4 @@ metadata:
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
----
----

View File

@@ -39,6 +39,7 @@ ifndef::openshift-dedicated,openshift-rosa[]
* xref:../../installing/installing-fips.adoc#installing-fips[Support for FIPS cryptography]
endif::openshift-dedicated,openshift-rosa[]
include::modules/osdk-csv-annotations-dep.adoc[leveloffset=+2]
include::modules/osdk-csv-annotations-other.adoc[leveloffset=+2]
[role="_additional-resources"]
.Additional resources
@@ -48,9 +49,6 @@ include::modules/osdk-csv-annotations-other.adoc[leveloffset=+2]
* xref:../../operators/operator_sdk/osdk-generating-csvs.adoc#osdk-suggested-namespace-default-node_osdk-generating-csvs[Setting a suggested namespace with default node selector]
* xref:../../operators/operator_sdk/osdk-generating-csvs.adoc#osdk-hiding-internal-objects_osdk-generating-csvs[Hiding internal objects]
include::modules/osdk-csv-annotations-dep.adoc[leveloffset=+2]
include::modules/olm-enabling-operator-restricted-network.adoc[leveloffset=+1]
include::modules/olm-enabling-operator-for-multi-arch.adoc[leveloffset=+1]