Update kube-state-metrics from v1.7.0-rc.1 to v1.7.0
* https://github.com/kubernetes/kube-state-metrics/releases/tag/v1.7.0 * Add storageclasses and verticalpodautoscalers to ClusterRole
This commit is contained in:
parent
bb557b4ba0
commit
6cd3e65267
|
@ -19,7 +19,7 @@ Notable changes between versions.
|
|||
#### Addons
|
||||
|
||||
* Update Prometheus from v2.10.0 to v2.11.0
|
||||
* Update kube-state-metrics from v1.6.0 to v1.7.0-rc.1
|
||||
* Update kube-state-metrics from v1.6.0 to v1.7.0
|
||||
* Update Grafana from v6.2.4 to v6.2.5
|
||||
* Update nginx-ingress from v0.24.1 to v0.25.0
|
||||
* Support `networking.k8s.io/v1beta1` apiVersion
|
||||
|
|
|
@ -70,3 +70,18 @@ rules:
|
|||
verbs:
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- storage.k8s.io
|
||||
resources:
|
||||
- storageclasses
|
||||
verbs:
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- autoscaling.k8s.io
|
||||
resources:
|
||||
- verticalpodautoscalers
|
||||
verbs:
|
||||
- list
|
||||
- watch
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
serviceAccountName: kube-state-metrics
|
||||
containers:
|
||||
- name: kube-state-metrics
|
||||
image: quay.io/coreos/kube-state-metrics:v1.7.0-rc.1
|
||||
image: quay.io/coreos/kube-state-metrics:v1.7.0
|
||||
ports:
|
||||
- name: metrics
|
||||
containerPort: 8080
|
||||
|
|
Loading…
Reference in New Issue