diff --git a/jobs/user-vms/README.md b/jobs/user-vms/README.md index 6afb178..665fbfe 100644 --- a/jobs/user-vms/README.md +++ b/jobs/user-vms/README.md @@ -68,7 +68,7 @@ the address of a VM by checking the nomad alloc logs for that VM and searching f ```bash $ nomad job status distro-vm | grep "Node ID" -A 1 | tail -n 1 | cut -d " " -f 1 # -$ nomad alloc logs | grep -E "ens3.*global" +$ nomad alloc logs | grep -E "ens3.*global" | cut -d "|" -f 4 | xargs # cloud init... ens3: global ```