Merge pull request #8641 from smarterclayton/gracefully_delete_pods

Gracefully delete pods from the Kubelet
This commit is contained in:
Brian Grant
2015-06-02 10:36:27 -07:00
66 changed files with 865 additions and 238 deletions

View File

@@ -17,6 +17,7 @@ spec:
mountPath: /varlog
- name: containers
mountPath: /var/lib/docker/containers
terminationGracePeriodSeconds: 30
volumes:
- name: varlog
hostPath:

View File

@@ -17,6 +17,7 @@ spec:
mountPath: /varlog
- name: containers
mountPath: /var/lib/docker/containers
terminationGracePeriodSeconds: 30
volumes:
- name: varlog
hostPath: