Cory O'Daniel
37a0e2b5a6
running gen in docker
2019-03-26 11:44:37 -07:00
Frederic Branczyk
b04d1e61d5
Merge pull request #2485 from goll/addon-resizer
...
Use recommended addon-resizer 1.8.4
2019-03-18 13:38:34 +01:00
goll
ef539c398b
Rename DeadMansSwitch to Watchdog
2019-03-15 15:37:42 +01:00
Wesley Cranston
8f182a818e
Update developing-prometheus-rules-and-grafana-dashboards.md
...
From the discussion brought up in this [issue](https://github.com/coreos/prometheus-operator/issues/2250 ), a new section has been added to the doc.
2019-03-11 22:56:09 -04:00
Frederic Branczyk
67b2c29875
kube-prometheus/docs: Update how to handle existing rules
2019-03-01 18:13:11 +01:00
Jason Murray
8e79ff2663
Fixed paths for patching manifests
2019-01-31 20:17:23 +01:00
Matthias Loibl
852eaff7f7
contrib/kube-prometheus: Generate new updated docs
2019-01-18 16:01:45 +01:00
Stefan Knott
2f23e374c7
fix breaking typo
...
the operator spec key is named "externalUrl", rather than "externalURL"
2018-11-28 15:49:26 +01:00
Maxim Ivanov
db07ca6e12
Change examples to be more robust against customizations
...
Explicitly reference values we are interesting in (jsonnet style)
instead of just following conventions (helm style)
2018-11-27 16:49:29 +00:00
Matthias Loibl
601fea2e9a
contrib/kube-prometheus: Create prometheus-adapter component
...
contrib/kube-prometheus: Add section on Prometheus Adapter requirements to README.md
2018-11-09 15:05:45 +01:00
superbspeed
e53d3689b4
Correct file path for getting started guide.
2018-11-01 10:57:54 -05:00
Karl Skewes
97391a24c1
kube-prometheus: docs - fix example link
2018-10-30 06:50:00 +13:00
Karl Skewes
cfc4a9867b
Example jsonnet ingress, update docs with external url
2018-10-29 09:26:20 +13:00
Joshua Olson
0e9b446143
Merge branch 'master' into kube-prometheus_documentation
2018-08-01 09:26:28 -05:00
Joshua Olson
bed6e4865a
kube-prometheus: update etcd info
...
Resolves issue #1629 in this repository.
2018-08-01 09:17:58 -05:00
prune
facf7cc0e1
minor update as requested in PR
2018-08-01 07:35:28 -04:00
prune
64f3e5def9
added newline in doc file
2018-07-31 14:49:13 -04:00
prune
fc382e15cd
allow creation of role and rolebindings for other namespaces in jsonnet
...
replaced default namespaces rbac rules by a loop
set right variable name
2018-07-27 07:48:17 -04:00
seph
d01cdf9620
Update GKE kubelet scraping docs ( #1682 )
2018-07-25 09:20:08 +02:00
Or Sela
04b7f2f110
Fix missing and broken links in developing-prometheus-rules-and-grafana-dashboards doc
2018-06-28 17:37:32 +03:00
Frederic Branczyk
ef4673705e
kube-prometheus/docs: Add guide on exposing via Ingress
2018-05-25 16:27:22 +02:00
Frederic Branczyk
d8f6b6f81b
kube-prometheus: Update kops docs
2018-05-25 15:54:54 +02:00
hsinhoyeh
2408e243b2
fix again
2018-05-20 10:53:31 +08:00
hsinhoyeh
b7949ee520
fixed dashboard example json path
2018-05-20 10:28:07 +08:00
Frederic Branczyk
fef0a65938
Adapt docs on additional rules and dashboards
2018-05-18 11:00:11 +02:00
naseemkullah
754ba95991
Update Monitoring external etcd.md
2018-04-22 22:31:04 -04:00
naseemkullah
73b3259f62
Update kube-prometheus-on-kubeadm.md
...
In kubeadm 1.10 (and perhaps earlier versions, not sure), ctrl-mgr and scheduler pods' label key is `component=` rather than `k8s-app=`, which is the selector key used for kube-prometheus exporters for these components.
2018-04-15 02:01:30 -04:00
Keyvan Hedayati
b6e2f2ae31
Minor typo fix
2018-04-07 17:09:22 +04:30
Riccardo Setti
e497e48e07
Add how to enable cAdvisor support on GKE
2018-03-12 19:41:03 +01:00
Jesse Stuart
f0a86796f0
docs: Add missing argument in kubeadm
workaround script.
...
One of the `sed` commands for updating the kubeadm systemd
file (`/etc/systemd/system/kubelet.service.d/10-kubeadm.conf`)
was missing a `-i` reference to the file itself, causing it
to hang indefinitely if ran as declared.
I also wrapped this second `sed` in an `if grep ...` check,
in order to make the operation idempotent.
2018-03-11 07:04:09 -04:00
Carlos Eduardo
14d57e1fec
Added information on webhook token authentication
...
Added information on webhook token authentication and information on how to update the manifests if Kubernetes is already deployed with kubeadm.
2018-02-28 13:36:28 -05:00
Scott Brenner
14d20c140e
Minor typo fix ( #939 )
...
Promnetheus -> Prometheus
2018-01-30 22:09:50 +01:00
loganasherjones
563e74f85a
Documentation: Added kubeadm documentation #618 ( #770 )
...
* Documentation: Added kubeadm documentation #618
This getting started guide covers a simple deployment of kube-prometheus
and assumes you have deployed using kubeadm.
Hopefully this helps clears up #618
* Moved documentation to appropriate folder, updated links.
* Minor documentation editing
Fixed referneces to Alertmanager.
Slightly stronger wording on changing grafana user/pass
2017-11-23 11:26:20 +01:00
Arve Knudsen
7d693b5433
kube-prometheus: Update development docs
2017-11-10 12:07:15 +01:00
Harry Lee
b071ae02ca
Update KOPSonAWS.md
2017-11-09 09:40:52 +02:00
Daniel Fenton
e722d911bf
Update KOPSonAWS.md
...
The AWS CLI SG commands are not necessary, kops creates an SG with these ports open to the correct SG by default
2017-10-31 14:44:07 -04:00
Giancarlo Rubio
f8c48a976a
bump kube-state-metrics to v1.0.1 + fix rbac metric
2017-09-29 15:21:13 +02:00
Daniel Sachse
6213964317
Updated to prometheus 1.7.1
...
This updates prometheus to 1.7.1 where it was missing
2017-09-21 17:08:01 +02:00
Vincent Brouillet
ab9ba85f8b
minor fixes to monitoring external etcd
2017-09-08 10:54:05 +10:00
Vincent Brouillet
781d00bc5d
Add doc to monitor a secure etcd cluster, typically set up via kube-aws
2017-09-06 11:58:14 +10:00
eedugon
66dd7b253d
Hints and notes added to handle grafana dashboards ( #534 )
2017-08-02 12:09:44 +02:00
Frederic Branczyk
817bd1da97
kube-prometheus/docs: add docs on how to modify assets
2017-07-24 16:29:39 +02:00
Frederic Branczyk
676bfa1659
fix kube-prometheus references
2017-03-07 13:40:23 +01:00
Frederic Branczyk
89ed6773e7
Add 'contrib/kube-prometheus/' from commit '81c0d2f4d30f63a4e274c2870c5afc89241827b0'
...
git-subtree-dir: contrib/kube-prometheus
git-subtree-mainline: 050ca21276696c8603375c699513ec487301ed62
git-subtree-split: 81c0d2f4d3
2017-03-06 09:55:36 +01:00