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
This is a new feature in 1.24. Only the infrastructure is going in at this
point with no changes in Kubernetes components, so the user-visible effect is
minimal.
@@ -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)
@@ -737,6 +738,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
737
738
for fsGroups when mounting a volume in a Pod. See
738
739
[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)
739
740
for more details.
741
+
-`ContextualLogging`: When you enable this feature gate, Kubernetes components that support
742
+
contextual logging add extra detail to log output.
740
743
-`ControllerManagerLeaderMigration`: Enables leader migration for
741
744
`kube-controller-manager` and `cloud-controller-manager`.
742
745
-`CronJobControllerV2`: Use an alternative implementation of the
0 commit comments