Skip to content

Commit 22abc51

Browse files
authored
Merge pull request #59227 from sheriff-rh/asciidoc-fixes
2 parents 3e08f8e + 862531b commit 22abc51

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

modules/adding-tls-termination.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ You can route the traffic for the domain to pods of a service and add TLS termin
2121
apiVersion: networking.olm.openshift.io/v1
2222
kind: AWSLoadBalancerController
2323
metadata:
24-
name: cluster <2>
24+
name: cluster <1>
2525
spec:
2626
subnetTagging: auto
27-
ingressClass: tls-termination <3>
27+
ingressClass: tls-termination <2>
2828
----
29-
<1> Defines the API group of the `aws-load-balancer-controller` resource.
30-
<2> Defines the `aws-load-balancer-controller` instance.
31-
<3> Defines the name of an `ingressClass` resource reconciled by the AWS Load Balancer Controller. This `ingressClass` resource gets created if it is not present. You can add additional `ingressClass` values. The controller reconciles the `ingressClass` values if the `spec.controller` is set to `ingress.k8s.aws/alb`.
29+
<1> Defines the `aws-load-balancer-controller` instance.
30+
<2> Defines the name of an `ingressClass` resource reconciled by the AWS Load Balancer Controller. This `ingressClass` resource gets created if it is not present. You can add additional `ingressClass` values. The controller reconciles the `ingressClass` values if the `spec.controller` is set to `ingress.k8s.aws/alb`.
3231

3332
. Create an `Ingress` resource:
3433
+

modules/network-observability-operator-uninstall.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
// Module included in the following assemblies:
2-
2+
//
33
// * networking/network_observability/installing-operators.adoc
44

55
:_content-type: PROCEDURE
66
[id="network-observability-operator-uninstall_{context}"]
77
= Uninstalling the Network Observability Operator
8+
89
You can uninstall the Network Observability Operator using the {product-title} web console Operator Hub, working in the *Operators* -> *Installed Operators* area.
910

1011
.Procedure

networking/network_observability/installing-operators.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ include::modules/network-observability-operator-install.adoc[leveloffset=+1]
2626
* For more information about Flow Collector specifications, see the xref:../network_observability/flowcollector-api.adoc#network-observability-flowcollector-api-specifications_network_observability[Flow Collector API Reference] and the xref:../network_observability/configuring-operator.adoc#network-observability-flowcollector-view_network_observability[Flow Collector sample resource].
2727
2828
* For more information about exporting flow data to Kafka for third party processing consumption, see xref:../../networking/network_observability/configuring-operator.adoc#network-observability-enriched-flows-kafka_network_observability[Export enriched network flow data].
29+
2930
include::modules/network-observability-operator-uninstall.adoc[leveloffset=+1]
3031

virt/virtual_machines/virt-create-vms.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Refer to the virtual machine fields section when creating a VM from the web cons
4040
// uncomment this line when InstanceType becomes TP or GA
4141

4242
:virtualmachine:
43-
include::modules/virt-networking-wizard-fields-web.adoc[leveloffset=+3]
43+
include::modules/virt-networking-wizard-fields-web.adoc[leveloffset=+2]
4444

45-
include::modules/virt-storage-wizard-fields-web.adoc[leveloffset=+3]
45+
include::modules/virt-storage-wizard-fields-web.adoc[leveloffset=+2]
4646

47-
include::modules/virt-cloud-init-fields-web.adoc[leveloffset=+3]
47+
include::modules/virt-cloud-init-fields-web.adoc[leveloffset=+2]
4848

4949
To configure storage class defaults, use storage profiles. For more information, see xref:../../virt/virtual_machines/virtual_disks/virt-creating-data-volumes.adoc#virt-customizing-storage-profile_virt-creating-data-volumes[Customizing the storage profile].
5050

0 commit comments

Comments
 (0)