From 7b2ed940793e0f1313cf830a83a093b17adf964e Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Thu, 7 Sep 2017 00:37:07 +0100 Subject: [PATCH] Include kubelet and kube-proxy in list of pre-reqs (#4469) * Include kubelet and kube-proxy in list of pre-reqs Fixes #4454 * Use relative links --- docs/getting-started-guides/rkt/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-guides/rkt/index.md b/docs/getting-started-guides/rkt/index.md index bf048ebaf2..fe4cf7075d 100644 --- a/docs/getting-started-guides/rkt/index.md +++ b/docs/getting-started-guides/rkt/index.md @@ -19,6 +19,8 @@ This document describes how to run Kubernetes using [rkt](https://github.com/cor * The [rkt API service](https://coreos.com/rkt/docs/latest/subcommands/api-service.html) must be running on the node. +* You will need [kubelet](/docs/getting-started-guides/scratch/#kubelet) installed on the node, and it's recommended that you run [kube-proxy](/docs/getting-started-guides/scratch/#kube-proxy) on all nodes. This document describes how to set the parameters for kubelet so that it uses rkt as the runtime. + ## Pod networking in rktnetes ### Kubernetes CNI networking