File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Tests
1+ name : Cluster Autoscaler Tests
22
33on :
44 push :
Original file line number Diff line number Diff line change 1- name : Tests
1+ name : Verify Go
22
33on :
44 - push
Original file line number Diff line number Diff line change 1- name : Tests
1+ name : VPA Tests
22
33on :
44 push :
Original file line number Diff line number Diff line change 44# Introduction
55
66Cluster Autoscaler is a tool that automatically adjusts the size of the Kubernetes cluster when one of the following conditions is true:
7- * there are pods that failed to run in the cluster due to insufficient
7+ * there are pods that failed to be scheduled in the cluster due to insufficient
88 resources.
99* there are nodes in the cluster that have been underutilized for an extended period of time and their pods can be placed on other existing nodes.
1010
Original file line number Diff line number Diff line change 1414Vertical Pod Autoscaler (VPA) frees users from the necessity of setting
1515up-to-date resource requests for the containers in their pods. When
1616configured, it will set the requests automatically based on usage and thus
17- allow proper scheduling onto nodes so that appropriate resource amount is
17+ allow proper scheduling onto nodes so that appropriate resource overhead is
1818available for each pod. It will also maintain ratios between requests and
1919limits that were specified in initial containers configuration.
2020
You can’t perform that action at this time.
0 commit comments