k8s-merge-robot
11cd07ef22
Merge pull request #25366 from Jollyturns/ubuntu-download-latest
...
Automatic merge from submit-queue
Automatically download the latest stable release version of Kubernetes.
The ubuntu version of download-release.sh included in the binary release downloads the released .tar.gz file again. Right now the version of the downloaded file is manually encoded within the script. This change fetches the released version automatically, similar to the shell script available on the main Kubernetes site below:
https://get.k8s.io/
Ideally the installation on bare metal ubuntu should work with the files available in the already downloaded package.
@mikedanese
2016-05-16 16:59:37 -07:00
Brendan Burns
d8daa07f08
address comments
2016-05-16 16:50:53 -07:00
Brendan Burns
092afb6285
Address comments.
2016-05-16 16:50:53 -07:00
Brendan Burns
3c9fb1b651
Add a 'kubectl clusterinfo dump' option
2016-05-16 16:50:53 -07:00
Euan Kemp
3e00e0cd71
rkt: Don't warn on empty pod logs
...
If a pod has not printed anything to stdout/stderr, it's expected
behaviour to get `-- No entries --`, even when requesting json output.
Prior to this change, a warning would be printed in such an occasion.
2016-05-16 16:47:35 -07:00
Random-Liu
d1ab3b7f01
Change consistently check timeout to 20 seconds.
2016-05-16 16:38:40 -07:00
Bobby Rullo
82bdf9051c
Update github.com/coreos/go-oidc
2016-05-16 16:37:33 -07:00
jianhuiz
6f8fc60d06
describe for clusters
2016-05-16 16:34:08 -07:00
jianhuiz
586eea0691
add get/create/delete for clusters
2016-05-16 16:34:08 -07:00
Joe Finney
52f758e38a
Add NODE_NAME to started.json.
2016-05-16 16:21:45 -07:00
jianhuiz
cf0c1fee44
register service object only
2016-05-16 15:27:42 -07:00
jianhuiz
101b479299
add service api object without proxy
2016-05-16 15:27:42 -07:00
Rudi Chiarito
54c55fdac3
Update AWS under the hood doc with ELB SSL annotations
2016-05-16 18:19:46 -04:00
k8s-merge-robot
a6812d18a5
Merge pull request #25684 from kubernetes/revert-24852-fix-hyperkube-makefile
...
Automatic merge from submit-queue
Revert "OS X: Fix hyperkube build by adding empty string to sed invocation"
Reverts kubernetes/kubernetes#24852
This breaks the Linux build.
cc @johscheuer @zmerlynn
2016-05-16 15:17:31 -07:00
Lucas Käldström
e7eff87455
Critical patch. Fix hyperkube's layer caching, and remove --make-symlinks at build time
2016-05-17 00:28:24 +03:00
Tamer Tas
7d40332ca8
Update rkt container runtime min versions
2016-05-17 00:03:25 +03:00
Fabiano Franz
5940040c96
Fixes panic on round tripper when TLS under a proxy
2016-05-16 17:56:23 -03:00
Ovidiu Predescu
dd203087ef
Automatically download the latest stable release version of
...
Kubernetes. Echo error to stderr. Simplify expression for
KUBE_VERSION. Explicitly match beginning of string.
2016-05-16 13:52:10 -07:00
Tamer Tas
f876649048
Update rkt API version to 1.6.0
2016-05-16 23:36:08 +03:00
Tamer Tas
eca022cc41
Update appc/spec version to 0.8.1
2016-05-16 23:35:52 +03:00
Tim Hockin
915655a2eb
Document godep updates better
...
`godep update` doesn't work. It just says 'nothing to update'. Drop it, and
use The Big Hammer instead.
2016-05-16 13:15:39 -07:00
Brendan Burns
5572a1e1f3
update the go-restful dependency.
2016-05-16 13:14:34 -07:00
Harry Zhang
d917ed2638
Add test for image in node status
2016-05-16 15:58:12 -04:00
Harry Zhang
032a886320
Only store top N images in status
2016-05-16 15:58:11 -04:00
mattyw
3c44752931
cluster/juju: Updated the url for the getting started doc
2016-05-16 20:56:17 +01:00
Kris
db515f47bd
Provide a dumb ObjectConverter for Unstructured
2016-05-16 12:43:39 -07:00
David McMahon
57247a672b
Revert "OS X: Fix hyperkube build by adding empty string to sed invocation"
2016-05-16 12:25:54 -07:00
k8s-merge-robot
835a2577f8
Merge pull request #25661 from errordeveloper/fix-client-example
...
Automatic merge from submit-queue
Update basic example in client docs
This appeared to be out of date...
2016-05-16 11:06:50 -07:00
k8s-merge-robot
9fe3f47ea5
Merge pull request #24633 from Random-Liu/fix-downward-api-ip
...
Automatic merge from submit-queue
Fix downward api for pod using host network.
Fixes #24576
@yujuhong @yifan-gu
I still can't find a cleaner way to fix this, so send this for discussion.
<!-- Reviewable:start -->
---
This change is [<img src="http://reviewable.k8s.io/review_button.svg " height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/24633 )
<!-- Reviewable:end -->
2016-05-16 11:06:45 -07:00
George Tankersley
8b507d8cdc
hack: allow devel builds of go
2016-05-16 11:06:21 -07:00
Quinton Hoole
9fb98a42d0
Update vendor package google.golang.org/api/googleapi.
2016-05-16 11:06:03 -07:00
deads2k
0adc0ab5b2
make kubectl edit handle lists again
2016-05-16 11:02:10 -04:00
Isaac Hollander McCreery
4ef33834d3
Fix link to Jenkins
2016-05-16 07:29:04 -07:00
deads2k
4a39cc9dd3
make addIndexers safe for sharedInformer
2016-05-16 10:15:05 -04:00
gmarek
64618c3311
Make bigger master root disks in GCE for large clusters
2016-05-16 15:57:56 +02:00
k8s-merge-robot
a0cc59f28a
Merge pull request #25658 from jszczepkowski/kac-test
...
Automatic merge from submit-queue
Updated e2e tests for cluster autoscaling.
[]()
Updated e2e tests for cluster autoscaling to work with the new cluster autoscaler.
2016-05-16 06:56:30 -07:00
deads2k
4af1c546b4
prevent nil pointer when starting controllers before running the shared informer
2016-05-16 09:53:45 -04:00
Adrian Ursu
ca24ee02aa
Update README.md
2016-05-16 14:32:33 +01:00
Adrian Ursu
a7b2c5783c
Fixed namespace name to spark-cluster
2016-05-16 14:06:07 +01:00
Jerzy Szczepkowski
96818874f4
Updated e2e tests for cluster autoscaling.
...
Updated e2e tests for cluster autoscaling to work with the new cluster autoscaler.
2016-05-16 14:49:43 +02:00
Ilya Dmitrichenko
a95ec884c5
Update basic example in client docs
2016-05-16 13:12:32 +01:00
Wojciech Tyczynski
8d90427c34
Merge pull request #25653 from wojtek-t/better_traces
...
Tune traces thresholds in etcdHelper
2016-05-16 12:43:38 +02:00
Wojciech Tyczynski
7452bc3f5b
Tune traces thresholds in etcdHelper
2016-05-16 11:10:31 +02:00
huangyuqi
21fe26bd07
remove the rs&subrs logic from cluster controller
2016-05-16 16:48:27 +08:00
k8s-merge-robot
c20dcfc406
Merge pull request #25641 from ping035627/master
...
Automatic merge from submit-queue
Improve fatal error description in plugins.go of scheduler
The PR add more information for the fatal error in plugins.go of scheduler.
2016-05-16 01:45:58 -07:00
k8s-merge-robot
0985f847ea
Merge pull request #25311 from swagiaal/check-openssl
...
Automatic merge from submit-queue
Verify that openssl is installed in local-up-cluster.sh
2016-05-16 01:45:54 -07:00
k8s-merge-robot
61f383e5d1
Merge pull request #23785 from ajohnstone/23784-aws-vpc-key-error
...
Automatic merge from submit-queue
AWS kube-down: don't fail if ELB not in VPC - #23784
Prevent python undefined key error.
```
Traceback (most recent call last):
File "<string>", line 1, in <module>
KeyError: 'VPCId'
```
Fixes #23784
<!-- Reviewable:start -->
---
This change is [<img src="http://reviewable.k8s.io/review_button.svg " height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/23785 )
<!-- Reviewable:end -->
2016-05-16 01:45:49 -07:00
k8s-merge-robot
c5d85c7822
Merge pull request #25221 from krousey/dynamic_client
...
Automatic merge from submit-queue
Adding patch and cleaning up namespace code
cc @kubernetes/sig-api-machinery
2016-05-16 01:45:45 -07:00
k8s-merge-robot
9aa1a59443
Merge pull request #25568 from wojtek-t/namespaces_in_load_test
...
Automatic merge from submit-queue
Introduce namespaces in load test
Ref #25563
2016-05-16 01:01:29 -07:00
k8s-merge-robot
7fdfe1b387
Merge pull request #25309 from keontang/es-patch
...
Automatic merge from submit-queue
add index template for es aggregations
This index template helps us to do es aggregations of namespace_name, pod_name and container_name. Then after doing eggs, we will get the whole name not all the spilt pieces.
fix #25127
2016-05-16 01:01:24 -07:00