From 72e8f99ea8e40215b77d70b61b79074520d9ee86 Mon Sep 17 00:00:00 2001 From: Kris Nova Date: Tue, 28 Mar 2017 07:18:15 +0200 Subject: [PATCH] Adding docs on running kops with helm --- docs/api-server/README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/api-server/README.md b/docs/api-server/README.md index 665ff7070a..5d7d16e690 100644 --- a/docs/api-server/README.md +++ b/docs/api-server/README.md @@ -1,18 +1,22 @@ # Kops HTTP API Server -### Building +# Building the kops API server -To build the API container run the following - -Note: This is a MAJOR clockwork, and a lot of assumptions and hardcoding exist here for now. +Set your docker registry ```bash -make uas-build +export DOCKER_REGISTRY=$registry ``` -### Deploy to a cluster +Build the kops API server container, and push the image up to your registry. -From the kops directory run the following `helm` command +```bash +kops-server-push +``` + +# Deploy 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) ```bash helm install charts/kops --namespace kops