1
0
Fork 0
mirror of https://github.com/monitoring-mixins/website.git synced 2024-12-14 11:37:31 +00:00

Refresh ksonnet install instructions

This commit is contained in:
sam boyer 2020-10-29 14:07:48 -04:00 committed by GitHub
parent a38aa71564
commit e10c82ca39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,15 +65,14 @@ Alternatively you can also use the mixin with
a [ksonnet](https://github.com/ksonnet/ksonnet) module to deploy a fully-fledged
Prometheus-based monitoring system for Kubernetes:
Make sure you have the ksonnet v0.8.0:
Make sure you have at least ksonnet v0.8.0:
```bash
$ brew install https://raw.githubusercontent.com/ksonnet/homebrew-tap/82ef24cb7b454d1857db40e38671426c18cd8820/ks.rb
$ brew pin ks
$ brew install ksonnet/tap/ks
$ ks version
ksonnet version: v0.8.0
jsonnet version: v0.9.5
client-go version: v1.6.8-beta.0+$Format:%h$
ksonnet version: 0.13.1
jsonnet version: v0.11.2
client-go version: kubernetes-1.10.4
```
In your config repo, if you don't have a ksonnet application, make a new one (will copy credentials from current context):