kops/addons/metrics-server
azman0101 3c1dca22ae Add missing nodes/stats resource to the system:metrics-server ClusterRole 2018-06-14 19:48:26 +02:00
..
README.md Prefer to use single files 2018-03-06 20:15:18 +02:00
v1.7.x.yaml Prefer to use single files 2018-03-06 20:15:18 +02:00
v1.8.x.yaml Add missing nodes/stats resource to the system:metrics-server ClusterRole 2018-06-14 19:48:26 +02:00

README.md

Kubernetes Metrics Server

Compatibility matrix:

Metrics Server Metrics API group/version Supported Kubernetes version
0.2.x metrics.k8s.io/v1beta1 1.8+
0.1.x metrics/v1alpha1 1.7

In order to deploy metrics-server in your cluster run the following command from the top-level directory of this repository:

# Kubernetes 1.7
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/metrics-server/v1.7.x.yaml

# Kubernetes 1.8+
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/metrics-server/v1.8.x.yaml