You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-rhv-customizing-install-config-yaml.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,10 @@ Here, you use three Python scripts to override some of the installation program'
15
15
16
16
* By default, the installation program sets the platform to `ovirt`. However, installing a cluster on user-provisioned infrastructure is more similar to installing a cluster on bare metal. Therefore, you delete the ovirt platform section from `install-config.yaml` and change the platform to `none`. Instead, you use `inventory.yml` to specify all of the required settings.
17
17
18
-
NOTE: These snippets work with Python 3 and Python 2.
Copy file name to clipboardExpand all lines: modules/nw-kube-proxy-config.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,10 @@
7
7
8
8
You can modify the following `kubeProxyConfig` parameters.
9
9
10
-
IMPORTANT: Because of performance improvements introduced in {product-title} 4.3 and greater, adjusting the `iptablesSyncPeriod` parameter is no longer necessary.
10
+
[NOTE]
11
+
====
12
+
Because of performance improvements introduced in {product-title} 4.3 and greater, adjusting the `iptablesSyncPeriod` parameter is no longer necessary.
Copy file name to clipboardExpand all lines: modules/nw-operator-cr.adoc
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,10 @@ endif::operator[]
216
216
|====
217
217
218
218
ifdef::operator[]
219
-
NOTE: You can only change the configuration for your cluster network provider during cluster installation.
219
+
[NOTE]
220
+
====
221
+
You can only change the configuration for your cluster network provider during cluster installation.
222
+
====
220
223
endif::operator[]
221
224
222
225
.Example OpenShift SDN configuration
@@ -348,7 +351,10 @@ If you set this field to `true`, you do not receive the performance benefits of
348
351
|====
349
352
350
353
ifdef::operator[]
351
-
NOTE: You can only change the configuration for your cluster network provider during cluster installation, except for the `gatewayConfig` field that can be changed at runtime as a post-installation activity.
354
+
[NOTE]
355
+
====
356
+
You can only change the configuration for your cluster network provider during cluster installation, except for the `gatewayConfig` field that can be changed at runtime as a post-installation activity.
357
+
====
352
358
endif::operator[]
353
359
354
360
.Example OVN-Kubernetes configuration with IPSec enabled
Copy file name to clipboardExpand all lines: modules/ossm-mixer-policy-1x.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,10 @@ In previous versions of {SMProductName}, Mixer's policy enforcement was enabled
11
11
.Prerequisites
12
12
* Access to the OpenShift CLI (`oc`).
13
13
14
-
NOTE: The examples use `<istio-system>` as the control plane namespace. Replace this value with the namespace where you deployed the Service Mesh Control Plane (SMCP).
14
+
[NOTE]
15
+
====
16
+
The examples use `<istio-system>` as the control plane namespace. Replace this value with the namespace where you deployed the Service Mesh Control Plane (SMCP).
Copy file name to clipboardExpand all lines: modules/ossm-threescale-metrics.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,10 @@
7
7
= 3scale Adapter metrics
8
8
The adapter, by default reports various Prometheus metrics that are exposed on port `8080` at the `/metrics` endpoint. These metrics provide insight into how the interactions between the adapter and 3scale are performing. The service is labeled to be automatically discovered and scraped by Prometheus.
9
9
10
-
NOTE: There are incompatible changes in the 3scale Istio Adapter metrics since the previous releases in Service Mesh 1.x.
10
+
[NOTE]
11
+
====
12
+
There are incompatible changes in the 3scale Istio Adapter metrics since the previous releases in Service Mesh 1.x.
13
+
====
11
14
12
15
In Prometheus, metrics have been renamed with one addition for the backend cache, so that the following metrics exist as of Service Mesh 2.0:
0 commit comments