-
Notifications
You must be signed in to change notification settings - Fork 315
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
Logging Verbosity setting for kube* components #2165
Comments
Hi ohadschn, 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 |
Same here.
|
We just hit a case that is pretty much impossible without access to detailed |
|
Could you please elaborate what led you to this issue - 'ProvisioningFailed' , please describe the problem use case here and can you also let us know which log details are you most interested in - Any Support cases opened on this prior would be helpful for us . |
Hi @kaarthis you may mention another Yuri...
Let me loop in the MS internal email thread. |
Got it @yuriwoof - which logs did you access for this and may i know if through the support case having increased verbosity helped you at all ,if so how ? |
@yuriwoof any luck with the MS Internal thread ? also happy to sync with you if you are available to discuss this. |
We are evaluating this for long term impact especially balancing component CCP stability vs benefits of increased logging. Closing this for now as we have communicated with Octopus group in the thread. |
The following logs are available for cluster debugging:
Master
/var/log/kube-apiserver.log
- API Server, responsible for serving the API/var/log/kube-scheduler.log
- Scheduler, responsible for making scheduling decisions/var/log/kube-controller-manager.log
- Controller that manages replication controllersWorker Nodes
/var/log/kubelet.log
- Kubelet, responsible for running containers on the node/var/log/kube-proxy.log
- Kube Proxy, responsible for service load balancingIt is my understanding that they all support a
-v
verbosity flag (klog convention), which can be immensely useful in test clusters. Unfortunately,There is also the related matter of container logs settings (number of log files, max log file size, etc): #1062
The text was updated successfully, but these errors were encountered: