mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #82867 from sftim/20190919_fix_v1.16_release_note_typo
Fix typo in v1.16 CHANGELOG
This commit is contained in:
commit
63ca9f61af
@ -16,7 +16,7 @@
|
||||
- [Metrics Changes](#metrics-changes)
|
||||
- [Added metrics](#added-metrics)
|
||||
- [Removed metrics](#removed-metrics)
|
||||
- [Depreciated/changed metrics](#depreciatedchanged-metrics)
|
||||
- [Deprecated/changed metrics](#deprecatedchanged-metrics)
|
||||
- [Notable Features](#notable-features)
|
||||
- [Beta](#beta)
|
||||
- [Alpha](#alpha)
|
||||
@ -310,7 +310,7 @@ The main themes of this release are:
|
||||
|
||||
- Removed cadvisor metric labels `pod_name` and `container_name` to match instrumentation guidelines. Any Prometheus queries that match `pod_name` and `container_name` labels (e.g. cadvisor or kubelet probe metrics) must be updated to use `pod` and `container` instead. ([#80376](https://github.com/kubernetes/kubernetes/pull/80376), [@ehashman](https://github.com/ehashman))
|
||||
|
||||
### Depreciated/changed metrics
|
||||
### Deprecated/changed metrics
|
||||
|
||||
- kube-controller-manager and cloud-controller-manager metrics are now marked as with the ALPHA stability level. ([#81624](https://github.com/kubernetes/kubernetes/pull/81624), [@logicalhan](https://github.com/logicalhan))
|
||||
- kube-proxy metrics are now marked as with the ALPHA stability level. ([#81626](https://github.com/kubernetes/kubernetes/pull/81626), [@logicalhan](https://github.com/logicalhan))
|
||||
|
Loading…
Reference in New Issue
Block a user