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
. Delete directory and included symlinks on the node.
46
46
+
47
47
[WARNING]
48
48
====
49
49
The following step involves accessing a node as the root user. Modifying the state of the node beyond the steps in this procedure could result in cluster instability.
50
50
====
51
51
+
52
-
.. Create a debug pod on the node:
53
-
+
54
-
[source,terminal]
55
-
----
56
-
$ oc debug node/<node-name>
57
-
----
58
-
59
-
.. Change your root directory to `/host`:
60
-
+
61
-
[source,terminal]
62
-
----
63
-
$ chroot /host
64
-
----
65
-
66
-
.. Navigate to the directory containing the local volume symlinks.
0 commit comments