Skip to content

Commit

Permalink
Merge pull request #716 from kubernetes/master
Browse files Browse the repository at this point in the history
Merge master into release-1.6 for v1.6.0-rc.0
  • Loading branch information
k8s-ci-robot committed Apr 8, 2019
2 parents b0e54db + f6d3913 commit d7b8a74
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.6.0-rc.0 / 2019-04-05

* [FEATURE] Add `kube_replicaset_labels` to replicaset collector (#638).
* [FEATURE] Add ingresses collector (#640).
* [FEATURE] Add certificate signing request collector (#650).
* [FEATURE] Add `kube_persistentvolumeclaim_access_mode` metric (#673).
* [FEATURE] Add `kube_persistentvolume_capacity` metric (#674).
* [FEATURE] Add `kube_job_owner` metric (#681).
* [ENHANCEMENT] Add `priority_class` label to `kube_pod_info` metric (#713).

## v1.5.0 / 2019-01-10

After a testing period of 30 days, there were no additional bugs found or features introduced. Due to no bugs being reported over an in total 41 days period, we feel no more pre-releases are necessary for a stable release.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ At most 5 kube-state-metrics releases will be recorded below.

#### Resource group version compatibility
Resources in Kubernetes can evolve, i.e., the group version for a resource may change from alpha to beta and finally GA
in different Kubernetes versions. As for now, kube-state-metrics will only use the oldest API available in the latest
in different Kubernetes versions. For now, kube-state-metrics will only use the oldest API available in the latest
release.

#### Container Image
Expand All @@ -86,7 +86,7 @@ those that could be used for actionable alerts. Please contribute PR's for
additional metrics!

> WARNING: THESE METRIC/TAG NAMES ARE UNSTABLE AND MAY CHANGE IN A FUTURE RELEASE.
> For now the following metrics and collectors
> For now, the following metrics and collectors
>
> **metrics**
> * kube_pod_container_resource_requests_nvidia_gpu_devices
Expand All @@ -110,8 +110,8 @@ Resource usage for kube-state-metrics changes with the Kubernetes objects(Pods/N
To some extent, the Kubernetes objects in a cluster are in direct proportion to the node number of the cluster.
[addon-resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer)
can watch and automatically vertically scale the dependent container up and down based on the number of nodes.
Thus kube-state-metrics uses `addon-resizer` to automatically scale its resource request. As for the detailed usage about
`addon-resizer` please go to its [ReadMe](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer#nanny-program-and-arguments).
Thus kube-state-metrics uses `addon-resizer` to automatically scale its resource request. To learn more about the usage of
`addon-resizer`, please go to its [README](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer/README.md#nanny-program-and-arguments).

As a general rule, you should allocate

Expand Down Expand Up @@ -160,7 +160,7 @@ go get k8s.io/kube-state-metrics

#### Building the Docker container

Simple run the following command in this root folder, which will create a
Simply run the following command in this root folder, which will create a
self-contained, statically-linked binary and build a Docker image:
```
make container
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0-rc.0

0 comments on commit d7b8a74

Please sign in to comment.