Skip to content

Commit

Permalink
Adding docs on running kops with helm
Browse files Browse the repository at this point in the history
  • Loading branch information
krisnova committed Mar 28, 2017
1 parent c8a0849 commit 72e8f99
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/api-server/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# Kops HTTP API Server

### Building
# Building the kops API server

To build the API container run the following
Set your docker registry

Note: This is a MAJOR clockwork, and a lot of assumptions and hardcoding exist here for now.
```bash
export DOCKER_REGISTRY=$registry
```

Build the kops API server container, and push the image up to your registry.

```bash
make uas-build
kops-server-push
```

### Deploy to a cluster
# Deploy the kops API server to a cluster

From the kops directory run the following `helm` command
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
Expand Down

0 comments on commit 72e8f99

Please sign in to comment.