-
Notifications
You must be signed in to change notification settings - Fork 181
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
Side car do not remove the files of a config map when it is deleted #267
Comments
@vkjv Are you using the latest version? Could you provide (anonymized) logs of the sidecar? |
Hi, I made it work using the WATCH. From the documentation it is hard make out in the first place. Since it documents only SLEEP and LIST. SLEEP do not monitor removal of configmap contents. So it worked with WATCH. Thank you. |
Glad that you were able to make it work for you. I am not sure it's not supposed to work with Any suggestions for the improvements of this:
? |
@jekkel I'm also having the same issue with ERROR:
CONFIG:
|
This issue has been automatically marked as stale because it has not had any activity in the last 60 days. Thank you for your contributions. |
Hi,
I have configured k8s-sidecar to monitor some of the configmaps for json file contents and create them as files in the file system. Creation, modification is working fine. But when I remove the configmap itself, side car do not seems to be removing those files which are part if the deleted configmap. Even removing the content from the configmap also, do not seem to be removing the corresponding file. Am I missing something here?
The text was updated successfully, but these errors were encountered: