Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

deployment: remove kube-state-metrics from docs #157

Merged
merged 1 commit into from
Jun 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ A sample deployment of Prometheus and Alertmanager is provided that uses tempora
```sh
# Deploy
$ kubectl apply -f prometheus

# Deploy kube-state-metrics to gather cluster information
$ git clone https://github.com/kubernetes/kube-state-metrics.git
$ cd kube-state-metrics
$ kubectl apply -f kubernetes/
```

### Access the Prometheus web UI
Expand Down