MrHohn
b5c17fa3cd
Use deployment for kube-dns
2016-09-02 16:37:36 -07:00
Kubernetes Submit Queue
130051b2d9
Merge pull request #31090 from justinsb/fix_29324
...
Automatic merge from submit-queue
AWS: fix volume device assignment race condition
* Move volume attachment map to cloud level
* Perform sanity check after volume attach, to double-check everything is right
2016-09-02 16:19:57 -07:00
Random-Liu
27779425e3
Use the right waiting time for eventually.
2016-09-02 16:01:53 -07:00
Clayton Coleman
e3b0c35ca2
Print out some extra details from the namespace deletion error
2016-09-02 19:00:54 -04:00
Euan Kemp
807d7ba8ec
rkt: Remove recommended rkt version
...
This has been unhelpful logspam forever basically. We always want newer
versions of rkt to be viable options, and often they have bugfixes as
well.
2016-09-02 15:52:37 -07:00
Kubernetes Submit Queue
83035a52ce
Merge pull request #32005 from vishh/fix-e2e-node-logs
...
Automatic merge from submit-queue
Increase logging level for e2e node services
Without this change, the apiserver logs are non existent for node e2e tests.
2016-09-02 15:44:11 -07:00
nikhiljindal
556fa932dd
Updated federation swagger spec
2016-09-02 15:30:33 -07:00
nikhiljindal
a51d79110c
Update the namespace test to verify that namespace was deleted as expected
2016-09-02 15:30:33 -07:00
nikhiljindal
274487da87
Adding namespaces/finalizer subresource to federation apiserver
2016-09-02 15:30:32 -07:00
Kubernetes Submit Queue
11765ab92e
Merge pull request #31887 from liggitt/certificates-group
...
Automatic merge from submit-queue
Namespace certificates API group
New API groups should follow best-practices for naming, including using DNS names within the k8s.io namespace
```release-note
The certificates API group has been renamed to certificates.k8s.io
```
2016-09-02 15:08:55 -07:00
Hongchao Deng
8723fbaa61
unshare cluster, store in each test suite
2016-09-02 15:04:23 -07:00
Charles Butler
ff2478042a
Fixes the master messaging
...
Resolves #32010
2016-09-02 16:57:07 -05:00
Minhan Xia
83ca3504b4
add deprecate message for configure-cbr0
2016-09-02 14:36:07 -07:00
Minhan Xia
1a484d5585
bump debian-iptables version
2016-09-02 14:34:29 -07:00
Minhan Xia
fd4c947de9
correct typo in kubenet config
2016-09-02 14:33:34 -07:00
Kubernetes Submit Queue
be290b5904
Merge pull request #31931 from freehan/kubenetcheck
...
Automatic merge from submit-queue
kubenet checks required cni plugins are present
related to #31215
2016-09-02 14:32:08 -07:00
m1093782566
ffc77eff71
cross build test/images/serve_hostname and update README
2016-09-02 17:25:03 -04:00
Chao Xu
25966e1148
gc retries failed garbage collection
2016-09-02 14:17:42 -07:00
Random-Liu
35cabc370e
Fix wrong permission bit for log file.
2016-09-02 14:05:18 -07:00
Vishnu kannan
59e14cf55b
Increase logging level for e2e node services
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-09-02 14:05:09 -07:00
Kubernetes Submit Queue
c337778803
Merge pull request #31356 from jfrazelle/29227-fix-e2e-http-request-flake
...
Automatic merge from submit-queue
test/e2e: fix flake in kubelet expose should create services for rc
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**:
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Special notes for your reviewer**:
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
NONE
```
Add a loop to retry the request to account for the TLS Timeout and API
credential error responses outlined by the flakes in #29227 .
Fixes #29227
2016-09-02 13:55:52 -07:00
Random-Liu
d36f7220da
Change wrong name in perf config.
2016-09-02 13:48:10 -07:00
Cindy Wang
3a28c09efb
Snapshotting design doc
...
minor edits, changing prefix on annotations
update-munge-docs
2016-09-02 13:39:50 -07:00
Mike Danese
39d190e983
lower loglevel of spammy warning
2016-09-02 13:34:29 -07:00
Paul Morie
67387632dc
Update node status instead of node in kubelet
2016-09-02 16:24:39 -04:00
jianhuiz
a2e6542e2a
update e2e test for federation replicaset controlelr
2016-09-02 13:18:46 -07:00
Kubernetes Submit Queue
0cdaf1028e
Merge pull request #31912 from mtaufen/eviction-aftereach
...
Automatic merge from submit-queue
Move wait for pressure to subside to AfterEach
so we still wait if the test part of the test for eviction order fails.
2016-09-02 13:15:36 -07:00
Marcin Wielgus
5d3adbe552
Bump ClusterAutoscaler to 0.3.0-beta6
2016-09-02 22:15:35 +02:00
Kubernetes Submit Queue
27bd087eff
Merge pull request #31982 from coufon/increase_resource_limit
...
Automatic merge from submit-queue
increase resource usage limit in node e2e test
This PR increases the resource limit of node e2e density test according to previous measurements.
Fixed https://github.com/kubernetes/kubernetes/issues/31877 and fixed https://github.com/kubernetes/kubernetes/issues/30523
2016-09-02 12:31:47 -07:00
Kubernetes Submit Queue
06c542b4c0
Merge pull request #31985 from smarterclayton/register_delete_options
...
Automatic merge from submit-queue
Internal types must be registered in their group version
2016-09-02 11:54:29 -07:00
Kubernetes Submit Queue
c8525ec99a
Merge pull request #31642 from jfrazelle/fix-upgrade-e2e-gke-1.3-1.4-kubectl-skew
...
Automatic merge from submit-queue
fixes upgrade tests for kubectl skew from 1.3 to master
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**:
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Special notes for your reviewer**:
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
```
This PR modified the output from "QoS Tier" to "QoS Class" which broke the kubectl skew upgrade test from 1.3 to 1.4 https://github.com/kubernetes/kubernetes/pull/27749
this fixes that
2016-09-02 11:19:14 -07:00
Paul Morie
bd83f8b273
Add positive logging for GC events
2016-09-02 14:09:02 -04:00
Clayton Coleman
6912d109ba
Internal types must be registered in their group version
...
DeleteOptions is required to be set
2016-09-02 13:04:15 -04:00
Kubernetes Submit Queue
b921c675a0
Merge pull request #31518 from bryk/release-v1.4.0-beta1
...
Automatic merge from submit-queue
Increase Dashboard UI version to v1.4.0-beta2
This is our first beta for 1.4. We started synchronizing versions with
the core.
Release tag:
https://github.com/kubernetes/dashboard/releases/tag/v1.4.0-beta2
2016-09-02 09:50:09 -07:00
Miao Luo
7adeec3e9c
Update salt usage to accelerate kube-up.
...
Use state.show_highstate to wait for init highstate functions to be done on each node.
Then start highstate in parallel on all the minions.
2016-09-02 09:39:43 -07:00
Zhou Fang
bb0a0c0fe9
increase resource usage limit in node e2e test
2016-09-02 09:12:40 -07:00
Davanum Srinivas
01c40066b3
Skip gofmt for staging/ directory
...
We should not try to format stuff that does not
belong to the current repository
Fixes #31875
2016-09-02 11:51:38 -04:00
Davide Agnello
87e721367e
vSphere Cloud provider null pointer exception
...
SelectByType function in govmomi will panic if deviceType is not Array,
Chan, Map, Ptr, or Slice. Also checking if vmDevices or vm are nil,
there is nothing to cleanup.
2016-09-02 07:50:19 -07:00
Matthew Wong
19ee7d4c6b
Run copy.sh to update client-go for pvcs
2016-09-02 10:48:39 -04:00
Piotr Szczesniak
9ce2ad3f4c
Enable Rescheduler by default
2016-09-02 15:53:57 +02:00
bryk
b2373b05f9
Increase Dashboard UI version to v1.4.0-beta2
...
This is our first beta for 1.4. We started synchronizing versions with
the core.
Release tag:
https://github.com/kubernetes/dashboard/releases/tag/v1.4.0-beta2
2016-09-02 15:46:47 +02:00
Kubernetes Submit Queue
dfccabe22f
Merge pull request #31961 from piosz/heapster-fix
...
Automatic merge from submit-queue
Fixed port in Heapster liveness probe
fix #31955
2016-09-02 06:41:18 -07:00
Jerzy Szczepkowski
e59107f458
Bumped memory limit for resource consumer. Fixes #31591 .
...
Bumped memory limit for resource consumer from 100 MB to 200 MB. Fixes #31591 .
2016-09-02 15:29:00 +02:00
Avesh Agarwal
4ba39b4722
Update mounttest container image version to 0.7 everywhere.
2016-09-02 09:03:11 -04:00
Wojciech Tyczynski
58e7308dee
Make it possible to set test args
2016-09-02 14:24:20 +02:00
Kubernetes Submit Queue
34f7345d27
Merge pull request #31956 from wojtek-t/bump_pod_nanny
...
Automatic merge from submit-queue
Bump pod nany version to fix a bug
Fix #31950
2016-09-02 03:04:12 -07:00
Piotr Szczesniak
45b6b861ae
Fixed port in Heapster liveness probe
2016-09-02 11:50:32 +02:00
Maciej Szulik
a783efa324
Check server version when running scheduled job e2e tests
2016-09-02 11:02:32 +02:00
Wojciech Tyczynski
794074b273
Bump pod nany version to fix a bug
2016-09-02 10:44:41 +02:00
Kubernetes Submit Queue
ca98482da9
Merge pull request #31945 from Random-Liu/prepull-common-test-image
...
Automatic merge from submit-queue
Add images used in common test into prepull image list.
Addresses https://github.com/kubernetes/kubernetes/issues/31774#issuecomment-243800830 .
Fixes #31774 , #31579 .
This PR added all images in common test into the node e2e prepull list.
Mark P2 because this help get rid of image pulling flake.
@yujuhong
2016-09-02 01:36:55 -07:00