Skip to content

Commit bc45a4c

Browse files
committed
adding additional resources tags
1 parent a3907e5 commit bc45a4c

File tree

562 files changed

+1003
-164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

562 files changed

+1003
-164
lines changed

_unused_topics/builds-output-image-digest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ status:
2626
imageDigest: sha256:29f5d56d12684887bdfa50dcd29fc31eea4aaf4ad3bec43daf19026a7ce69912
2727
----
2828

29+
[role="_additional-resources"]
2930
.Additional resources
30-
3131
* link:https://docs.docker.com/registry/spec/api/#/content-digests[Docker Registry HTTP API V2: digest]
3232
* link:https://docs.docker.com/engine/reference/commandline/pull/#/pull-an-image-by-digest-immutable-identifier[`docker pull`: pull the image by digest]

_unused_topics/images-using-images-s2i-java.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
The builder image is intended for use with link:https://maven.apache.org[Maven]-based Java standalone projects that are run with main class.
1212

1313
[discrete]
14+
[role="_additional-resources"]
1415
== Additional resources
1516

1617
* Find additional information and examples in the link:https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html-single/red_hat_java_s2i_for_openshift/[Red Hat JBoss Middleware] documentation.

_unused_topics/monitoring-dead-mans-switch-pagerduty.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ https://www.pagerduty.com/[PagerDuty] supports "Dead man's switch" through an in
1313
+
1414
For example, you can configure Dead Man's Snitch to page the operator if the "Dead man's switch" alert is silent for 15 minutes. With the default Alertmanager configuration, the Dead man's switch alert is repeated every five minutes. If Dead Man's Snitch triggers after 15 minutes, it indicates that the notification has been unsuccessful at least twice.
1515

16+
[role="_additional-resources"]
1617
.Additional resources
1718

1819
// FIXME describe the procedure instead of linking * To learn how to add a `PagerDuty` configuration to the default `deadmansswitch` receiver, see LINK.
1920
* To learn how to configure Dead Man's Snitch for PagerDuty, see https://www.pagerduty.com/docs/guides/dead-mans-snitch-integration-guide/[Dead Man’s Snitch Integration Guide].
20-

_unused_topics/monitoring-enabling-dynamically-provisioned-storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Instead of statically-provisioned storage, you can use dynamically-provisioned s
2121
+
2222
Each of these variables applies only if its corresponding `storage_enabled` variable is set to `true`.
2323

24+
[role="_additional-resources"]
2425
.Additional resources
2526

2627
* See https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/[Dynamic Volume Provisioning] for details.
27-

_unused_topics/monitoring-full-list-of-configuration-variables.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ This table contains the full list of the inventory file variables for configurin
4141
| If you enabled the `openshift_cluster_monitoring_operator_alertmanager_storage_enabled` option, set a specific StorageClass to ensure that pods are configured to use the `PVC` with that `storageclass`. Defaults to `none`, which applies the default storage class name.
4242
|===
4343

44+
[role="_additional-resources"]
4445
.Additional resources
45-
4646
// FIXME add link once doc is available
4747
// Used to point to ../admin_guide/scheduling/node_selector.adoc[Advanced Scheduling and Node Selectors]
48-
* See LINK for more information on node selectors.
48+
// * See LINK for more information on node selectors.

adding_service_cluster/adding-service.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ include::modules/deleting-service.adoc[leveloffset=+1]
1717
include::modules/deleting-service-cli.adoc[leveloffset=+1]
1818

1919
ifdef::openshift-rosa[]
20+
[role="_additional-resources"]
2021
== Additional resources
2122
* For information about the `cluster-logging-operator` and the AWS CloudWatch log forwarding service, see xref:../logging/rosa-install-logging.adoc#rosa-install-logging[Install the logging add-on service]
2223
endif::[]

administering_a_cluster/dedicated-admin-role.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Administrators can only install Operators to the default `openshift-operators`
4848
namespace, except for the Red Hat OpenShift Logging Operator, which requires the
4949
`openshift-logging` namespace.
5050

51+
[role="_additional-resources"]
5152
.Additional resources
5253

5354
* xref:../operators/admin/olm-adding-operators-to-cluster.adoc#olm-adding-operators-to-a-cluster[Adding Operators to a cluster]

applications/application-health.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ include::modules/odc-editing-health-checks.adoc[leveloffset=+1]
2727

2828
include::modules/odc-monitoring-health-checks.adoc[leveloffset=+1]
2929

30+
[role="_additional-resources"]
3031
.Additional resources
3132
* For details on switching to the *Developer* perspective in the web console, see xref:../web_console/odc-about-developer-perspective.adoc#odc-about-developer-perspective[About *Developer* perspective].
3233
* For details on adding health checks while creating and deploying an application, see *Advanced Options* in the xref:../applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc#odc-creating-applications-using-developer-perspective[Creating applications using the Developer perspective] section.

applications/connecting_applications_to_services/binding-workloads-using-sbo.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ include::modules/sbo-advanced-binding-options.adoc[leveloffset=+1]
4242
include::modules/sbo-binding-workloads-that-are-not-compliant-with-PodSpec.adoc[leveloffset=+1]
4343
include::modules/sbo-unbinding-workloads-from-a-backing-service.adoc[leveloffset=+1]
4444

45+
[role="_additional-resources"]
4546
== Additional resources
4647
* xref:../../applications/connecting_applications_to_services/understanding-service-binding-operator.adoc#binding-a-workload-together-with-a-backing-service[Binding a workload together with a backing service].
4748
* xref:../../applications/connecting_applications_to_services/getting-started-with-service-binding.adoc#connecting-the-spring-petclinic-sample-application-to-the-postgresql-database-service[Connecting the Spring PetClinic sample application to the PostgreSQL database service].

applications/connecting_applications_to_services/exposing-binding-data-from-a-service.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ include::modules/sbo-data-model.adoc[leveloffset=+1]
1717
include::modules/sbo-rbac-requirements.adoc[leveloffset=+1]
1818
include::modules/sbo-categories-of-exposable-binding-data.adoc[leveloffset=+1]
1919

20+
[role="_additional-resources"]
2021
== Additional resources
2122
* link:https://github.com/openshift/console/blob/master/frontend/packages/operator-lifecycle-manager/src/components/descriptors/reference/reference.md[OLM Descriptor Reference].
2223
* xref:../../operators/operator_sdk/osdk-generating-csvs.adoc#osdk-generating-csvs[Defining cluster service versions (CSVs)].

0 commit comments

Comments
 (0)