diff --git a/website/cue/reference/components/sources/kubernetes_logs.cue b/website/cue/reference/components/sources/kubernetes_logs.cue index 082a2205a9e43..00f6cf7427c67 100644 --- a/website/cue/reference/components/sources/kubernetes_logs.cue +++ b/website/cue/reference/components/sources/kubernetes_logs.cue @@ -47,7 +47,9 @@ components: sources: kubernetes_logs: { Kubernetes cluster this can be provided with a [hostPath](\(urls.kubernetes_host_path)) volume. """, ] - warnings: [] + warnings: [""" + This source is only tested on Linux. Your mileage may vary for clusters on Windows. + """] notices: [] }