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
<1> Replace `<device_type_glob>` with a shell glob for your block device type. For SCSI or SATA drives, use `/dev/sd*`; for virtual drives, use `/dev/vd*`; for NVMe drives, use `/dev/nvme*[0-9]\*n*`.
82
+
83
+
. Create a base64-encoded string from the `etcd-find-secondary-device.sh` script and note its contents:
84
+
+
85
+
[source,terminal]
86
+
----
87
+
$ base64 -w0 etcd-find-secondary-device.sh
88
+
----
89
+
82
90
. Create a `MachineConfig` YAML file named `etcd-mc.yml` with contents such as the following:
0 commit comments