https://github.com/bryanl/ksonnet-prometheus-operator-example
https://github.com/bryanl/ksonnet-prometheus-operator-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryanl/ksonnet-prometheus-operator-example
- Owner: bryanl
- Created: 2018-05-28T20:38:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T20:45:42.000Z (about 8 years ago)
- Last Synced: 2025-03-21T02:27:01.160Z (over 1 year ago)
- Size: 5.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ksonnet-prometheus-operator-example
Example demonstrating ksonnet with [coreos/prometheus-operator](https://github.com/coreos/prometheus-operator).
## Notes
* This won't evaluate with ksonnet as of (2018/05/25) due to an issue with [handling binary objects as field keys](https://github.com/ksonnet/ksonnet-lib/issues/142). This should be resolved soon.
To see the output, run the following with jsonnet (>= 0.10.0)
```sh
jsonnet -J lib/v1.9.6/ -J vendor components/kp.jsonnet
```