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
Jan Safranek
e5bea6abba
Add specific error type for "operation already exists" error.
...
PersistentVolume controller needs to know why scheduling a new operation has
failed - if the operation was already running or some other error happened.
2016-05-16 10:43:42 +02: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
zhangke
49f4f242a8
Update lookup_cache.go
...
MatchingCache struct hold a RWLock, so Get operation of Cache should use RLock properly, nor WLock
2016-05-16 15:26:30 +08:00
Chao Xu
21706384f7
use garbage queue drained instead of a watch
2016-05-16 00:14:51 -07:00
k8s-merge-robot
1cba05574b
Merge pull request #25619 from skrassiev/bug/aws_invalid_endpoint_24020
...
Automatic merge from submit-queue
Fixed 'Invalid endpoint: https://ec2.us-east-.amazonaws.com '. #24420 #24420
Addresses:
- https://github.com/kubernetes/kubernetes/issues/24020
- https://github.com/kubernetes/kubernetes/issues/24420
2016-05-16 00:04:04 -07:00
k8s-merge-robot
c044b5e93b
Merge pull request #25402 from kubevirt/master
...
Automatic merge from submit-queue
Add nfs support for vagrant nodes.
## Pull Request Guidelines
1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md ).
1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md ).
1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes ) in the block below.
```release-note
* Use the release-note-* labels to set the release note state
* Clear this block to use the PR title as the release note
-OR-
* Enter your extended release note here
```
[]()
This will allow to use NFS volumes on those nodes
2016-05-16 00:04:00 -07:00
Random-Liu
10b0e0f3de
Fix downward api for pod using host network.
2016-05-15 23:59:39 -07:00
Wojciech Tyczynski
626ff900ad
Explicitly enqueue controllers on failures and increase resync period
2016-05-16 08:52:01 +02:00
Wojciech Tyczynski
4b0b6a13e0
Introduce namespaces in load test
2016-05-16 08:33:27 +02:00
PingWang
cefaa06a43
Improve fatal error description in plugins.go of scheduler
...
The PR add more information to fatal error in plugins.go of scheduler.
2016-05-16 10:58:07 +08:00
zhouhaibing089
cee09e17a4
mount instanceid file from config drive when using openstack cloud provider
2016-05-16 09:50:15 +08:00
keontang
1520a01d97
Fixed #25127
2016-05-16 09:03:00 +08:00
Brandon Philips
ff5a2a755f
examples: guestbook-go: fix the redis-master version
...
The guestbook-go example is broken because the latest tag of redis has
moved to redis 3.0 which speaks a new protocol. This means that the
slaves, which have fixed 2.0 versions, will error out on the protocol:
```
[7] 15 May 23:37:44.403 # Can't handle RDB format version 7
[7] 15 May 23:37:44.403 # Failed trying to load the MASTER synchronization DB from disk
[7] 15 May 23:37:45.333 * Connecting to MASTER redis-master:6379
[7] 15 May 23:37:45.427 * MASTER <-> SLAVE sync started
```
In this case the app simply never persists data.
cc @luebken @Gurpartap
2016-05-15 18:46:27 -05:00
Chao Xu
c73406bcfe
the garbage collector controller
2016-05-15 16:04:19 -07:00
Brandon Philips
e33f348551
README: be more accurate about where k8s can run
...
The README really undersells all of the places that can run Kubernetes.
Direct users at the getting started guides and be more optimistics about
the possibilities of running Kubernetes anywhere.
2016-05-15 13:59:31 -05:00
k8s-merge-robot
aada051b20
Merge pull request #25357 from mwielgus/ca-salt
...
Automatic merge from submit-queue
Salt configuration for the new Cluster Autoscaler for GCE
Adds support for cloud autoscaler from contrib/cloud-autoscaler in kube-up.sh GCE script.
cc: @fgrzadkowski @piosz
2016-05-15 11:35:19 -07:00
k8s-merge-robot
eae98632d5
Merge pull request #25627 from luxas/faster-local-up-cluster
...
Automatic merge from submit-queue
Build hyperkube in hack/local-up-cluster instead of separate binaries
This speeds up the build time a lot.
Also add arm64 as a valid arch
This is quite trivial. Let's get it in asap
@thockin @pmorie @liggitt @eparis @zmerlynn @smarterclayton
2016-05-15 09:49:30 -07:00
k8s-merge-robot
87403cfe7b
Merge pull request #25173 from ixdy/gcloud-grep-awk-cut
...
Automatic merge from submit-queue
Use --format='value(name)' with gcloud instead of grep/awk/cut
Fixing our fragile parsing of `gcloud` is getting old (#24746 , #25159 , maybe others?).
Instead, let's just get the proper output out of `gcloud` in the first place.
2016-05-15 07:46:28 -07:00
Lucas Käldström
8e64b5f347
Speed up hack/local-up-cluster.sh by building hyperkube instead of separate binaries. Also add arm64 as a valid arch
2016-05-15 16:38:11 +03:00
k8s-merge-robot
9cf6642531
Merge pull request #25110 from metral/recursive-rollout
...
Automatic merge from submit-queue
enable recursive processing in kubectl rollout
This PR was split out of https://github.com/kubernetes/kubernetes/pull/23673 per @deads2k's suggestion: https://github.com/kubernetes/kubernetes/pull/23673#discussion-diff-61290415
It makes use of the recursive processing of a directory in `kubectl rollout {undo,pause,resume}` which now also conforms to the [command conventions](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/kubectl-conventions.md#command-implementation-conventions ).
`kubectl rollout history` is being omitted for the time being as its encountering what appears to be an anomaly of an issue: https://github.com/kubernetes/kubernetes/issues/24606 . Once this issue has been resolved I will modify it to be recursive
2016-05-15 06:14:21 -07:00
k8s-merge-robot
141f814eb8
Merge pull request #25100 from rootfs/e2e-gce-volume
...
Automatic merge from submit-queue
add GCE PD volume e2e tests
add GCE PD e2e volume test
@kubernetes/sig-storage
2016-05-15 05:33:38 -07:00
k8s-merge-robot
e10625cdcc
Merge pull request #25033 from smarterclayton/use_upstream_conversion
...
Automatic merge from submit-queue
Conversions have kube-isms and are not portable for downstream
Some minor fixes to enable generators for OpenShift and others who need
to generate conversions on Kube API groups outside the core.
@deads2k
2016-05-15 04:54:54 -07:00
k8s-merge-robot
5d6c5f5af8
Merge pull request #25022 from zhouhaibing089/sort-fix
...
Automatic merge from submit-queue
Support struct,array,slice types when sorting kubectl output
Fixes https://github.com/kubernetes/kubernetes/issues/24328 .
Briefly, `sorting_printer` only take cares of the following type kinds:
* `reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64`
* `reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64`
* `reflect.Float32, reflect.Float64`
* `reflect.String`
* `reflect.Ptr`
This commit aims to add `reflect.Struct, reflect.Slice, reflect.Array`.
/cc @bgrant0607
2016-05-15 04:16:12 -07:00