Commit Graph

2407 Commits

Author SHA1 Message Date
Kaito Ii 3c9908d0b3 add role and cluster role
Signed-off-by: Kaito Ii <kaitoii1111@gmail.com>
2022-06-30 20:55:25 +09:00
Kubernetes Prow Robot e4011f8f4b
Merge pull request #1773 from Serializator/service-account-metrics-1717
Add support for the ServiceAccount resource (Ref: #1717)
2022-06-30 02:12:07 -07:00
Kubernetes Prow Robot d0969f49b0
Merge pull request #1774 from Serializator/update-developer-docs-new-resource-metric-collector
Update the developer documentation for adding a new resource metric collector
2022-06-29 15:14:06 -07:00
Julian van den Berkmortel a2ab72a773
Update the developer documentation for adding a new resource metric collector 2022-06-29 23:59:32 +02:00
Julian van den Berkmortel 6a24f639f8
Add support for the ServiceAccount resource (Ref: #1717) 2022-06-29 23:58:01 +02:00
Kubernetes Prow Robot 26c889014b
Merge pull request #1772 from Serializator/readme-versioning-heading
Add "Versioning" heading to the README.md
2022-06-29 10:50:07 -07:00
Kubernetes Prow Robot 5798914f95
Merge pull request #1769 from Serializator/kube-pod-tolerations-metric-1744
Add metric for pod tolerations (Ref: #1744)
2022-06-29 09:44:06 -07:00
Julian van den Berkmortel af39c7e217
Add "Versioning" heading to the README.md 2022-06-29 18:01:00 +02:00
Julian van den Berkmortel a0980c87d1
Add metric for pod tolerations (Ref: #1744) 2022-06-29 17:56:52 +02:00
Kubernetes Prow Robot 4692dc66c6
Merge pull request #1767 from yosshi825/fix/typo
fix:typo
2022-06-28 06:59:57 -07:00
yosshi825 9c90196261 fix:typo 2022-06-28 22:40:31 +09:00
Kubernetes Prow Robot b0153df9dc
Merge pull request #1766 from dontan001/timestamp_support
To support read the timestamp fields of custom resources
2022-06-28 06:19:58 -07:00
dongge.tan 889d7b4281 To support read the timestamp fields of custom resources 2022-06-28 16:27:54 +08:00
Kubernetes Prow Robot 3bc65571c4
Merge pull request #1764 from yangjunmyfm192085/updatereadme
update the description about metrics server
2022-06-27 00:00:59 -07:00
杨军10092085 f70471b84b update the description about metrics server 2022-06-27 14:52:59 +08:00
Kubernetes Prow Robot 8d8df116d9
Merge pull request #1761 from bavarianbidi/new_kube_endpoint_address_metrics
add new kube_endpoint_address metric
2022-06-22 09:29:43 -07:00
Mario Constanti 6082c0335c kube_endpoint_address now has a ready label
Signed-off-by: Mario Constanti <mario@constanti.de>
2022-06-22 13:35:33 +02:00
Mario Constanti 997b5cedfe add new kube_endpoint_address metric
As KSM shouldn't be responsible for computation of metrics, a new metric
is needed to expose available and unavailable addresses of an endpoint.

This new metric is generated as a future replacement for
kube_endpoint_address_available and kube_endpoint_address_not_ready.

Signed-off-by: Mario Constanti <mario@constanti.de>
2022-06-21 05:41:09 +02:00
Kubernetes Prow Robot 8024d3e040
Merge pull request #1760 from jumbosushi/fix-node-docs
Update kube_node_status_allocatable unit doc
2022-06-19 22:44:05 -07:00
Atsushi Yamamoto 3b93153364
Update kube_node_status_allocatable unit doc 2022-06-16 17:26:33 -07:00
Kubernetes Prow Robot aa8729abea
Merge pull request #1754 from chrischdi/pr-customresource-underscore-fix
fix customresourcestate metric names to not contain underscores
2022-06-09 04:17:42 -07:00
Kubernetes Prow Robot 379b60abd9
Merge pull request #1756 from yosshi825/docs/kube-pod-nodeselectors
docs:fix label name for kube_pod_nodeselectors
2022-06-08 23:49:42 -07:00
yosshi825 cc322b7240 docs:fix label name for kube_pod_nodeselectors 2022-06-09 13:58:01 +09:00
Christian Schlotter 138e1e65bc
fix customresourcestate metric names to not contain underscores 2022-06-08 21:48:13 +02:00
Kubernetes Prow Robot e3bc8c22c2
Merge pull request #1750 from mrueg/registry.k8s.io
Switch registry from k8s.gcr.io to registry.k8s.io
2022-06-07 05:31:49 -07:00
Manuel Rüger de1902391c Switch registry from k8s.gcr.io to registry.k8s.io
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2022-06-07 13:48:26 +02:00
Kubernetes Prow Robot 7f09ca71ba
Merge pull request #1747 from kubernetes/release-2.5
Merge Release 2.5 back to master
2022-06-03 04:54:20 -07:00
Kubernetes Prow Robot 66ce101f5e
Merge pull request #1748 from mrueg/update-release-instruction
Update release instructions
2022-06-03 04:40:19 -07:00
Manuel Rüger 26c286c17c Update release instructions
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2022-06-03 13:28:21 +02:00
Kubernetes Prow Robot 0567e1e1b9
Merge pull request #1746 from mrueg/prep-2.5.0
*: Cut 2.5.0 release
2022-06-03 03:14:20 -07:00
Manuel Rüger 53913691b4 *: Cut 2.5.0 release
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2022-06-02 22:53:36 +02:00
Kubernetes Prow Robot d6666ee631
Merge pull request #1745 from mrueg/go-1.18.3
Version bump Go to 1.18.3
2022-06-02 07:07:47 -07:00
Manuel Rüger 824fb1cde7 Version bump Go to 1.18.3
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2022-06-02 12:16:21 +02:00
Kubernetes Prow Robot 1e782857c6
Merge pull request #1710 from hack-edu/master
feat: enable customresource metrics by configuration
2022-06-02 02:57:47 -07:00
Noah Perks Sloan e7725f9bdb docs: update arg 2022-06-01 20:35:21 -05:00
noah 99d86bb5a5
another exp note
Co-authored-by: Manuel Rüger <manuel@rueg.eu>
2022-06-01 20:33:43 -05:00
Noah Perks Sloan fdd09314c8 fix: inconsistent test result by sorting 2022-06-01 13:51:39 -05:00
Noah Perks Sloan 2b77ed6be8 chore: docs formatting
is there a tool for this?
2022-06-01 11:03:56 -05:00
noah 6ec0332bd5
note experimental status
Co-authored-by: Manuel Rüger <manuel@rueg.eu>
2022-06-01 10:11:27 -05:00
Noah Perks Sloan a9ec8a6209 fix: remove dots in flag names 2022-06-01 09:21:05 -05:00
Noah Perks Sloan fad7caf05f fix(docs): flag name 2022-06-01 09:18:52 -05:00
Noah Perks Sloan bc7cc9eac8 doc: crs flags 2022-06-01 09:18:07 -05:00
Noah Perks Sloan d0aa4a3bdd refactor: inline config as a flag
This is more flexible than the env variable, as a configuration can still set an env variable and use substitution in the args. e.g.,

```yaml
args:
 - --custom-resource-state.config
 - $(KSM_CUSTOM_RESOURCE_STATE_CONFIG)
env:
 ...
```
2022-06-01 09:12:48 -05:00
Kubernetes Prow Robot 0c6afa9ea3
Merge pull request #1740 from bjschafer/add-pod-ips
Add kube_pod_ips gauge to pod metrics
2022-05-31 22:19:01 -07:00
Noah Perks Sloan 39f7f0ce5a doc: don't abbreviate 2022-05-31 16:14:21 -05:00
Noah Perks Sloan 8c5d9797bf doc: note CR support is experimental 2022-05-31 16:12:07 -05:00
Noah Perks Sloan 4b704fd90e fix: use a flag for the configuration file 2022-05-31 16:11:49 -05:00
Noah Perks Sloan ea795572d8 chore: goimports 2022-05-31 14:28:29 -05:00
Noah Perks Sloan e0e4f14412 feat: enable customresource metrics by configuration
The main use case is just surfacing fields from custom resources without having to write a lot of code for each one.
2022-05-31 14:24:28 -05:00
Braxton Schafer 5d57f47658 skip invalid IPs on pod_ips metric 2022-05-31 11:44:17 -05:00