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
Fix typo, defer TARGET_NODE resolution, and add code block language specifiers
- Fix typo: rescheuling -> rescheduling in demos/README.md
- Move TARGET_NODE lookup into find_target_node() called after check_cluster()
- Prevents kubectl errors when cluster isn't validated yet
- Add language specifiers to code blocks (text, bash) for proper syntax highlighting
Signed-off-by: Karla Saur <[email protected]>
Copy file name to clipboardExpand all lines: demos/local-xid-demo/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Welcome! This demo shows NVSentinel's core functionality running locally on your
39
39
**What you'll see:** The entire workflow runs automatically from cluster creation through error injection to verification. Great for getting a quick sense of NVSentinel's capabilities, but you won't see the details of each step.
40
40
41
41
```bash
42
-
# Run the complete demo (takes ~6-10 minutes)
42
+
# Run the complete demo (takes ~5-10 minutes)
43
43
make demo
44
44
45
45
# Clean up when done
@@ -111,7 +111,7 @@ This demo uses a **minimal NVSentinel deployment** with:
111
111
-**Fault Quarantine** - Rule engine that cordons nodes on fatal errors
0 commit comments