From 05dd9ae30231f36b3e5a89783e75cbe1cbf0ea92 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 26 Apr 2018 23:24:22 +0800 Subject: [PATCH] Typo fix in addons.md Two changes: Kubernetes is in capital and lowercase letters. addons is ->addons are --- docs/addons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/addons.md b/docs/addons.md index 793ec23f5b..fc0d7780a8 100644 --- a/docs/addons.md +++ b/docs/addons.md @@ -4,8 +4,8 @@ With kops you manage addons by using kubectl. (For a description of the addon-manager, please see [addon_manager.md](addon_manager.md).) -Addons in kubernetes are traditionally done by copying files to `/etc/kubernetes/addons` on the master. But this -doesn't really make sense in HA master configurations. We also have kubectl available, and addons is just a thin +Addons in Kubernetes are traditionally done by copying files to `/etc/kubernetes/addons` on the master. But this +doesn't really make sense in HA master configurations. We also have kubectl available, and addons are just a thin wrapper over calling kubectl. This document describes how to install some common addons.