Skip to content

Commit

Permalink
Add kubernetes deployment info
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgoa committed Jul 14, 2016
1 parent 6a3f172 commit 6a4a1ab
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,23 @@ export KW_SLACK_TOKEN='XXXXXXXXXXXXXXXX'
export KW_SLACK_CHANNEL='#channel_name'
```

# Run
# Run Locally

```
"$GOPATH"/bin/kubewatch
```

# Run in a Kubernetes cluster

This is WIP. Enter your Bot SLACK toke in `kubewatch.yaml` then create the Pod.

```
kubectl create -f kubewatch.yaml
```

It uses a kubectl side car container to reach the API server on localhost.


# Testing

```
Expand Down

0 comments on commit 6a4a1ab

Please sign in to comment.