Skip to content

Commit d942bfa

Browse files
committed
Switch to vm ready
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 6fc35be commit d942bfa

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_posts/2026-01-27-kubernetes-node-proxy-rce.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,10 @@ On the first run, the base VM image will be downloaded and unpacked. It can take
242242

243243
Then once booted, the userdata to set up K3s and wait for its readiness could also take a minute or two.
244244

245-
Wait until userdata has fully completed, you can also run this via `watch`:
245+
The following command will block until userdata has fully completed.
246246

247247
```bash
248-
sudo -E ./slicer vm health
249-
HOSTNAME AGENT UPTIME SYSTEM UPTIME AGENT VERSION USERDATA RAN
250-
-------- ------------ ------------- ------------- ------------
251-
k3s-rce-1 22s 22s 0.1.57 1
248+
sudo -E slicer vm ready --userdata
252249
```
253250

254251
### Step 5: Shell into the VM

0 commit comments

Comments
 (0)