From c5606ac15337db18ae46c040f6311e289ceaad6d Mon Sep 17 00:00:00 2001 From: JoeWrightss Date: Sat, 17 Nov 2018 02:59:06 +0800 Subject: [PATCH] Typo fix: Deploy -> Deploying --- docs/api-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-server/README.md b/docs/api-server/README.md index 5d7d16e69016f..b34f9dd4dcdcf 100644 --- a/docs/api-server/README.md +++ b/docs/api-server/README.md @@ -14,7 +14,7 @@ Build the kops API server container, and push the image up to your registry. kops-server-push ``` -# Deploy the kops API server to a cluster +# Deploying the kops API server to a cluster From the kops directory run the following `helm` command. More information on `helm` can be found [here](https://github.com/kubernetes/helm)