minor correction

This commit is contained in:
Kiril Isakov 2023-09-27 00:27:14 +02:00 committed by GitHub
parent d54cc02a48
commit fd3c1aa814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ tags:
- fundamental
---
The container runtime interface (CRI) is an API for container runtimes
to integrate with {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} on a node.
to integrate with the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} on a node.
<!--more-->
For more information, see the [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API and specifications.