[Feature]: Setup installing cluster-autoscaler with every new kubernetes cluster #98
Labels
good first issue
Good for newcomers
hacktoberfest
Issues with this label are dedicated for the Hacktoberfest time.
Describe the Feature
Cluster autoscaler allows clusters to autoscale provided there are computational requirements that the current cluster configuration cannot provide. Cluster autoscaler version needs to align with the kubernetes version so that needs to be figured out in form of a mapping.
Importance of the Feature
Cluster autoscaler scales out given nodegroups till it reaches its max node group size and schedules the pending pods on the scales out nodes.
The text was updated successfully, but these errors were encountered: