saadali
cfab5362d4
Remove spam log messages from gce pd
...
Fixes https://github.com/kubernetes/kubernetes/pull/27410
2016-06-15 09:34:08 -07:00
saadali
542f2dc708
Introduce new kubelet volume manager
...
This commit adds a new volume manager in kubelet that synchronizes
volume mount/unmount (and attach/detach, if attach/detach controller
is not enabled).
This eliminates the race conditions between the pod creation loop
and the orphaned volumes loops. It also removes the unmount/detach
from the `syncPod()` path so volume clean up never blocks the
`syncPod` loop.
2016-06-15 09:34:08 -07:00
saadali
9b6a505f8a
Rename UniqueDeviceName to UniqueVolumeName
...
Rename UniqueDeviceName to UniqueVolumeName and move helper functions
from attacherdetacher to volumehelper package.
Introduce UniquePodName alias
2016-06-15 09:32:12 -07:00
k8s-merge-robot
130341b5f1
Merge pull request #27429 from wojtek-t/fix_services_test
...
Automatic merge from submit-queue
Fix failures in up and down services in large clusters
Ref #26687
2016-06-15 08:39:25 -07:00
k8s-merge-robot
4c0bbe43aa
Merge pull request #27416 from wojtek-t/longer_system_pods_timeout
...
Automatic merge from submit-queue
Make timeout for starting system pods configurable
Context: in 2000-node clusters (if only one node is big enough to fit heapster, which is our testing configuration), heapster won't be scheduled until that node has route. However, creating routes is pretty expensive and currently can take even 2 hours.
@zmerlynn @gmarek
2016-06-15 08:39:21 -07:00
Jerzy Szczepkowski
f688165c5b
Fixed e2e gke test "scale up correct target pool".
...
Fixed e2e gke test "scale up correct target pool" by adding creation of
cluster autoscaler for the new pool.
2016-06-15 16:35:36 +02:00
Wojciech Tyczynski
9961b8021b
Fix failures in up and down services in large clusters
2016-06-15 16:09:46 +02:00
Filip Grzadkowski
b58ca36975
Merge pull request #27439 from kubernetes/revert-27303-downward_api_node_defaults
...
Revert "Downward api node defaults"
2016-06-15 15:53:22 +02:00
Piotr Szczesniak
51af487b5f
Revert "Downward api node defaults"
2016-06-15 15:47:49 +02:00
Jan Safranek
67e5f5c001
Update default value of CLAIM_BINDER_SYNC_PERIOD.
...
It's 15 seconds now, see #26414 .
2016-06-15 15:25:55 +02:00
gmarek
9cf3724ed6
WaitForRunningReady also waits for PodsSuccess
2016-06-15 15:09:02 +02:00
Wojciech Tyczynski
ccd42e9236
Fix bugs in DeltaFIFO
2016-06-15 15:08:21 +02:00
Jan Safranek
449e9f49d3
Fill PV.Status.Message with deleter/recycler errors.
2016-06-15 14:56:31 +02:00
Jan Safranek
4ab91066d0
Allow emitting PersistentVolume events.
...
Similarly to Nodes, PersistentVolumes are not in any namespace and we should
not block events on them. Currently, these events are rejected with
'Event "nfs.145841cf9c8cfaf0" is invalid: involvedObject.namespace: Invalid value: "": does not match involvedObject'
2016-06-15 14:42:24 +02:00
Jan Safranek
e1e9a41757
Show events in 'kubectl describe pv'
2016-06-15 14:17:02 +02:00
gmarek
8617f70add
Adjust heapster cpu request/limit
2016-06-15 13:34:58 +02:00
Piotr Szczesniak
3d09b99d2c
Merge pull request #27423 from jszczepkowski/master
...
Changed constans to reduce hpa e2e test flakiness.
2016-06-15 13:01:39 +02:00
Filip Grzadkowski
6fc1767af2
Merge pull request #27424 from mwielgus/turn-off-multinodepool
...
Turn off mitlinode pool test in GKE until it is fixed
2016-06-15 12:02:07 +02:00
Jerzy Szczepkowski
86764ba4ce
Changed constans to reduce hpa e2e test flakiness.
...
Changed constans to reduce hpa e2e test flakiness.
2016-06-15 11:33:50 +02:00
Marcin Wielgus
9b012a4d44
Turn off mitlinode pool test in GKE until it is fixed
2016-06-15 11:27:44 +02:00
Wojciech Tyczynski
e0498ed76a
Make timeout for starting system pods configurable
2016-06-15 11:25:42 +02:00
gmarek
aec5dfbd6d
Change default value of deleting-pods-burst to 1
2016-06-15 11:22:58 +02:00
k8s-merge-robot
3c822c0b3c
Merge pull request #27357 from madhusudancs/fed-dns-scope
...
Automatic merge from submit-queue
Add Google Cloud DNS auth scope to GCE VMs when they are started in a federation.
cc @colhom @kubernetes/sig-cluster-federation
[]()
2016-06-15 00:00:54 -07:00
nikhiljindal
33291bd52a
choosing a default federation name in test instead of failing
2016-06-14 23:55:05 -07:00
k8s-merge-robot
922facd652
Merge pull request #27303 from derekwaynecarr/downward_api_node_defaults
...
Automatic merge from submit-queue
Downward api node defaults
Fixes #27062
Replaces https://github.com/kubernetes/kubernetes/pull/27107
2016-06-14 22:53:03 -07:00
k8s-merge-robot
49d0ba52dc
Merge pull request #27181 from jsafrane/update-selector-doc
...
Automatic merge from submit-queue
Update PVC.Selector docs: it's ignored when VolumeName is set
@kubernetes/sig-storage
2016-06-14 21:03:30 -07:00
nikhiljindal
7f7842e657
Increasing timeout for clusters to be ready
2016-06-14 19:48:45 -07:00
nikhiljindal
912df9b55a
Cleaning up clusters after federation apiserver test is run
2016-06-14 18:43:29 -07:00
k8s-merge-robot
77419c48fd
Merge pull request #27395 from zmerlynn/separate_heapster_pool
...
Automatic merge from submit-queue
GKE provider: Add a HEAPSTER_MACHINE_TYPE option
[]()
Allows heterogeneous cluster configurations for large cluster
synthetic testing.
Supersedes #27389
2016-06-14 16:53:13 -07:00
k8s-merge-robot
2b9670b77b
Merge pull request #27190 from caesarxuchao/remove-debugging-log
...
Automatic merge from submit-queue
Fix a debugging line
A trivial update. @k8s-oncall can we manually merge it?
2016-06-14 16:53:09 -07:00
Alain Roy
5740ceb7f6
Fixes and improvements to Photon Controller backend for kube-up
...
- Improve reliability of network address detection by using MAC
address. VMware has a MAC OUI that reliably distinguishes the VM's
NICs from the other NICs (like the CBR). This doesn't rely on the
unreliable reporting of the portgroup.
- Persist route changes. We configure routes on the master and nodes,
but previously we didn't persist them so they didn't last across
reboots. This persists them in /etc/network/interfaces
- Fix regression that didn't configure auth for kube-apiserver with
Photon Controller.
- Reliably run apt-get update: Not doing this can cause apt to fail.
- Remove unused nginx config in salt
2016-06-14 15:40:33 -07:00
nikhiljindal
690ac21ca7
Deleting federation-push.sh
2016-06-14 15:11:47 -07:00
k8s-merge-robot
364239a294
Merge pull request #27342 from Random-Liu/add-image-pulling-node-e2e
...
Automatic merge from submit-queue
Add image pulling node e2e
Fixes #27007 .
Based on #27309 , will rebase after #27309 gets merged.
This PR added all tests mentioned in #27007 :
* Pull an image from invalid registry;
* Pull an invalid image from gcr;
* Pull an image from gcr;
* Pull an image from docker hub;
* Pull an image needs auth with/without secrets.
For the imagePullSecrets test, I created a new gcloud project "authenticated-image-pulling", and the service account in the code only has "Storage Object Viewer" permission.
/cc @pwittrock @vishh
[]()
2016-06-14 14:50:41 -07:00
Zach Loafman
1fde6f867c
GKE provider: Add a HEAPSTER_MACHINE_TYPE option
...
Allows heterogeneous cluster configurations for large cluster
synthetic testing.
2016-06-14 14:39:08 -07:00
nikhiljindal
ee478ec8c2
include federation binaries in the list of images we push during release
2016-06-14 14:30:51 -07:00
k8s-merge-robot
5ba4b3f200
Merge pull request #27338 from fejta/node
...
Automatic merge from submit-queue
Add description to created node images
Make it a little easier to see who to contact about important node e2e images.
2016-06-14 13:43:44 -07:00
k8s-merge-robot
751f45b641
Merge pull request #27310 from ihmccreery/version-guard-port-forward
...
Automatic merge from submit-queue
Add kubectl version guard around kubectl port-forward
Fixes #26594 (once this gets backported to v1.2 and v1.3).
2016-06-14 13:43:40 -07:00
k8s-merge-robot
abfe894385
Merge pull request #27301 from bprashanth/ps_dbg
...
Automatic merge from submit-queue
petset and volume debug messages
To help with https://github.com/kubernetes/kubernetes/issues/27299 https://github.com/kubernetes/kubernetes/issues/27058
simple enough that either reviewer can approve I guess.
2016-06-14 12:34:43 -07:00
k8s-merge-robot
cc5e159fe5
Merge pull request #27341 from wojtek-t/fix_pop
...
Automatic merge from submit-queue
Fix race in informer
Fix #27004
@smarterclayton @hongchaodeng @caesarxuchao
2016-06-14 11:27:46 -07:00
Eric Chiang
d13e351028
add unit and integration tests for rbac authorizer
2016-06-14 11:07:48 -07:00
Huamin Chen
8e67a308ed
in nsenter mounter, read hosts PID 1 /proc/mounts to list the mounts
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2016-06-14 17:54:59 +00:00
k8s-merge-robot
2f4309d270
Merge pull request #27351 from jszczepkowski/e2e-gke-migs
...
Automatic merge from submit-queue
Added e2e test for cluster autoslaer for gke with multiple node-pools.
[]()
Added e2e test for cluster autoslaer for gke with multiple node-pools.
2016-06-14 10:19:19 -07:00
k8s-merge-robot
cd8e8f4c5a
Merge pull request #27305 from zmerlynn/fix-logged-op
...
Automatic merge from submit-queue
GCE provider: Fix minor cosmetic logging issue
[]()
Log the pollOp, not the base op. (This will include the final status/timestamp and any errors.)
2016-06-14 10:19:14 -07:00
Isaac Hollander McCreery
fa9f6d7cd2
Add kubectl version guard around kubectl port-forward
2016-06-14 10:04:22 -07:00
Andy Zheng
e6b744c85a
Revert "Revert "GCI: add support for network plugin""
...
This reverts commit 8207eddd99
.
2016-06-14 09:52:34 -07:00
Paul Morie
25f25cbafd
Improve debugging experience for single integration test case
2016-06-14 12:51:02 -04:00
derekwaynecarr
712860d55f
Fix downward API for resource limits
2016-06-14 12:49:00 -04:00
Daniel Smith
afa8da2f5b
Merge pull request #27366 from zmerlynn/fix-1-4-tag
...
Fix v1.4.0-alpha.0 tag
2016-06-14 09:13:33 -07:00
Zach Loafman
f49c976bea
Revert "Redo v1.4.0-alpha.0"
...
This reverts commit c7f1485e1b
, reversing
changes made to 939ad4115a
.
2016-06-14 09:01:53 -07:00
Zach Loafman
c7f1485e1b
Redo v1.4.0-alpha.0
2016-06-14 09:01:41 -07:00