Merge pull request #46121 from saschagrunert/mermaid-fix

Fix mermaid syntax in CRI blog post
pull/46123/head
Kubernetes Prow Robot 2024-05-02 01:49:10 -07:00 committed by GitHub
commit aad19aabb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ sequenceDiagram
alt Client alternatives
Note over kubelet,runtime: Container Runtime Interface (CRI)
kubectl->>API: exec, attach, port-forward
API->>kubelet:
API->>kubelet: exec, attach, port-forward
kubelet->>runtime: Exec, Attach, PortForward
else
Note over crictl,runtime: Container Runtime Interface (CRI)