Skip to content

Commit 62640d9

Browse files
committed
system-logs: warn about log output changes
This is not a new policy: there never has been any promise of stability and log output has changed frequently (whenever a log call got modified), including changes that affect all log calls (when changing the underlying output code). We just have not explicit warned about this.
1 parent f9365c8 commit 62640d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/en/docs/concepts/cluster-administration/system-logs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ scheduler decisions).
1717

1818
<!-- body -->
1919

20+
{{< warning >}}
21+
In contrast to the command line flags described here, the *log
22+
output* itself does *not* fall under the Kubernetes API stability guarantees:
23+
individual log entries and their formatting may change from one release
24+
to the next!
25+
{{< /warning >}}
26+
2027
## Klog
2128

2229
klog is the Kubernetes logging library. [klog](https://github.com/kubernetes/klog)

0 commit comments

Comments
 (0)