Commit Graph

15710 Commits

Author SHA1 Message Date
Filip Grzadkowski
784cef5ff5 Merge pull request #12200 from gmarek/nodecontroller
NodeController small cleanup
2015-08-04 15:11:56 +02:00
gmarek
2201e75666 NodeController small cleanup 2015-08-04 14:44:14 +02:00
Dr. Stefan Schimanski
3fced6f07b Set the cpu+mem default limit in the SchedulerServer 2015-08-04 12:15:17 +02:00
Ewa Socala
01798bae0c Added http API skeleton server.
Part of #11570
2015-08-04 11:51:28 +02:00
Jacob Tomlinson
541e6d5538 Fixed command 2015-08-04 09:40:32 +01:00
Ananya Kumar
15884e14d2 Update admission_control.md 2015-08-03 23:00:48 -07:00
Prashanth Balasubramanian
81d91b1f05 Bare metal loadblancers 2015-08-03 21:35:24 -07:00
Alex Mohr
908b1e08f1 Merge pull request #12145 from mwielgus/deepcopy_fix
Fix split issues in overwrites in cmd/gendeepcopy
2015-08-03 21:27:36 -07:00
Alex Mohr
8d11137ed6 Merge pull request #12177 from ixdy/retry-gsutil-upload
Retry uploading/publishing CI builds to work around gsutil bug
2015-08-03 21:26:53 -07:00
Alex Mohr
9df26f27dd Merge pull request #12169 from mikedanese/patch-1
Auto commit by PR queue bot
2015-08-03 21:08:05 -07:00
Brendan Burns
f50f0b26f1 Fix a mis-undersanding about the github API, add more tests 2015-08-03 20:52:06 -07:00
Alex Mohr
867f9b22c5 Merge pull request #12119 from brendandburns/fix
Auto commit by PR queue bot
2015-08-03 20:47:42 -07:00
Alex Mohr
edfcbe7feb Merge pull request #12067 from moander/patch-2
Auto commit by PR queue bot
2015-08-03 20:25:50 -07:00
Alex Mohr
a0daf32a56 Merge pull request #12115 from eddiesimeon/patch-1
Auto commit by PR queue bot
2015-08-03 20:06:44 -07:00
Alex Mohr
3d2d99c6fd Merge pull request #12007 from brendandburns/stdin
Auto commit by PR queue bot
2015-08-03 19:28:16 -07:00
Alex Mohr
d072cf804c Merge pull request #12176 from KyleAMathews/patch-2
Auto commit by PR queue bot
2015-08-03 19:06:04 -07:00
Alex Mohr
2e72cdb722 Merge pull request #12173 from ArtfulCoder/udp_timeout
Auto commit by PR queue bot
2015-08-03 18:48:39 -07:00
Chao Xu
17cd3cf392 direct people to api-reference/definitions.html to find out if a field is mutable through kubectl replace/patch 2015-08-03 18:18:00 -07:00
Alex Mohr
b280549930 Merge pull request #12180 from brendandburns/queue
Fix a small bug in contrib/submit-queue, add a unit test.
2015-08-03 18:00:26 -07:00
Alex Mohr
0f17038f0a Merge pull request #12103 from piosz/heapster-for-autoscaling
Added exporting autoscaling metrics in Heapster config
2015-08-03 17:53:02 -07:00
Alex Mohr
7ac6c50b9d Merge pull request #12094 from brendandburns/kubectl
Auto commit by PR queue bot
2015-08-03 17:09:06 -07:00
Jeff Grafton
1289165aeb Add environment variable to delete existing release on GCS 2015-08-03 17:01:50 -07:00
Brendan Burns
0287d6eb32 Fix a small bug, add a unit test. 2015-08-03 17:01:43 -07:00
Alex Mohr
6d16c18d6f Merge pull request #12078 from gmarek/move_nodecontroller
Auto commit by PR queue bot
2015-08-03 16:49:57 -07:00
Jeff Grafton
c37c4ed73d Retry uploading/publishing CI builds to work around gsutil bug 2015-08-03 16:22:40 -07:00
Kyle Mathews
eb271e0c39 Copy and typo fixes 2015-08-03 16:14:09 -07:00
Alex Mohr
4c5763f28c Merge pull request #11299 from wojtek-t/increase_kubelet_start_timeout
Auto commit by PR queue bot
2015-08-03 16:14:02 -07:00
Abhishek Shah
4bbecea4e6 Changed udpIdleTimeout to 1 second from 10 seconds 2015-08-03 15:32:59 -07:00
Mike Danese
8e48431ca5 Revert "demote to flaky tests from parallel e2e" 2015-08-03 15:32:04 -07:00
Chao Xu
664d20c572 Add DecodeIntoWithSpecifiedVersionKind() to Decoder interface.
The function validate/default the body with the passed in apiVersion and Kind.
It's called in createHandler and UpdateResource
2015-08-03 15:30:00 -07:00
Alex Mohr
f81fad3fd8 Merge pull request #12161 from brendandburns/queue
Validate LGTM is newer than last pushed date.
2015-08-03 15:26:49 -07:00
Alex Mohr
15532a522e Merge pull request #12163 from runningwild/master
Fix minor typo that broke yaml format
2015-08-03 15:26:08 -07:00
Alex Mohr
d8b01b0a19 Merge pull request #12114 from caesarxuchao/update-pod-error-message
improve the error message of update/patch pod
2015-08-03 15:15:04 -07:00
Mike Danese
ba87868577 changed unused fmt statement to be a log statement 2015-08-03 15:12:44 -07:00
Alex Mohr
84af5f0dd1 Merge pull request #11944 from mamikonyana/flannel_net_config
Propagate FLANNEL_NET to reconfDocker.sh
2015-08-03 15:12:23 -07:00
Janet Kuo
7e63213478 Implement kubectl annotation update command. Refactor kubectl annotate to decouple command framework from business logic. 2015-08-03 14:35:56 -07:00
Brendan Burns
6e2eb8b292 update docs to use hyperkube image 2015-08-03 14:19:41 -07:00
Brendan Burns
c2f3cd941f Add LGTM timestamp checking. 2015-08-03 13:53:35 -07:00
Brendan Burns
39735939e9 Update go-github dependency. 2015-08-03 13:53:34 -07:00
Alex Mohr
6df4d6703b Merge pull request #10787 from mesosphere/kube-ui-liveness
Add liveness probe to kube-ui
2015-08-03 13:24:07 -07:00
Alex Mohr
2a397671bb Merge pull request #12060 from jlowdermilk/jenkins-default-version
Allow gke to use server-default version for jenkins runs
2015-08-03 13:22:07 -07:00
Jonathan Wills
12e47667d8 Fix minor typo that broke yaml format 2015-08-03 16:06:23 -04:00
Eric Paris
4bb4c73498 Make godeps restore/save clean
```
godep restore
rm -rf Godeps
godep save ./...
```

Will, after this change, have no diff.
2015-08-03 14:18:34 -04:00
Eric Paris
40c98735fb Remove does code from Godeps
We have some code in Godeps/files which is completely unused. Delete it.
2015-08-03 14:16:04 -04:00
eddiesimeon
dbffa44ed7 No such file or directory error: make-ca-cert
When executing kube-up on a ubuntu cluster I'm getting the following error:
bash: /root/kube/make-ca-cert: No such file or directory
Removed line as it is invalid and is duplicated by another line.
2015-08-03 14:09:06 -04:00
Brendan Burns
2e68002f31 Merge pull request #11692 from wojtek-t/new_api_instance_groups
Auto commit by PR queue bot
2015-08-03 11:07:36 -07:00
Eric Paris
67dbc4c6a6 Actually use the version of libcontainer godep thinks we are using
When libcontainer was added it was apparently not actually the version
of libcontainer it portends to be.  One line was removed from
libcontainer in Godeps which is present in the upstream tree.

This was likely done as it required a definition in a different package
which was not in our tree (and was vendored into libcontainer upstream)

We would be wise to have a test to see if package versions in Godep are
actually the packages they say they are...
2015-08-03 13:58:17 -04:00
Eric Paris
70328d6c37 Bump github.com/syndtr/gocapability/ to latest to support AUDIT_READ 2015-08-03 13:58:17 -04:00
Eric Paris
a8b4e42483 Remove the dead golang.org/x/net/spdy/ 2015-08-03 13:58:17 -04:00
Eric Paris
bc07f63190 Update github.com/docker/spdystream 2015-08-03 13:58:17 -04:00