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
Copy file name to clipboardExpand all lines: docs/book/src/developer/providers/v1.1-to-v1.2.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,8 @@ in ClusterAPI are kept in sync with the versions used by `sigs.k8s.io/controller
31
31
32
32
### Other
33
33
34
-
-
34
+
- Logging:
35
+
- To align with the upstream Kubernetes community CAPI now configures logging via `component-base/logs`.
36
+
This provides advantages like support for the JSON logging format (via `--logging-format=json`) and automatic
37
+
deprecation of klog flags aligned to the upstream Kubernetes deprecation period. For more details see [6072](https://github.com/kubernetes-sigs/cluster-api/pull/6072)
38
+
**Note**: This change is not mandatory for providers, but highly recommended.
0 commit comments