13 Commits

Author SHA1 Message Date
Vitrag Shah
b46f71c08a
Updated the link to prometheus-operato organization
Fix #2236
2023-10-08 20:43:19 +05:30
Olivier Lemasle
f73206f9ed
Switch ksm registry to registry.k8s.io (#1914)
Kubernetes has switched registry from k8s.gcr.io to registry.k8s.io
in https://github.com/kubernetes/kubernetes/pull/109938.

kube-state-metrics also did the switch in
https://github.com/kubernetes/kube-state-metrics/pull/1750.

This commit also updates the registry in a kubeadm configuration
example.
2022-11-07 11:10:20 +00:00
Simon Pasquier
84d6d108ce docs: normalize weight values
The `kube` page index gets a weight of 300 and its child pages should
get weight values starting > 300.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2022-07-12 19:39:00 +02:00
inductor
e884935646 add period at the end of the sentence 2021-12-31 00:02:17 +09:00
inductor
20e2c58eb6 fix https://github.com/prometheus-operator/kube-prometheus/issues/1194 2021-12-30 23:53:23 +09:00
Saswata Mukherjee
7e94f218e1 Add mdox link checking and formatting
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
2021-10-21 19:12:33 +05:30
Matthias Loibl
9a6289a045
Add content header for hugo website 2021-03-16 14:57:51 +01:00
goll
a7bb5d1a1f Link fixes, issue #68 2019-04-18 11:43:57 +02:00
superbspeed
e53d3689b4 Correct file path for getting started guide. 2018-11-01 10:57:54 -05: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
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
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