-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Migrate off the deprecated package golang.org/x/exp/inotify
#1708
Comments
This reverts commit e6b6a1a.
Revert "fix #1708; move from inotify to fsnotify"
reopening via #1807. Issue: kubernetes/kubernetes#55909 |
This reverts commit 6988e70.
It looks like the switch to fsnotify actually worked... The summary test passes if we use a non-restarting pod, but fails with the current version of the test. The test checks the summary api for pods that restart. But when they restart, we loose metrics for it. I am not sure how it passes when we are using inotify... |
We are still using inotify. Reopening |
golang.org/x/exp/inotify
has been deleted (see https://github.com/golang/exp/tree/master/inotify)cadvisor should switch to using fsnotify, or something equivalent.
xref: kubernetes/kubernetes#40123
The text was updated successfully, but these errors were encountered: