-
Notifications
You must be signed in to change notification settings - Fork 39
How to disable the access log? #21
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
I am experiencing the same thing with the |
We're seeing the same thing in our logs. The probe polling the root endpoint (and receiving a redirect) in rather rapid interval yielding quite a few loglines (thousands per hour).
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
/lifecycle frozen |
Hi people, |
Disable server {
...
access_log off;
...
} |
Is there any update on this ? How others are tackling this ? |
We dropped the dashboard from the cluster. It was too difficult to pass security review 🙁 |
anyone solve this? |
Thanks ! |
@mikementzmaersk @sxwebdev comment seems to be a red herring as it refers to the nginx access log. |
Environment
Steps to reproduce
Run the sidecar inside the dashboard pod::
Get logs:
kubectl -n kube-system logs svc/kubernetes-dashboard -c dashboard-metrics-scraper
Observed result
Expected result
An empty log except for warning messages.
Comments
Use of glog for logging is problematic kubernetes/kubernetes#61006
https://github.com/kubernetes/klog
The text was updated successfully, but these errors were encountered: