Skip to content

Commit e19abde

Browse files
authored
Update user-guide-v1beta2.adoc
1 parent 984ca6c commit e19abde

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/user-guide-v1beta2.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,11 @@ Once a `RuntimeComponent` application is exposed as a Provisioned Service, a ser
445445

446446
Runtime Component Operator can create a `ServiceMonitor` resource to integrate with `Prometheus Operator`.
447447

448-
_This feature does not support integration with Knative Service. Prometheus Operator is required to use ServiceMonitor._
448+
Monitoring can be leveraged by users on Red Hat OpenShift Container Platform only. Before using the feature, you must install `Prometheus Operator` by following our link:++https://github.com/OpenLiberty/open-liberty-operator/blob/main/doc/openshift-monitoring.adoc++[Application Monitoring] guide.
449+
450+
_This feature does not support integration with Knative Service and the community edition of Prometheus Operator._
451+
452+
_Prometheus Operator is required to use ServiceMonitor._
449453

450454
==== Basic monitoring specification
451455

@@ -466,7 +470,7 @@ spec:
466470

467471
==== Advanced monitoring specification
468472

469-
For advanced scenarios, it is possible to set many `ServicerMonitor` settings such as authentication secret using link:++https://github.com/coreos/prometheus-operator/blob/main/Documentation/api.md#endpoint++[Prometheus Endpoint]
473+
For advanced scenarios, it is possible to set many `ServiceMonitor` settings such as authentication secret using link:++https://github.com/coreos/prometheus-operator/blob/main/Documentation/api.md#endpoint++[Prometheus Endpoint]
470474

471475
[source,yaml]
472476
----
@@ -492,6 +496,8 @@ spec:
492496
insecureSkipVerify: true
493497
----
494498

499+
Runtime Component Operator will not create/update the `ServiceMonitor` if the `basicAuth` secrets are not defined.
500+
495501
=== Knative support
496502

497503
Runtime Component Operator can deploy serverless applications with link:++https://knative.dev/docs/++[Knative] on a Kubernetes cluster. To achieve this, the operator creates a link:++https://github.com/knative/serving/blob/main/docs/spec/spec.md#service++[Knative `Service`] resource which manages the whole life cycle of a workload.

0 commit comments

Comments
 (0)