- 02 Jun, 2015 21 commits
-
-
Brian Grant authored
fix omitempty on PodSpec.ServiceAccount in v1beta3
-
Brian Grant authored
bump the ubuntu k8s version to 0.18.0
-
Brian Grant authored
Align systemd environ file with optimal admission controllers
-
Brian Grant authored
Fixes panic/nil pointer in PV
-
Brian Grant authored
Fix guestbook example based on hackathon feedback.
-
Brian Grant authored
minor cleanup for apiserver/errors.go
-
Brian Grant authored
Gracefully delete pods from the Kubelet
-
Jeff Lowdermilk authored
gke provider: Fix "gcloud .* describe" checks in util.sh
-
Filip Grzadkowski authored
Disabled load e2e test for scalability Jenkins job
-
Piotr Szczesniak authored
-
Zach Loafman authored
This basically prevents you from re-running e2es cross-project on the GKE provider. (The current Jenkins jobs that have been moved to different projects are working kind of accidentally.)
-
markturansky authored
-
Jan Safranek authored
Check Spec.PersistentVolumeSource in NFS, RBD, Gluster and iSCSI volume plugins.
-
Filip Grzadkowski authored
Retry downloading binary tars in case of unpack failure
-
Filip Grzadkowski authored
-
Filip Grzadkowski authored
Re-enabled load e2e test for Jenkins scalability suite
-
Piotr Szczesniak authored
Also increased next pod startup waiting time from 100s to 200s to eliminate flakiness by incresing failCount param.
-
Filip Grzadkowski authored
Use watch-based cache in density e2e tests.
-
Jordan Liggitt authored
-
wizard authored
-
derekwaynecarr authored
-
- 01 Jun, 2015 19 commits
-
-
Eric Tune authored
coreos/azure: Version bump and doc update
-
Eric Tune authored
Added note about AWS env variable to specify location of private key
-
Clayton Coleman authored
-
Clayton Coleman authored
-
Clayton Coleman authored
-
Clayton Coleman authored
-
Clayton Coleman authored
-
Clayton Coleman authored
Pods that are slated for deletion should be excluded from replication and endpoints immediately.
-
Clayton Coleman authored
-
Clayton Coleman authored
This commit wires together the graceful delete option for pods on the Kubelet. When a pod is deleted on the API server, a grace period is calculated that is based on the Pod.Spec.TerminationGracePeriodInSeconds, the user's provided grace period, or a default. The grace period can only shrink once set. The value provided by the user (or the default) is set onto metadata as DeletionGracePeriod. When the Kubelet sees a pod with DeletionTimestamp set, it uses the value of ObjectMeta.GracePeriodSeconds as the grace period sent to Docker. When updating status, if the pod has DeletionTimestamp set and all containers are terminated, the Kubelet will update the status one last time and then invoke Delete(pod, grace: 0) to clean up the pod immediately.
-
Clayton Coleman authored
-
Clayton Coleman authored
-
Eric Tune authored
Fix kubectl run broken at HEAD
-
Eric Tune authored
docs: markdown and simple fixes
-
Eric Tune authored
e2e: Specify RestartPolicy=Never in empty_dir test
-
Eric Tune authored
Refactored kube-push.sh script
-
Eric Tune authored
GCE kube-down.sh error fixes
-
Eric Tune authored
Fix cluster monitoring setup config.
-
Eric Tune authored
Soak ns 2
-