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

rkt based kubelet can fail to clean up orphaned pods #1434

Closed
bradbeam opened this issue Jul 11, 2017 · 0 comments
Closed

rkt based kubelet can fail to clean up orphaned pods #1434

bradbeam opened this issue Jul 11, 2017 · 0 comments

Comments

@bradbeam
Copy link
Contributor

As mentioned in kubernetes/kubernetes#38498 (comment), we should add recursive=true to the rkt based kubelet wrapper:

-       --volume var-lib-kubelet,kind=host,source=/var/lib/kubelet,readOnly=false \
+       --volume var-lib-kubelet,kind=host,source=/var/lib/kubelet,readOnly=false,recursive=true \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant