Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.
Open
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
4 changes: 2 additions & 2 deletions dist/components/clusters/partials/cluster_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h4 class="page-heading">Prometheus Read</h4>
</div>
</div>
</form>
<p>The Deploy button will deploy the following: (1) A promtheus configmap which contains the prometheus jobs that collect metrics
<p>The Deploy button will deploy the following: (1) A prometheus configmap which contains the prometheus jobs that collect metrics
used by the dashboards in the kubernetes app (2) a
<a class="pointer highlight-word" href="https://github.com/prometheus/node_exporter">Node Exporter</a> deployment, and (3) a
<a class="pointer highlight-word" href="https://github.com/kubernetes/kube-state-metrics">Kube-State Metrics</a> deployment</p>
Expand Down Expand Up @@ -88,4 +88,4 @@ <h5>Manual Deploy</h5>
<p>If you want to deploy manually or to automate the deployment to Kubernetes, the following files are needed.</p>
<button type="button" class="btn btn-success" ng-click="ctrl.saveKubeStateDeployToFile()">Download KubeState Deploy</button>
<button type="button" class="btn btn-success" ng-click="ctrl.saveNodeExporterDSToFile()">Download Node Exporter Daemon Set</button>
</div>
</div>