Kubernetes Submit Queue
274a9f0f70
Merge pull request #38927 from luxas/remove_maintainer
...
Automatic merge from submit-queue
Remove all MAINTAINER statements in the codebase as they are deprecated
**What this PR does / why we need it**:
ref: https://github.com/docker/docker/pull/25466
**Release note**:
```release-note
Remove all MAINTAINER statements in Dockerfiles in the codebase as they are deprecated by docker
```
@ixdy @thockin (who else should be notified?)
2016-12-29 16:41:24 -08:00
Mike Danese
161c391f44
autogenerated
2016-12-29 13:04:10 -08:00
Lucas Käldström
3c5b5f5963
Remove all MAINTAINER statements in the codebase as they aren't very useful and now deprecated
2016-12-17 20:34:10 +02:00
Mike Danese
c87de85347
autoupdate BUILD files
2016-12-12 13:30:07 -08:00
Mike Danese
3b6a067afc
autogenerated
2016-10-21 17:32:32 -07:00
Jess Frazelle
cde5559d09
Update `gcloud docker` commands to use `gcloud docker -- ARGS`
...
We can then avoid the following warning:
```
WARNING: The '--' argument must be specified between gcloud specific args on the left and DOCKER_ARGS on the right. IMPORTANT: previously, commands allowed the omission of the --, and unparsed arguments were treated as implementation args. This usage is being deprecated and will be removed in March 2017.
This will be strictly enforced in March 2017. Use 'gcloud beta docker' to see new behavior.
```
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-10-10 13:42:34 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Jerzy Szczepkowski
967a7c95d2
Rework of resource consumer.
...
Major rework of resource consumer: added controller running as a pod that spreads requests around consumers. This should fix #21664 and #23536 .
2016-06-01 15:50:03 +02:00
Tim Hockin
cbf886c7f4
Convert everything to use vendor/
2016-05-08 20:30:37 -07:00
goltermann
696423e044
Vet fixes, mostly pass lock by value errors.
2016-04-06 11:27:40 -07:00
Phillip Wittrock
4d2f3c1c17
Update docs to reflect `kubectl run` creates deployments by default instead of replicatino controllers.
2016-03-28 16:25:02 -07:00
Paul Morie
b672785d72
Add boilerplate checks for Dockerfiles
2016-02-03 18:35:26 -05:00
Paul Morie
05bd107301
Add boilerplate checks for Makefiles
2016-02-03 18:35:26 -05:00
Piotr Szczesniak
fe04005959
Merge pull request #18658 from jszczepkowski/rc-bump
...
Autoscaling e2e tests: bumped resource consumer to version beta2.
2015-12-15 09:05:11 +01:00
Jerzy Szczepkowski
dd62c8e831
Autoscaling e2e tests: bumped resource consumer to version beta2.
...
Autoscaling e2e tests: bumped resource consumer to version beta2.
2015-12-14 16:55:26 +01:00
Jerzy Szczepkowski
aade6e78b2
Added handling custom metrics to resource consumer.
...
Added handling custom metrics in Prometheus format to resource consumer.
2015-12-10 16:20:03 +01:00
vollschwitz
ac9484b869
prevent consumecpu/mem from becoming zombies by calling run instead of start
2015-11-10 08:04:26 +01:00
Steve Milner
70e4693428
Standardized test image Makefile targets
2015-10-29 10:12:05 -04:00
Ewa Socala
ce5d7d43db
added README file to Resource Consumer
2015-10-01 10:28:48 +02:00
Piotr Szczesniak
66759a4e24
Bumped image tag for Resource Consumer
2015-09-15 16:10:58 +02:00
k8s-merge-robot
db128ac0f7
Merge pull request #13736 from socaa/dockerfile-memory
...
Auto commit by PR queue bot
2015-09-14 16:35:52 -07:00
k8s-merge-robot
08fbe2bc10
Merge pull request #13789 from socaa/resource-consumer-memory
...
Auto commit by PR queue bot
2015-09-10 08:49:42 -07:00
Ewa Socala
9e640b356c
Memory consumption added to Resource Consumer
2015-09-10 13:50:49 +02:00
Ewa Socala
569ebf7a9b
Resource Consumer Handler milicore changed to millicore
2015-09-10 12:17:02 +02:00
Ewa Socala
44e1d55029
added possibility of memory consumption to Dockerfile
2015-09-09 16:09:17 +02:00
derekwaynecarr
b05c11edac
Fix typo for milicores to millicores
2015-09-08 14:12:08 -04:00
Ewa Socala
c68508f8cf
Changed Resource Consumer for correct parsing POST requests
2015-08-25 16:29:29 +02:00
Mike Danese
fa40ced8f8
move contrib/for-tests to test/images
2015-08-14 20:42:46 -07:00