Skip to content

Commit aad19aa

Browse files
authored
Merge pull request #46121 from saschagrunert/mermaid-fix
Fix mermaid syntax in CRI blog post
2 parents 0b09a7c + be2fd80 commit aad19aa

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)