Skip to content

Commit cc82057

Browse files
committed
changes to ca and vpa to trigger tests
1 parent d160e93 commit cc82057

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ca-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: Cluster Autoscaler Tests
22

33
on:
44
push:

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: Verify Go
22

33
on:
44
- push

.github/workflows/vpa-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: VPA Tests
22

33
on:
44
push:

cluster-autoscaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Introduction
55

66
Cluster 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

vertical-pod-autoscaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Vertical Pod Autoscaler (VPA) frees users from the necessity of setting
1515
up-to-date resource requests for the containers in their pods. When
1616
configured, 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
1818
available for each pod. It will also maintain ratios between requests and
1919
limits that were specified in initial containers configuration.
2020

0 commit comments

Comments
 (0)