Skip to content

Commit 00791a8

Browse files
committed
fixing more build errors
1 parent 8d40286 commit 00791a8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

modules/dr-hosted-cluster-within-aws-region-backup.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ oc scale deployment -n ${HC_CLUSTER_NS}-${HC_CLUSTER_NAME} --replicas=0 kube-api
4141
Wrap this script in a function and call it from the main function.
4242
====
4343
+
44-
[command,terminal]
44+
[source,terminal]
4545
----
4646
# ETCD Backup
4747
ETCD_PODS="etcd-0"
@@ -77,7 +77,7 @@ done
7777
+
7878
For more information about backing up etcd, see "Backing up and restoring etcd on a hosted cluster".
7979

80-
. Back up Kubernetes and {product-title} objects by entering the following commands. You need to back up the following objects:
80+
. Back up Kubernetes and {product-title} objects by entering the following commands. You need to back up the following objects:
8181

8282
* `HostedCluster` and `NodePool` objects from the HostedCluster namespace
8383
* `HostedCluster` secrets from the HostedCluster namespace
@@ -215,7 +215,7 @@ clean_routes "${HC_CLUSTER_NS}-${HC_CLUSTER_NAME}" "${AWS_ZONE_ID}"
215215

216216
.Verification
217217

218-
Check all of the {product-title} objects and the S3 bucket to verify that everything looks as expected.
218+
Check all of the {product-title} objects and the S3 bucket to verify that everything looks as expected.
219219

220220
.Next steps
221221

modules/troubleshooting-dynamic-plug-in.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
[id="troubleshooting-dynamic-plug-in_{context}"]
77
= Troubleshooting your dynamic plug-in
88

9-
Refer to this list of troubleshooting tips if you run into issues loading your plug-in.
9+
Refer to this list of troubleshooting tips if you run into issues loading your plug-in.
1010

1111
* Verify that you have enabled your plug-in in the console Operator configuration and your plug-in name is the output by running the following command:
1212
+
1313
[source,terminal]
14-
====
14+
----
1515
$ oc get console.operator.openshift.io cluster -o jsonpath='{.spec.plugins}'
16-
====
16+
----
1717
1818
** Verify the enabled plug-ins on the status card of the *Overview* page in the *Administrator perspective*. You will need to refresh your browser if the plug-in was recently enabled.
1919

@@ -42,4 +42,4 @@ $ oc get console.operator.openshift.io cluster -o jsonpath='{.spec.plugins}'
4242
** If necessary, adjust network policies to allow console pods in the openshift-console namespace to make requests to your service.
4343
4444
* Verify the list of dynamic plug-ins to be loaded in your browser in the *Console* tab of the developer tools browser.
45-
** Evaluate `window.SERVER_FLAGS.consolePlugins` to see the dynamic plug-in on the Console frontend.
45+
** Evaluate `window.SERVER_FLAGS.consolePlugins` to see the dynamic plug-in on the Console frontend.

modules/virt-importing-vm-datavolume.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ $ oc apply -f endpoint-secret.yaml
5151
. Edit the `VirtualMachine` manifest, specifying the data source for the virtual machine image you want to import, and save it as `vm-fedora-datavolume.yaml`:
5252
+
5353
[%collapsible]
54-
[source,yaml]
5554
====
55+
[source,yaml]
5656
----
5757
apiVersion: kubevirt.io/v1
5858
kind: VirtualMachine

0 commit comments

Comments
 (0)