From 25ade87f9fe276a10df099119aca55d53cd55771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20R=C3=BCegg?= Date: Wed, 29 Mar 2017 09:06:31 +0200 Subject: [PATCH] Fix typo --- docs/getting-started-guides/kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/kubeadm.md b/docs/getting-started-guides/kubeadm.md index 6c7d7eb643..12bbc6beba 100644 --- a/docs/getting-started-guides/kubeadm.md +++ b/docs/getting-started-guides/kubeadm.md @@ -12,7 +12,7 @@ title: Installing Kubernetes on Linux with kubeadm This quickstart shows you how to easily install a Kubernetes cluster on machines running Ubuntu 16.04, CentOS 7 or HypriotOS v1.0.1+. The installation uses a tool called _kubeadm_ which is part of Kubernetes. As of v1.6, kubeadm aims to -create a secure cluster of of the box via mechanisms such as RBAC. +create a secure cluster out of the box via mechanisms such as RBAC. This process works with local VMs, physical servers and/or cloud servers. It is simple enough that you can easily integrate its use into your own automation