- 19 Aug, 2015 2 commits
-
-
Robert Bailey authored
Revert "Merge pull request #9165 from smarterclayton/graceful"
-
Robert Bailey authored
This reverts commit 4f856b59, reversing changes made to d78525a8. Conflicts: pkg/kubelet/status_manager.go
-
- 18 Aug, 2015 38 commits
-
-
Robert Bailey authored
Soak tests should wait until namespaces are dead before exiting
-
Robert Bailey authored
Deleting a namespace is insufficient to cleanup in e2e
-
Clayton Coleman authored
-
Clayton Coleman authored
Graceful deletion requires more time to terminate namespaces, and not waiting for namespaces to delete causes scheduling errors
-
Robert Bailey authored
tolerate output without template file
-
Robert Bailey authored
Update Elasticsearch example to remove use of secrets
-
Robert Bailey authored
Add a note of api endpoint in Kubernetes on Mesos getting started guide
-
Robert Bailey authored
Modify kubectl exec help to set -c CONTAINER as optional
-
Robert Bailey authored
tab => space in struct tag, to fix compatibility with reflect.StructTag.Get
-
Robert Bailey authored
tolerate missing image pull secrets:
-
Robert Bailey authored
Create an unversioned client and move everyone to it
-
Kris Rousey authored
-
Kris Rousey authored
-
Kris Rousey authored
-
Robert Bailey authored
Enable graceful deletion using reconciliation loops in the Kubelet without TTL
-
Mike Danese authored
-
Robert Bailey authored
remove contrib/submit-queue as it is moving to the contrib repo
-
Robert Bailey authored
Update AWS Configs to 1.0.3
-
Robert Bailey authored
Replace Port with NodePort for creating LB members
-
Robert Bailey authored
add kube-dns for docker k8s
-
Robert Bailey authored
More corner cases with iptables proxy
-
Robert Bailey authored
Fix two bugs in reboot tests
-
Quinton Hoole authored
Confirms daemons restart and do sane things in an e2e test
-
Robert Bailey authored
Don't register the master node into the cluster by default.
-
Kenjiro Nakayama authored
-
Filip Grzadkowski authored
HorizontalPodAutoscaler status
-
Clayton Coleman authored
-
Clayton Coleman authored
-
Clayton Coleman authored
-
Clayton Coleman authored
Eviction should retry longer and wait for completion of the pod.
-
Clayton Coleman authored
The sync loop should check for terminated pods that are no longer running and clear them. The status loop should never write status if the pod UID changes. Mirror pods should be deleted immediately rather than gracefully.
-
Clayton Coleman authored
-
Clayton Coleman authored
Avoid TTL by deleting pods immediately when they aren't scheduled, and letting the Kubelet delete them otherwise. Ensure the Kubelet uses pod.Spec.TerminationGracePeriodSeconds when no pod.DeletionGracePeriodSeconds is available.
-
deads2k authored
-
Clayton Coleman authored
This reverts commit 98115fac.
-
Filip Grzadkowski authored
Prepare for refactoring registry etcd tests
-
Filip Grzadkowski authored
Increased waiting for cluster size timeout for Autoscaling e2e
-
Marcin Wielgus authored
-