Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k8s: fix timeout while deleting jobs #72

Merged
merged 1 commit into from
Jun 29, 2018

Conversation

diegodelemos
Copy link
Member

No description provided.

* Leaves `watch` operation open without any timeout.

* Uses the `Background` property for Kubernetes DeleteOptions object
  so orphan deletion happens asynchronously. DeleteOptions is the
  recommended way of handeling deletions for Kubernetes objects see
  more here
  https://v1-9.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.9/#deleteoptions-v1-meta.
@tiborsimko tiborsimko merged commit db72aed into reanahub:master Jun 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants