Files
Yuk, Yongsu d437e8c6bc en: Change the full link in the document to an inline link. (#17057)
* Change the full link in the document to an inline link.

grep -r "https \: \ / \ / kubernetes \ .io" content/en/docs
Changed to inline link except the following list.
- URLs are mentioned directly in the body
- release note
- url to blog
- url to community
- Url to be redirected

* Apply suggestions from code review

Co-Authored-By: June Yi <june.yi@samsung.com>
2019-10-23 06:20:14 -07:00

540 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Container runtime interface (CRI) cri 2019-03-07 /docs/concepts/overview/components/#container-runtime An API for container runtimes to integrate with kubelet
fundamental

The container runtime interface (CRI) is an API for container runtimes to integrate with kubelet on a node.

For more information, see the CRI API and specifications.