First commit
This commit is contained in:
parent
7e7e171b4c
commit
f295d3d319
15 changed files with 195 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue