From 2e63445858a7a0de500f66cc550bfd784e04a608 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Thu, 27 Jul 2017 21:02:02 +0100 Subject: [PATCH] Add note about rkt under CRI to rktnetes page (#4470) * Add anchor to CRI section * Add note about CRI rkt shim status * Don't need to add links manually --- docs/getting-started-guides/rkt/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/rkt/index.md b/docs/getting-started-guides/rkt/index.md index a5d87af58f..dd3bc5d6fe 100644 --- a/docs/getting-started-guides/rkt/index.md +++ b/docs/getting-started-guides/rkt/index.md @@ -4,7 +4,9 @@ assignees: title: Running Kubernetes with rkt --- -This document describes how to run Kubernetes using [rkt](https://github.com/coreos/rkt) as the container runtime. +This document describes how to run Kubernetes using [rkt](https://github.com/coreos/rkt) as the container runtime. + +*Note*: This document describes how to use what is known as "rktnetes". In future, Kubernetes will support the rkt runtime through the Container Runtime Interface (CRI). At present the [rkt shim for the CRI](https://github.com/kubernetes-incubator/rktlet) is considered "experimental", but if you wish to use it you will find instructions in the [kubeadm reference](/docs/admin/kubeadm/#use-kubeadm-with-other-cri-runtimes). * TOC {:toc}