Skip to content

Commit 5427137

Browse files
themr0cGerry-Forde
authored andcommitted
RHDHBUGS-2005 - Fixed broken links (redhat-developer#1348)
I will merge now and adress fixes in followup pull requests.
1 parent a548b4e commit 5427137

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

modules/dynamic-plugins/proc-enabling-argo-cd-rollouts.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ annotations:
3737
...
3838
# The label that Argo CD uses to fetch all the applications. The format to be used is label.key=label.value. For example, rht-gitops.com/janus-argocd=quarkus-app.
3939
40-
argocd/app-selector: '${ARGOCD_LABEL_SELECTOR}'
40+
argocd/app-selector: '${ARGOCD_LABEL_SELECTOR}'
4141
----
4242

4343
* (Optional) Add the following annotation to the entity’s `catalog-info.yaml` file to switch between Argo CD instances as shown in the following example:
@@ -49,7 +49,7 @@ annotations:
4949
...
5050
# The Argo CD instance name used in `app-config.yaml`.
5151
52-
argocd/instance-name: '${ARGOCD_INSTANCE}'
52+
argocd/instance-name: '${ARGOCD_INSTANCE}'
5353
----
5454

5555
+
@@ -81,7 +81,7 @@ The optional Argo CD Rollouts feature enhances Kubernetes by providing advanced
8181

8282
.Prerequisites
8383

84-
* The Backstage Kubernetes plugin (`@backstage/plugin-kubernetes`) is installed and configured.
84+
* The Backstage Kubernetes plugin (`@backstage/plugin-kubernetes`) is installed and configured.
8585

8686
** To install and configure Kubernetes plugin in Backstage, see link:https://backstage.io/docs/features/kubernetes/installation/[Installaltion] and link:https://backstage.io/docs/features/kubernetes/configuration/[Configuration] guide.
8787

@@ -213,7 +213,7 @@ If using the label selector annotation (backstage.io/kubernetes-label-selector),
213213

214214
. Open {Product} interface and navigate to the entity you configured.
215215

216-
. Select the *CD* tab and then select the *GitOps application*. The side panel opens.
216+
. Select the *CD* tab and then select the *GitOps application*. The side panel opens.
217217

218218
. In the *Resources* table of the side panel, verify that the following resources are displayed:
219219

@@ -231,6 +231,5 @@ If using the label selector annotation (backstage.io/kubernetes-label-selector),
231231
[role="_additional-resources"]
232232
.Additional resources
233233

234-
* The package path, scope, and name of the {company-name} ArgoCD plugin has changed since 1.2. For more information, see link:{release-notes-book-url}#removed-functionality-rhidp-4293[Breaking Changes] in the _{release-notes-book-title}_.
235234

236-
* For more information on installing dynamic plugins, see link:{installing-and-viewing-plugins-book-url}[{installing-and-viewing-plugins-book-title}].
235+
* link:{installing-and-viewing-plugins-book-link}[{installing-and-viewing-plugins-book-title}]

modules/dynamic-plugins/ref-configuring-the-keycloak-plugin.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,16 @@ PromQL supports arithmetic operations, comparison operators, logical/set operati
146146
Additionally, the results can be visualized using Grafana.
147147
====
148148

149-
== Exporting Metrics
149+
// === Use Case Example
150+
151+
// Imagine your Keycloak instance is under-provisioned (e.g., low CPU/RAM limits), and the plugin is configured to send many parallel API requests.
152+
// This could cause request timeouts or throttling. The metrics described above can help detect such behavior early, allowing administrators to:
153+
154+
// - Tune the plugin configuration (e.g., reduce parallelism)
155+
// - Increase resources on the Keycloak server
156+
// - Investigate network or permission issues
157+
158+
=== Exporting Metrics
150159

151160
You can export metrics using any OpenTelemetry-compatible backend, such as *Prometheus*.
152161

0 commit comments

Comments
 (0)