Skip to content

Commit a53c7a2

Browse files
jszwedkodsmith3197
andauthored
chore(kubernetes_logs source): Add warning about Windows support (vectordotdev#17762)
Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: Doug Smith <[email protected]>
1 parent 63ba2a9 commit a53c7a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/cue/reference/components/sources/kubernetes_logs.cue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ components: sources: kubernetes_logs: {
4747
Kubernetes cluster this can be provided with a [hostPath](\(urls.kubernetes_host_path)) volume.
4848
""",
4949
]
50-
warnings: []
50+
warnings: ["""
51+
This source is only tested on Linux. Your mileage may vary for clusters on Windows.
52+
"""]
5153
notices: []
5254
}
5355

0 commit comments

Comments
 (0)