Deploy metrics-server to a kubernetes cluster
Find a file
2020-05-30 01:48:58 +02:00
bin First commit 2020-05-30 01:48:58 +02:00
defaults First commit 2020-05-30 01:48:58 +02:00
files First commit 2020-05-30 01:48:58 +02:00
meta First commit 2020-05-30 01:48:58 +02:00
tasks First commit 2020-05-30 01:48:58 +02:00
vars First commit 2020-05-30 01:48:58 +02:00
README.md First commit 2020-05-30 01:48:58 +02:00

ansible-role-k8s-metrics-server

Deploy metrics-server to a kubernetes cluster

Requirements

Metrics Server has specific requirements for cluster and network configuration. These requirements aren't the default for all cluster distributions. Please ensure that your cluster distribution supports these requirements before using Metrics Server:

  • Metrics Server must be [reachable from kube-apiserver]
  • The kube-apiserver must be correctly configured to [enable an aggregation layer]
  • Nodes must have [kubelet authorization] configured to match Metrics Server configuration
  • Container runtime must implement a [container metrics RPCs]