Skip to content

Commit

Permalink
Typo fix: Kuberentes -> Kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Nov 15, 2018
1 parent 0238cd9 commit 7ccd06f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Monitor Metrics provided by the Kubernetes Events API and let them report into t

Either [Download the Extension from the latest Github release](https://github.com/Appdynamics/kubernetes-events-extension/files/2093924/KubernetesEventsMonitor-0.2.zip) or Build from Source.

1. Deploy the `KuberentesEventsMonitor-<VERSION>.zip` file into the `<machine agent home>/monitors` directory.
1. Deploy the `KubernetesEventsMonitor-<VERSION>.zip` file into the `<machine agent home>/monitors` directory.

`> unzip KuberentesEventsMonitor-<VERSION>.zip -d <machine agent home>/monitors/`
`> unzip KubernetesEventsMonitor-<VERSION>.zip -d <machine agent home>/monitors/`

2. Set up `config.yml`. At minimum this is:
```
Expand All @@ -40,7 +40,7 @@ Either [Download the Extension from the latest Github release](https://github.co

1. Clone this repository
2. Run `mvn -DskipTests clean install`
3. The `KuberentesEventsMonitor-<VERSION>.zip` file can be found in the `target` directory
3. The `KubernetesEventsMonitor-<VERSION>.zip` file can be found in the `target` directory

## Directory Structure

Expand Down

0 comments on commit 7ccd06f

Please sign in to comment.