ansible-role-k8s-metrics-se.../README.md
2020-05-30 01:48:58 +02:00

643 B

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]