First commit

This commit is contained in:
Adrien Reslinger 2020-05-30 01:48:58 +02:00
parent 7e7e171b4c
commit f295d3d319
15 changed files with 195 additions and 1 deletions

View file

@ -1,3 +1,12 @@
# ansible-role-k8s-metrics-server
Deploy metrics-server to a kubernetes cluster
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]