-
Notifications
You must be signed in to change notification settings - Fork 535
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
Add /tmp volume mount #138
Conversation
We should confirm that this prevents crashing when the API shuts down.
|
Ok, cool. Let's add CI and show it works, then we can merge it. |
/integration-cipr104 |
1 similar comment
/integration-cipr104 |
The test added in coredns/ci#104 passes here confirming that adding |
Great thanks. Just need to address a couple of comments on coredns/ci#104 ... then we can merge them. |
/integration-cipr104 |
For a workaround for related issues with crashing due to glog/klog issues, this add an EmptyDir volume and mounts it on /tmp
Fixes #137