Commit Graph

2289 Commits

Author SHA1 Message Date
Beata Skiba f8c83a3d70
Merge pull request #1170 from bskiba/e2e_auth
VPA Godeps update
2018-08-21 12:56:29 +02:00
Beata Skiba 23040f2289 Godeps update 2018-08-21 12:38:54 +02:00
Aleksandra Malinowska 6fcbf41cb3
Merge pull request #1169 from aleksandra-malinowska/refactor-cp-fix
Fix GKE operation wait timeout
2018-08-21 10:49:18 +01:00
Aleksandra Malinowska 9fd9025909 Fix GKE operation wait timeout 2018-08-21 11:32:10 +02:00
Aleksandra Malinowska 8b89c8f9cd
Merge pull request #1168 from yguo0905/preemptible-tpu
Ignore resources with Cloud TPU prefix
2018-08-21 09:56:14 +01:00
Yang Guo b41c9828d9 Ignore resources with Cloud TPU prefix 2018-08-20 17:20:44 -07:00
Beata Skiba 4575064852
Merge pull request #1166 from bskiba/e2e_auth
Add authorization to vpa e2e tests.
2018-08-20 20:38:02 +02:00
Beata Skiba 785710241a
Merge pull request #1152 from phsiao/stop_review_pod_update
VPA admission controller should stop review Pod Update event
2018-08-20 20:37:45 +02:00
Beata Skiba 9fb14dd7b5 Add authorization to vpa e2e tests. 2018-08-20 20:24:51 +02:00
Beata Skiba 9feb612e22
Merge pull request #1158 from phsiao/vpa-debian-base-0.3.2
Update vertical-pod-autoscaler base image to debian-base-amd:0.3.2
2018-08-20 13:12:51 +02:00
Beata Skiba 4d0ec80ac0
Merge pull request #1159 from wangxy518/patch-4
Update README.md
2018-08-20 12:59:25 +02:00
Aleksandra Malinowska e438e6b474
Merge pull request #1160 from aleksandra-malinowska/refactor-cp-24
Remove discoveryOptions from GKE manager constructor
2018-08-20 10:57:22 +01:00
Aleksandra Malinowska c008081fd4
Merge pull request #1154 from devkid/patch-1
Mention --maxGracefulTerminationSec in FAQ.md
2018-08-20 10:23:11 +01:00
Aleksandra Malinowska 0bcad0e821 Remove discoveryOptions from GKE manager constructor 2018-08-20 11:18:41 +02:00
Aleksandra Malinowska 6777385a1e
Merge pull request #1155 from aleksandra-malinowska/debian-0.3.2
Update Cluster Autoscaler base image
2018-08-20 09:54:20 +01:00
wangxy518 54d9e30ffc
Update README.md 2018-08-20 16:14:14 +08:00
Shawn Hsiao 00a728bb20 Update vertical-pod-autoscaler base image to debian-base-amd:0.3.2 2018-08-17 15:03:22 -04:00
Shawn Hsiao c25326df22 Don't review Pod Update event 2018-08-17 15:01:45 -04:00
Aleksandra Malinowska 6dc45421a7 Update Cluster Autoscaler base image to debian-base-amd:0.3.2 2018-08-17 18:06:37 +02:00
Alfred Krohmer dc43c46284
Mention --maxGracefulTerminationSec in FAQ.md
The FAQ was wrong in a way that it said that pods are given at most 10 minutes to gracefully terminate, but the maximum time is actually configurable.
2018-08-17 15:32:45 +02:00
Beata Skiba 58e107abbb
Merge pull request #1151 from phsiao/logging_improvement
Improve getMatchingVPA logging to be more clear (with pod name) and using logging level
2018-08-16 16:11:32 +02:00
Shawn Hsiao fd70052853 Improve logging to be more clear (with pod name) and using logging level 2018-08-16 09:52:03 -04:00
Aleksandra Malinowska 62230c69f2
Merge pull request #1148 from aleksandra-malinowska/refactor-cp-21
Clean up GceManager interface
2018-08-14 16:55:19 +02:00
Aleksandra Malinowska e33fc7f5e4 Clean up GceManager interface 2018-08-14 16:41:03 +02:00
Aleksandra Malinowska 3660d53ed2
Merge pull request #1145 from aleksandra-malinowska/refactor-cp-20
Remover redundant parts of GKE and GCE cloud providers
2018-08-14 15:19:23 +02:00
Beata Skiba 25c15ad57f
Merge pull request #1144 from bskiba/separate-e2e-run
Seperate e2e test run from deployment.
2018-08-14 15:06:17 +02:00
Aleksandra Malinowska b00b915848 Remove redundant parts of GKE and GCE cloud providers 2018-08-14 15:01:18 +02:00
Aleksandra Malinowska 261cd8249d
Merge pull request #1142 from aleksandra-malinowska/refactor-cp-19
Create GKE cloud provider
2018-08-14 13:52:12 +02:00
Beata Skiba 44148ae620 Seperate e2e test run from deployment. 2018-08-14 11:52:34 +02:00
Beata Skiba b3479c0001
Merge pull request #1143 from kgolab/kg-vpa-godeps2
Fix e2e tests
2018-08-14 11:22:24 +02:00
Aleksandra Malinowska 39a675db89 Reuse template functions from GCE in GKE 2018-08-14 11:09:38 +02:00
Karol Gołąb 094737c77f Update tests to match changes in K8s API 2018-08-14 10:47:38 +02:00
Karol Gołąb 58faf3d533 Add generated data to vendor and rerun godeps to fix e2e tests 2018-08-14 10:18:09 +02:00
Aleksandra Malinowska 62679a37df Use new GKE cloud provider in builder 2018-08-13 16:50:13 +02:00
Aleksandra Malinowska 576b7e0c73 Create GKE cloud provider 2018-08-13 16:49:58 +02:00
Aleksandra Malinowska f3d52d1715 Export necessary fields & types in GCE cloud provider 2018-08-13 16:38:58 +02:00
Aleksandra Malinowska 8055c4a2b4
Merge pull request #1129 from aleksandra-malinowska/refactor-cp-13
Extract cache from GCE manager
2018-08-13 16:06:20 +02:00
Aleksandra Malinowska 7227ffe725 code review fixes 2018-08-13 15:04:03 +02:00
Beata Skiba 09d7941485
Merge pull request #1141 from kgolab/kg-vpa-godeps
Sync godeps to kubernetes/kubernetes 524a814
2018-08-13 14:34:49 +02:00
Karol Gołąb f1175a4549 Fix compilation 2018-08-13 12:13:42 +02:00
Karol Gołąb 0793ee6980 Sync godeps to kubernetes/kubernetes 524a814 2018-08-13 12:13:42 +02:00
Beata Skiba 21c666e4e9
Merge pull request #1140 from schylek/r
VPA shouldn't store checkpoint if history is being loaded.
2018-08-13 11:35:36 +02:00
Slawomir Chylek b0f332e69a VPA shouldn't store checkpoint if history is being loaded. 2018-08-13 09:56:39 +02:00
Beata Skiba 9dfad00a06
Merge pull request #1138 from kgolab/kg-vpa-eviction
Add a sequential implementation of PodEvictionAdmission
2018-08-10 16:19:23 +02:00
Karol Gołąb 5e6a9087df Add a sequential implementation of PodEvictionAdmission 2018-08-10 15:29:52 +02:00
Karol Gołąb 64192cf3df Fix a persistent typo 2018-08-10 15:18:44 +02:00
Beata Skiba 07558151d8
Merge pull request #1134 from schylek/a
VPA fix merging initial checkpoint into ContainerNameToAggregateStateMap
2018-08-10 10:01:43 +02:00
Slawomir Chylek 183eef3a54 VPA fix merging initial checkpoint into ContainerNameToAggregateStateMap 2018-08-09 17:39:53 +02:00
Beata Skiba f646b9a557
Merge pull request #1128 from schylek/mai
VPA routines refactoring - making them more accessible
2018-08-09 11:34:30 +02:00
Aleksandra Malinowska 38f2bb9a2b Extract cache from GCE manager 2018-08-09 11:22:16 +02:00