Skip to content

Commit be2fd80

Browse files
committed
Fix mermaid syntax in CRI blog post
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 0b09a7c commit be2fd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2024-05-01-cri-streaming-explained.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sequenceDiagram
114114
alt Client alternatives
115115
Note over kubelet,runtime: Container Runtime Interface (CRI)
116116
kubectl->>API: exec, attach, port-forward
117-
API->>kubelet:
117+
API->>kubelet: exec, attach, port-forward
118118
kubelet->>runtime: Exec, Attach, PortForward
119119
else
120120
Note over crictl,runtime: Container Runtime Interface (CRI)

0 commit comments

Comments
 (0)