You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -197,5 +246,6 @@ The `logrotate` tool rotates logs daily, or once the log size is greater than 10
197
246
198
247
* Read about the [Kubernetes Logging Architecture](/docs/concepts/cluster-administration/logging/)
199
248
* Read about [Structured Logging](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/1602-structured-logging)
249
+
* Read about [Contextual Logging](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/3077-contextual-logging)
200
250
* Read about [deprecation of klog flags](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
201
251
* Read about the [Conventions for logging severity](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md)
@@ -772,6 +773,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
772
773
for fsGroups when mounting a volume in a Pod. See
773
774
[Configure volume permission and ownership change policy for Pods](/docs/tasks/configure-pod-container/security-context/#configure-volume-permission-and-ownership-change-policy-for-pods)
774
775
for more details.
776
+
-`ContextualLogging`: When you enable this feature gate, Kubernetes components that support
777
+
contextual logging add extra detail to log output.
775
778
-`ControllerManagerLeaderMigration`: Enables leader migration for
776
779
`kube-controller-manager` and `cloud-controller-manager`.
777
780
-`CronJobControllerV2`: Use an alternative implementation of the
0 commit comments