Skip to content

Commit 21d133a

Browse files
authored
add video demo (#114)
update new mp4 demo for #107
1 parent 2579247 commit 21d133a

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

demo.tape

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,34 @@
11
# Run `vhs demo.tape` from rootdir to recreate demo
22
# Output file
3-
Output docs/demo.gif
3+
# Output docs/demo.gif
4+
5+
# record a video demo
6+
Output demo.mp4
47

58
# Terminal styling
6-
Set FontSize 16
7-
Set Width 1200
8-
Set Height 600
9+
# Set FontSize 16
10+
# Set Width 1200
11+
# Set Height 600
12+
# Set Theme "GitHub Dark"
13+
14+
# optimal dimensions for better YT quality
15+
Set Width 1920
16+
Set Height 1080
17+
Set FontSize 22
918
Set Theme "GitHub Dark"
19+
Set FontFamily "Fira Code"
20+
Set LetterSpacing 0
21+
Set LineHeight 1.2
22+
Set Framerate 30
23+
Set Padding 60
1024

1125
# Typing speed configuration
1226
Set TypingSpeed 35ms
1327

1428
# --- SETUP ---
1529
Hide
30+
Type "export PS1='\[\e[32m\]admin\$\[\e[0m\] '"
31+
Enter
1632
# Expect the kind cluster is already created following docs/TEST_README.md
1733
Type "kubectl config use-context kind-nrr-test"
1834
Enter
@@ -52,17 +68,20 @@ Show
5268
Sleep 2s
5369
Enter
5470
Type@15ms `kubectl get node nrr-test-worker -o custom-columns="NAME:.metadata.name,STATUS:.status.conditions[?(@.type=='network.k8s.io/CalicoReady')].status,TAINTS:.spec.taints[*].key"`
55-
Enter 1
71+
Enter 2
5672
Sleep 3s
5773

5874
# 3. Show the Rule enforcing this
5975
Hide
60-
Enter 2
76+
Type "clear"
77+
Enter
78+
Show
79+
Enter 1
6180
Type "# 2. Why? The NodeReadinessRule requires 'network.k8s.io/CalicoReady'"
6281
Show
6382
Sleep 2s
6483
Enter
65-
Type "cat examples/network-readiness-rule.yaml"
84+
Type "cat examples/cni-readiness/network-readiness-rule.yaml"
6685
Enter 1
6786
Sleep 5s
6887

docs/demo/demo.mp4

945 KB
Binary file not shown.

docs/demo/kind_demo.webm

-23.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)