mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
24 lines
664 B
Plaintext
24 lines
664 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// microshift_support/microshift-getting-node-id.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="microshift-get-nonrunning-node-id-kubesystem_{context}"]
|
|
= Getting the node ID of a stopped node
|
|
|
|
For a node that ran before, but is not running now, you can get the node ID from the `cluster-id` file in the `/var/lib/microshift` directory.
|
|
|
|
.Procedure
|
|
|
|
* Get the ID of a stopped node by retrieving it from the `cluster-id` file by entering the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ sudo cat /var/lib/microshift/cluster-id
|
|
----
|
|
.Example output
|
|
+
|
|
[source,terminal]
|
|
----
|
|
7cf13853-68f4-454e-8f5c-1af748cbfb1a
|
|
---- |