Skip to content

Commit c8ded8a

Browse files
authored
Merge pull request #52572 from mburke5678/fix-chroot-host-step
Change the chroot /host step for accuracy
2 parents 04920e6 + 0de4615 commit c8ded8a

8 files changed

+8
-8
lines changed

modules/backup-etcd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can check whether the proxy is enabled by reviewing the output of `oc get pr
3333
$ oc debug node/<node_name>
3434
----
3535

36-
. Change your root directory to the host:
36+
. Change your root directory to `/host`:
3737
+
3838
[source,terminal]
3939
----

modules/containers-signature-verify-enable.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ worker rendered-worker-be3b3bce4f4aa52a62902304bac9da3c False True
139139
$ oc debug node/<node_name>
140140
----
141141

142-
.. Change your root directory to the host:
142+
.. Change your root directory to `/host`:
143143
+
144144
[source,terminal]
145145
----

modules/images-configuration-registry-mirror.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Starting pod/ip-10-0-147-35ec2internal-debug ...
150150
To use host binaries, run `chroot /host`
151151
----
152152

153-
.. Access the node's files:
153+
.. Change your root directory to `/host`:
154154
+
155155
[source,terminal]
156156
----

modules/nodes-nodes-rebooting-gracefully.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $ oc adm drain <node1> --ignore-daemonsets --delete-emptydir-data --force --disa
5555
$ oc debug node/<node1>
5656
----
5757

58-
. Change your root directory to the host:
58+
. Change your root directory to `/host`:
5959
+
6060
[source,terminal]
6161
----

modules/persistent-storage-local-removing-devices.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following step involves accessing a node as the root user. Modifying the sta
5656
$ oc debug node/<node-name>
5757
----
5858

59-
.. Change your root directory to the host:
59+
.. Change your root directory to `/host`:
6060
+
6161
[source,terminal]
6262
----

modules/registry-accessing-directly.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ oc get nodes
2525
$ oc debug nodes/<node_name>
2626
----
2727

28-
. To enable access to tools such as `oc` and `podman` on the node, run the following command:
28+
. To enable access to tools such as `oc` and `podman` on the node, change your root directory to `/host`:
2929
+
3030
[source,terminal]
3131
----

modules/restore-replace-crashlooping-etcd-member.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ oc debug node/ip-10-0-131-183.ec2.internal <1>
3434
----
3535
<1> Replace this with the name of the unhealthy node.
3636

37-
.. Change your root directory to the host:
37+
.. Change your root directory to `/host`:
3838
+
3939
[source,terminal]
4040
----

snippets/nodes-cluster-enabling-features-verification.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can verify that the feature gates are enabled by looking at the `kubelet.con
1515

1616
. In the *Node details* page, click *Terminal*.
1717

18-
. In the terminal window, change your root directory to the `/host` directory:
18+
. In the terminal window, change your root directory to `/host`:
1919
+
2020
[source,terminal]
2121
----

0 commit comments

Comments
 (0)