We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: We've identified an issue with how our system processes three distinct [Kubernetes API server logging categories](https://learn.microsoft.com/en-us/azure/aks/monitor-aks#aks-control-planeresource-logs). This issue affects log delivery and storage efficiency for customers using specific diagnostic settings.
Affected Components:
kube-apiserver
kube-audit
kube-audit-admin
Current Behavior:
When kube-apiserver or kube-audit-admin is enabled:
When kube-apiserver is enabled:
responseObject
requestObject
Impact:
Customer Action Required: None. The fix is rolling out. No action is needed from the customer
The text was updated successfully, but these errors were encountered:
mkeesey
aritraghosh
No branches or pull requests
Description:
We've identified an issue with how our system processes three distinct [Kubernetes API server logging categories](https://learn.microsoft.com/en-us/azure/aks/monitor-aks#aks-control-planeresource-logs). This issue affects log delivery and storage efficiency for customers using specific diagnostic settings.
Affected Components:
kube-apiserver
: Non-audit logs from Kubernetes API serverkube-audit
: Complete Kubernetes audit logskube-audit-admin
: Selective audit logs for mutating operations (PUT, PATCH, CREATE, etc.)Current Behavior:
When
kube-apiserver
orkube-audit-admin
is enabled:kube-audit
logs in addition to the requested log categoryWhen
kube-apiserver
is enabled:responseObject
andrequestObject
) are not properly truncated to storage limitsImpact:
Customer Action Required:
None. The fix is rolling out. No action is needed from the customer
The text was updated successfully, but these errors were encountered: