-
Notifications
You must be signed in to change notification settings - Fork 310
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
Pods fails to terminate on Windows nodes on AKS #2538
Comments
Hi andbess, AKS bot here 👋 I might be just a bot, but I'm told my suggestions are normally quite good, as such:
|
Triage required from @Azure/aks-pm |
Action required from @Azure/aks-pm |
Issue needing attention of @Azure/aks-leads |
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment. |
This issue will now be closed because it hasn't had any activity for 7 days after stale. andbess feel free to comment again on the next 7 days to reopen or open a new issue after that time if you still have a question/issue or suggestion. |
What happened:
Sporadically some of the pods fails to de terminated on Windows nodes
What you expected to happen:
All the pods are terminated automatically
How to reproduce it:
Since the issue happens sporadically, it's hard to reproduce
Additional information:
We experience the same issue in our AKS cluster as was reported in microsoft/Windows-Containers microsoft/Windows-Containers#106, except we're not using fluentbit or fluentd logging agents (we only use Azure Monitor with combination of Grafana). Sporadically some the pods are not automatically terminated and we have to manually run "kubectl delete --force" to force terminate the pods.
Could it be that Microsoft Monitoring Agent also sometime holds the container log and that's the reason that it cannot be removed?
The error message is always the same:
Message: unable to remove filesystem for 5bbd9142e090352ac34b5c118a69f0b76efd1f79c35e50bb264aad0c3731664f: CreateFile C:\ProgramData\docker\containers\5bbd9142e090352ac34b5c118a69f0b76efd1f79c35e50bb264aad0c3731664f\5bbd9142e090352ac34b5c118a69f0b76efd1f79c35e50bb264aad0c3731664f-json.log: Access is denied.
Environment:
The text was updated successfully, but these errors were encountered: