Skip to content

Commit

Permalink
update kubernetes instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
megastef authored Oct 10, 2016
1 parent 3125752 commit 89194f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@ See: [Setup Sematext Agent on CoreOS](https://github.com/sematext/sematext-agent
Run Sematext Agent as [Kubernetes DaemonSet](http://kubernetes.io/v1.1/docs/admin/daemons.html).
1. Create [sematext-agent.yml](https://github.com/sematext/sematext-agent-docker/blob/master/kubernetes/sematext-agent.yml) - and set your SPM and Logsene App Token in the section spec.env.
2. Run the DaemonSet
1. Get a free account at [sematext.com/spm](https://apps.sematext.com/users-web/register.do)
2. [Create an SPM App](https://apps.sematext.com/spm-reports/registerApplication.do) of type "Docker" and copy the SPM Application Token
- For logs (optional) [create a Logsene App](https://apps.sematext.com/logsene-reports/registerApplication.do) to obtain an App Token for [Logsene](http://www.sematext.com/logsene/)
3. Create [sematext-agent.yml](https://github.com/sematext/sematext-agent-docker/blob/master/kubernetes/sematext-agent.yml) - and set your SPM and Logsene App Token in the section spec.env.
4. Run the DaemonSet
```
kubectl create -f sematext-agent.yml
Expand Down

0 comments on commit 89194f1

Please sign in to comment.