- 16 Jun, 2016 6 commits
-
-
Piotr Szczesniak authored
Updated version of resource consumer in image puller.
-
Jerzy Szczepkowski authored
Updated version of resource consumer in image puller.
-
Piotr Szczesniak authored
Revert "Change default value of deleting-pods-burst to 1"
-
Piotr Szczesniak authored
-
Saad Ali authored
Set the podAttachAndMountTimeout to a lower value
-
k8s-merge-robot authored
Automatic merge from submit-queue Force docker tag change.
-
- 15 Jun, 2016 34 commits
-
-
Matt Liggett authored
Otherwise we sometimes get an error about an existing tag.
-
Yu-Ju Hong authored
If the mount operation exceeds the timeout, it will return an error and the pod worker will retry in the next sync (10s or less). Compared with the original value (i.e., 10 minutes), this frees the pod worker sooner to process pod updates, if there are any.
-
Daniel Smith authored
Testing improvements
-
Daniel Smith authored
Fix bugs in DeltaFIFO
-
Daniel Smith authored
federation-apiserver test: Increasing timeout for clusters to be ready
-
Daniel Smith authored
federation-apiserver test: Cleaning up clusters after the test is run
-
Daniel Smith authored
One more place we need a secret.
-
k8s-merge-robot authored
Automatic merge from submit-queue 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
-
Daniel Smith authored
Update the latestReleaseBranch to release-1.3 in the munger.
-
k8s-merge-robot authored
Automatic merge from submit-queue 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.
-
k8s-merge-robot authored
Automatic merge from submit-queue Change default value of deleting-pods-burst to 1 Fix. #27413
-
k8s-merge-robot authored
Automatic merge from submit-queue Kubelet Volume Attach/Detach/Mount/Unmount Redesign This PR redesigns the Volume Attach/Detach/Mount/Unmount in Kubelet as proposed in https://github.com/kubernetes/kubernetes/issues/21931 ```release-note A new volume manager was introduced 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. ```
-
Matt Liggett authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Update default value of CLAIM_BINDER_SYNC_PERIOD. It's 15 seconds now, see #26414 and #24236.
-
k8s-merge-robot authored
Automatic merge from submit-queue federation: choosing a default federation name in test instead of failing The tests are failing right now: http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-federation/ ``` [k8s.io] Service [Feature:Federation] should be able to discover a non-local federated service /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/federated-service.go:130 Jun 14 12:40:35.091: FEDERATION_NAME environment variable must be set [k8s.io] Service [Feature:Federation] should be able to discover a federated service /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/federated-service.go:130 Jun 14 12:40:40.802: FEDERATION_NAME environment variable must be set ``` This is to fix them. cc @kubernetes/sig-cluster-federation @mml
-
saadali authored
Fixes https://github.com/kubernetes/kubernetes/pull/27410
-
saadali authored
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.
-
saadali authored
Rename UniqueDeviceName to UniqueVolumeName and move helper functions from attacherdetacher to volumehelper package. Introduce UniquePodName alias
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix failures in up and down services in large clusters Ref #26687
-
k8s-merge-robot authored
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
-
Jerzy Szczepkowski authored
Fixed e2e gke test "scale up correct target pool" by adding creation of cluster autoscaler for the new pool.
-
Wojciech Tyczynski authored
-
Filip Grzadkowski authored
Revert "Downward api node defaults"
-
Piotr Szczesniak authored
-
Jan Safranek authored
It's 15 seconds now, see #26414.
-
Wojciech Tyczynski authored
-
Piotr Szczesniak authored
Changed constans to reduce hpa e2e test flakiness.
-
Filip Grzadkowski authored
Turn off mitlinode pool test in GKE until it is fixed
-
Jerzy Szczepkowski authored
Changed constans to reduce hpa e2e test flakiness.
-
Marcin Wielgus authored
-
Wojciech Tyczynski authored
-
gmarek authored
-
k8s-merge-robot authored
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 []()
-
nikhiljindal authored
-